What Is the Bitcoin Blockchain? Explained in Plain English
By Kurt Wuckert Jr.
The Bitcoin blockchain is a special type of database that records every transaction ever made with Bitcoin. It is called a "block chain" because it is literally a chain of blocks, and each block contains a batch of transactions.
How It Works
Transactions Are Created People send Bitcoin to each other. These transactions are broadcast to the network.
Miners Gather Transactions into Blocks Miners collect many transactions into a candidate block. They then compete to solve a proof-of-work puzzle.
A New Block Is Added The first miner to solve the puzzle broadcasts its block. Other nodes verify the transactions and the proof of work. If everything is valid, they attach the new block to the end of the chain.
Each Block Links to the Previous One Every block includes a reference (a hash) to the block before it. This creates a chain that goes all the way back to the first block, called the genesis block.
Why It Matters
Immutability
Once a block is deeply buried under many more blocks, changing it would require enormous computing power. This makes history very hard to rewrite.
Transparency
Anyone can download the blockchain and verify that the rules are being followed. No permission is required.
Coordination
All honest nodes converge on the same chain, with the most proof of work, as the valid history.
You can think of the blockchain as a shared, append-only log that the whole world can inspect and verify. Bitcoin is the system of incentives and rules built around that log.