Every blockchain needs a starting point, and Bitcoin's is the genesis block, mined by Satoshi Nakamoto on 3 January 2009. Embedded in its coinbase transaction, the special transaction that creates new bitcoin, is a text string: "The Times 03/Jan/2009 Chancellor on brink of second bailout for banks", the actual front-page headline of The Times newspaper that day.
This served two purposes. It proved the block could not have been mined before that date, and many read it as a pointed commentary: Bitcoin was launched in the shadow of the 2008 financial crisis and government bank bailouts, at a moment when trust in banking institutions was low.
Unusually, the 50 bitcoin reward from the genesis block is not spendable. In the original client code, the transaction-verification logic that checks coinbase outputs was written in a way that specifically excludes the genesis block's coinbase from ever being redeemed, likely because it was treated as a special case rather than a real, later-verifiable block. Every other block's mining reward can be spent once it matures.
Explain more simply
The genesis block is block number zero, the very first block of the Bitcoin blockchain, created on 3 January 2009.
It contains a hidden message: the headline of that day's newspaper, The Times. And oddly, the 50 bitcoin it rewarded can never actually be spent, due to a quirk in how the original code was written.
Real-world analogy
It is like the founding stone of a building, engraved with the date of the newspaper on the day it was laid, proof of when construction began, permanently visible, but not itself a room you can move into.
Key facts
- The genesis block was mined on 3 January 2009.
- It embeds the headline of The Times newspaper from that day.
- Its 50 bitcoin reward can never be spent due to how the original code was written.
Common misconception
“The 50 bitcoin from the genesis block are just sitting unused, waiting for someone to claim them.”
They are not merely unclaimed, they are unspendable by protocol design, a specific quirk in the verification code rather than ordinary dormant coins someone could someday move.[2]
Go deeper
Newly mined coinbase outputs, including ordinary ones, require 100 confirmations before they can be spent, a maturity rule meant to protect against a chain reorganisation invalidating a reward that has already been spent elsewhere. The genesis block's coinbase, however, is hardcoded as unspendable at the protocol level regardless of confirmations, a detail visible in the reference client's source code rather than in the whitepaper.
Because the genesis block predates the peer-to-peer network that would later carry it, it was not "received" by any node, it was hardcoded into the software itself, making it the one block every Bitcoin node trusts by definition rather than by verifying it against a predecessor.
Quick check
Answer every question correctly (100%) to complete this lesson.
1.What is embedded in the genesis block's coinbase transaction?
2.Why can the genesis block's 50 bitcoin never be spent?
Counts towards your streak in this browser.
Extra exam questions
Every question here counts towards your accuracy, XP and rank. No guessing: every answer is explained.
Quick check
Answer every question correctly (100%) to complete this lesson.
1.What is embedded in the genesis block's coinbase transaction?
2.Why can the genesis block's 50 bitcoin never be spent?
3.On what date was the genesis block mined?
4.Which newspaper's headline is embedded in the genesis block?
5.What was the exact embedded headline text?
6.What purpose did the embedded headline serve?
7.How many confirmations do ordinary coinbase outputs normally need before being spendable?
8.Is the genesis block's coinbase unspendable due to lacking confirmations?
Counts towards your streak in this browser.
Sources
- Bitcoin Core documentation, Bitcoin Core project
Reference implementation documentation, including validation and release notes.
- Bitcoin: A Peer-to-Peer Electronic Cash System (2008), Satoshi Nakamoto
The original nine-page proposal. Describes proof of work, timestamping and the incentive model.
