Block height is the number that identifies a block’s position in a blockchain, counting upward from the genesis block at height 0. Every new block added to the chain increments the height by one, creating a permanent chronological record of all transactions on the network.
How It Works
When a blockchain network launches, the first block mined or validated is called the genesis block and is assigned height 0. Each subsequent block references the previous block’s hash and receives the next sequential number. On Bitcoin, block height increases roughly every 10 minutes; on Ethereum, roughly every 12 seconds.
Block height serves as the universal coordinate system for blockchain data. When someone says “at block 840,000,” every node on the network can locate exactly that point in the chain’s history and verify its contents.
Why Block Height Matters
Block height plays a critical role in several protocol-level functions:
| Function | Role of Block Height |
|---|---|
| Halving | Bitcoin halvings trigger at specific block heights (every 210,000 blocks) |
| Block Rewards | Emission schedules are tied to height milestones |
| Network Upgrades | Hard and soft forks activate at predetermined heights |
| Chain Selection | Nodes use height (plus difficulty) to determine the canonical chain |
Block Height vs. Block Number
In most contexts, “block height” and “block number” are interchangeable. However, in chains that experience temporary forks, two competing blocks can briefly share the same height. Only the block accepted by consensus into the longest chain retains that height permanently.
History
- 2009 — Bitcoin genesis block (height 0) mined by Satoshi Nakamoto on January 3.
- 2012 — Block height 210,000 triggers Bitcoin’s first halving, reducing rewards from 50 to 25 BTC.
- 2024 — Bitcoin reaches block height 840,000, triggering the fourth halving to 3.125 BTC per block.
Common Misconceptions
“Block height tells you the exact time a block was created.”
Block height only gives you sequential order. Timestamps are included in block headers, but they can vary — miners have some flexibility in the timestamp they report. Height is ordinal, not temporal.
Social Media Sentiment
Block height is most discussed around Bitcoin halving events, when the crypto community counts down to the target height. Block explorers and countdown sites see massive traffic spikes as milestone heights approach.
Last updated: 2026-04
Related Terms
Sources
- Bitcoin Wiki — Block Height — defines block height in the Bitcoin protocol.
- Ethereum.org — Blocks — explains block numbering on Ethereum.
- Investopedia — Block Height — general explanation of block structure and height.
- Blockchain.com Explorer — live block height data for Bitcoin.