Genesis
Block 1 · start
- ID
- 1
- Prev ID
- none
- Toy hash
- 93f6574d
Teaching model
Genesis has no parent. Every later block points at the one before it. This page uses IDs and short toy hashes — not full Bitcoin headers.
In a real chain the link is the previous block’s full hash, not just an ID. Change one block and the next hash no longer matches — that is why the chain is tamper-evident. The mining game is where you search for a hash that meets a target.
Left to right: genesis, then each child. On a phone the chain stacks top to bottom.
Genesis
Points to 1
Points to 2
Points to 3
Points to 4
Points to 5
The first block has no parent to point to. Everything after it hangs off this start. That is why it is called the genesis block.
If someone edited block 3, its toy hash would change. Block 4 still stores the old prev link, so the chain would no longer line up. Later blocks inherit that break.
This visual sits on the Learn path after the blockchain lesson. The live chain tip is on that page. The mining game is where you change a nonce until a hash meets a target.