What is the genesis block?
The genesis block is the very first block of the Bitcoin blockchain, mined by Satoshi Nakamoto on January 3, 2009. It is also called block 0. It contains no transaction from an outside user: its single "transaction" paid the initial 50 BTC block reward to an address that can never spend it, and its data embeds the headline of that day's edition of The Times: "Chancellor on brink of second bailout for banks".
Why the Genesis Block Still Matters
The genesis block is only 285 bytes of routine-looking data, yet it is the single most referenced artifact in crypto history. Three layers of meaning live inside it.
A cryptographic timestamp
Before block 0 there was no Bitcoin ledger at all. Its proof of work started the chain of hash references that every later block — and every later confirmation — builds on.
A published editorial
By embedding The Times headline, Satoshi tied block 0 to an irrefutable date and quietly stated Bitcoin's motivation: a system that does not depend on bailouts or bank ledgers.
A deliberate anomaly
The genesis block's 50 BTC reward can never be spent because the codebase deliberately skips adding it to the UTXO index — a quirk every Bitcoin node still reproduces today.
The Nine Days That Started Bitcoin
The genesis block did not appear out of nowhere. These are the consecutive steps from the whitepaper to the first peer-to-peer transfer.
The Bitcoin whitepaper is published
Satoshi Nakamoto posted "Bitcoin: A Peer-to-Peer Electronic Cash System" to the cryptography mailing list and linked to bitcoin.org — the design block 0 would implement.
The genesis block (block 0) is mined
Satoshi mined the first block with the coinbase message "The Times 03/Jan/2009 Chancellor on brink of second bailout for banks", starting the blockchain at difficulty 1.
Bitcoin v0.1 announced
Satoshi returned to the mailing list to announce the first release of the Bitcoin software, noting it "implements a completely distributed system with no central server or trusted parties".
Block 1 extends the chain
The second block ever mined confirmed the network was live and repeatable. From here on, every block references the hash of its predecessor.
The first Bitcoin transaction
Satoshi sent 10 BTC to Hal Finney in block 170 — the first peer-to-peer transfer, proving the design worked beyond the block reward.
Who Was There at Block 0
Only a handful of people took part in the first hours of the network. Their actions around the genesis block shaped how Bitcoin was received.
Satoshi Nakamoto
Bitcoin's pseudonymous creator mined the genesis block, embedded The Times headline and sent the first release announcement to the cryptography mailing list.
Hal Finney
The RPOW inventor downloaded Bitcoin v0.1 on day one, tweeted "Running bitcoin" on January 11 and received the first transaction — 10 BTC in block 170.
The Times (unwitting witness)
The January 3, 2009 front-page headline about a second bank bailout became permanently embedded in Bitcoin's first block — the paper never chose to be part of crypto history.
The Genesis Block by the Numbers
Reference points that put block 0 in perspective.
Block 0
Height
The genesis block is block 0 in modern explorers; old clients indexed it as block 1.
50 BTC
Unspendable reward
The initial block reward is visible in explorers but permanently excluded from the spendable balance set.
6 days
Whitepaper to block 0
Satoshi waited from the October 31 whitepaper to January 3, 2009 — the reason January 3 is Bitcoin's 'independence day'.
1.0
Difficulty
The genesis block was mined at the minimum difficulty on a single CPU — no mining pool, no ASIC, no GPU.
Genesis Block Questions, Answered
Short answers to the questions people most often ask about Bitcoin's first block.
What is the genesis block in simple terms?
It is the first block of the Bitcoin blockchain — the entry everything else is built on. Think of it as page one of a shared ledger that nobody can rewrite, mined on January 3, 2009 by Satoshi Nakamoto.
Why can the genesis block's 50 BTC never be spent?
Bitcoin's reference code adds block rewards to the spendable UTXO set by processing each block's transactions — but it deliberately skips this step for the genesis block. Every full node reproduces that quirk, so the coins display in explorers yet have no spendable entry to sign.
What does The Times headline in the genesis block mean?
"Chancellor on brink of second bailout for banks" was the January 3, 2009 front page of the British newspaper The Times. Satoshi embedded it as proof of the mining date and as a pointed comment on the fragile banking system Bitcoin was designed to replace.
Is it block 0 or block 1?
Both. Explorers and modern clients call the genesis block block 0 because it is the first element of the chain. The original Bitcoin Core code indexed it internally as block 1 — which is also why the first spendable block reward users could reference was block 1's.
Who mined the genesis block?
Satoshi Nakamoto mined it, almost certainly on a single CPU at minimum difficulty. There was no mining pool or competition at the time — for six days, block 0 was the entire blockchain.
How can I view the genesis block myself?
Open any public block explorer such as mempool.space or blockstream.info and search for block height 0 or the hash 000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f. The Times headline appears in the coinbase (input) data of its single transaction.