What Is a Blockchain?
Bitcoin stores every transaction that has ever taken place in a shared, public record. That record is called the blockchain. Understanding what it is and why it matters gives you a clearer picture of what makes Bitcoin fundamentally different from traditional financial systems.
A List That Cannot Be Rewritten
At its core, a blockchain is a chronological list of records. Each record, called a block, contains a batch of transactions. Once a block is added to the list, it is sealed and linked to the block before it. Change anything in an older block and the entire chain after it breaks apart.
This is not a technical quirk. It is the central design principle. The blockchain does not rely on a trusted administrator to keep records honest. The structure itself enforces honesty.
What Is Inside a Block?
Every block in the Bitcoin blockchain contains three essential pieces of information.
A batch of transactions. When you send Bitcoin to someone, that transaction waits in a queue called the mempool. Miners select pending transactions, bundle them together, and include them in the next block.
A timestamp. Every block records the exact moment it was created. This creates a provable timeline of events. No one can claim a transaction happened earlier or later than it actually did.
The fingerprint of the previous block. This is where the chain comes from. Each block stores a unique code, called a hash, that is derived from the contents of the block before it. Change one character in an old transaction and that hash changes. The block no longer fits. Every subsequent block becomes invalid.
Previous hash
000000000000000000003a7f…
Transactions
1CXe7… → 3Mn4P… · 0.21 BTC
bc1q9… → bc1qa… · 0.58 BTC
+ 2,847 more transactions
Timestamp
2024-07-28 · 11:34:52 UTC
Hash (this block)
00000000000000000abc4f2e…
Why Tampering Is Practically Impossible
Imagine someone tries to rewrite a transaction from two years ago. They would need to recalculate not just that one block, but every single block that has been added since then. At the same time, the rest of the Bitcoin network continues adding new blocks at full speed.
The attacker would have to outpace the combined computing power of thousands of miners worldwide. In practice, this has never happened and the cost of attempting it far exceeds any possible gain.
This property is called immutability. Once a transaction is confirmed in the blockchain, it is permanent.
Prev hash
000…8e21
Transactions
1,924 · 2024-07-28 11:14 UTC
Hash
000…9c2b
Prev hash
000…9c2b
Transactions
✕ tx altered!
Hash — changed!
fff…????
Prev hash
000…3a7f ✕
Status
Invalid — rejected by network
Hash
—
A Database Without an Administrator
Traditional databases, whether at a bank, a government office, or a tech company, have an administrator. Someone can edit entries, delete records, or grant and revoke access. You trust the institution to act honestly.
The Bitcoin blockchain has no administrator. Instead, a global network of computers, called nodes, each holds an identical copy of the entire blockchain. When a new block is proposed, the network checks it against the rules. A block that breaks the rules is rejected. No single participant has the power to override the rest.
This is what decentralization means in practice. Not just that the data is spread across many computers, but that no single party controls what gets written.
Traditional Database
Centralized
One administrator. One point of failure.
Bitcoin Network
Decentralized
No administrator. No single point of failure.
The Genesis Block
Every chain has a beginning. The first block in the Bitcoin blockchain is called the genesis block. Satoshi Nakamoto created it on January 3, 2009.
Satoshi embedded a message in that first block, taken from the front page of The Times newspaper that day: "Chancellor on brink of second bailout for banks." The message was a direct reference to the 2008 financial crisis and the government rescue of failing banks. It was also proof that no Bitcoin had been mined before that date, a way of showing that Satoshi had not given himself an unfair head start.
The genesis block has the block height zero. Every block added since then builds on top of it. At the time of writing, the Bitcoin blockchain contains well over 850,000 blocks, each one cryptographically linked to the last.
Transparency Without Identity
Every transaction ever recorded on the Bitcoin blockchain is publicly visible. Anyone can look up a specific block, a transaction, or a Bitcoin address using a tool called a blockchain explorer. You do not need special access or permission.
What remains private is the identity behind an address. Bitcoin addresses are strings of letters and numbers with no name attached. The blockchain shows that a transaction happened and for how much. It does not reveal who sent or received it.
This combination of transparency and pseudonymity is one of Bitcoin's defining characteristics.
Blockchain and Bitcoin
The blockchain is the infrastructure. Bitcoin is what runs on top of it. The blockchain solves the problem of how to record transactions between strangers, across borders, without a trusted third party. Bitcoin uses that foundation to create a form of money that no one can inflate, censor, or confiscate.
The two are inseparable in practice, but distinct in concept. Understanding the blockchain is understanding why Bitcoin can make the promises it does.
Key Facts
The Bitcoin blockchain has been running without interruption since January 3, 2009.
→ See the full tableA new block is added to the Bitcoin blockchain approximately every ten minutes.
Every block contains the cryptographic fingerprint of the block before it, creating an unbreakable chain.
The genesis block, the very first Bitcoin block, contains a hidden message referencing the 2008 banking crisis.
Anyone can inspect every transaction ever recorded on the Bitcoin blockchain using a free tool called a blockchain explorer.
Frequently Asked Questions
A blockchain is a shared list of records, called blocks, where each block contains a batch of transactions and is permanently linked to the block before it. Once a record is added, it cannot be changed without breaking the entire chain.
No one controls it. Thousands of independent computers around the world, called nodes, each hold an identical copy of the blockchain. Changes are only accepted if they follow the rules that all participants have agreed on.
In practice, no. Changing a single block would require recalculating every block added after it, while simultaneously outpacing the computing power of the entire Bitcoin network. The cost and effort required make a successful attack essentially impossible.
The genesis block is the very first block in the Bitcoin blockchain, created by Satoshi Nakamoto on January 3, 2009. It has the block height zero, meaning all subsequent blocks are built on top of it.
A blockchain explorer is a free, publicly accessible tool that lets anyone search and view the contents of the Bitcoin blockchain, including individual blocks, transactions, and Bitcoin addresses.
Sources
- 1.Satoshi Nakamoto: Bitcoin Whitepaper (2008)
- 2.Blocktrainer.de: Was ist der Bitcoin-Genesis-Block?
- 3.Blocktrainer.de: Was ist ein Blockchain-Explorer?
- 4.Andreas M. Antonopoulos: Mastering Bitcoin, 2nd Edition (O'Reilly, 2017)
Not financial advice. CanoeBit publishes educational content only. Nothing here is a recommendation to buy, sell, or hold any asset.
Continue the How Bitcoin Works path
Step 1 of 11