Blockchain
A blockchain is a distributed, immutable digital ledger that records transactions in chronologically ordered blocks, each cryptographically linked to the previous one, creating a tamper-resistant record shared across a decentralized network of computers.
The blockchain concept was first described in the 2008 Bitcoin white paper as the underlying technology enabling a decentralized electronic payment system. Since then, the technology has been abstracted from its original cryptocurrency context and explored across a wide range of applications, from supply chain management to healthcare records to central bank digital currencies (CBDCs). Understanding blockchain mechanics is essential to evaluating the claims made about it in both the technology and financial press.
At its core, a blockchain is a database with unusual structural properties. Transactions are grouped into 'blocks,' each of which contains a cryptographic hash (a fixed-length digital fingerprint) of the previous block. This hash linkage means that altering any historical block would change its hash, breaking the chain and invalidating every subsequent block — making historical data effectively immutable without the consensus of the majority of network participants. This is fundamentally different from a traditional database, where an administrator can update or delete records.
The 'distributed' aspect of a blockchain means that identical copies of the ledger are maintained by many independent computers (nodes) around the world. No single entity controls the ledger. When new transactions are submitted, they are broadcast to all nodes, which validate them according to the network's rules and reach consensus on which transactions to add next. The consensus mechanism — whether proof-of-work (Bitcoin), proof-of-stake (Ethereum), or other variants — determines how agreement is reached among participants who may not trust each other.
Public blockchains like Bitcoin and Ethereum are permissionless — anyone with an internet connection can participate as a user or validator. Private or consortium blockchains, used by enterprises and financial institutions, restrict participation to vetted parties, trading decentralization for greater speed and privacy. The value proposition of permissioned blockchains is more modest — they primarily offer an append-only audit trail with shared access among a defined group of organizations.
From an investment perspective, blockchain technology underlies the entire cryptocurrency ecosystem, but exposure to 'blockchain technology' as an investment thesis can mean many different things: holding cryptocurrencies directly, investing in companies that build blockchain infrastructure, or investing in financial services firms that are adopting blockchain for clearing and settlement purposes. Investors should critically evaluate each specific use case rather than treating 'blockchain' as a monolithic investment category.