Bitcoin Halving Guide
The Bitcoin halving is a protocol rule that cuts the block subsidy (new BTC issued per block) in half about every 210,000 blocks—roughly once every four years. This is how Bitcoin enforces a predictable issuance schedule and trends toward a fixed supply cap of 21 million BTC. The rule is enforced by every fully validating node; no company or committee “decides” to run a halving.
When a miner finds a valid block, they can include a special “coinbase” transaction paying themselves the subsidy + fees. The subsidy is the part that halves on schedule. Fees are market-driven and can rise when blockspace demand is high. For the technical definition, see the Bitcoin Core documentation and consensus rules on bitcoin.org and the Bitcoin Developer Guide.
Why it matters: the halving is a supply-side change. All else equal, fewer new coins are created per day after each halving. Historically, halvings have been major narrative and positioning events, but price outcomes are never guaranteed. Liquidity, macro conditions, risk appetite, and regulation often matter as much as issuance.
How the schedule works
The subsidy started at 50 BTC in 2009 and halves every 210,000 blocks: 50 → 25 → 12.5 → 6.25 → 3.125, and so on. The exact date is not fixed because blocks are found probabilistically; the schedule is block-height based. You can track block height and issuance on blockchain explorers, or by running your own node for the most trust-minimized view.
What changes on halving day
- New issuance per block drops by 50% (subsidy only).
- Miner revenue mix shifts slightly toward fees.
- Miner behavior may change (hashrate churn, treasury management, capex pacing).
- Market narratives intensify (ETF flows, macro, risk-on/off) but outcomes vary.
Common misconceptions
“The halving is priced in.” Sometimes partially, sometimes not; markets are forward-looking but not omniscient. “Miners will quit and Bitcoin will stop.” Difficulty adjusts about every 2016 blocks to keep blocks near ~10 minutes; hashrate can drop and the network continues. “The halving changes the 21M cap.” No—it’s the mechanism that drives issuance toward that cap.
Primary sources
- Bitcoin: A Peer-to-Peer Electronic Cash System (whitepaper)
- Bitcoin Developer Guide
- Bitcoin Core (reference implementation)
- Bitcoin Wiki: Controlled supply
FAQ
Does the halving happen on a specific date? No. It triggers at a specific block height, so timing depends on the rate blocks are found.
What happens to miner rewards after 21 million BTC? The block subsidy trends toward zero. Miners are expected to be compensated by transaction fees over time.
Can anyone change the halving rule? Not unilaterally. Changing consensus rules requires broad ecosystem agreement and adoption by nodes; any contentious change risks a chain split.
Next: Read What Is Bitcoin? and then dive into custody, Lightning, and scam safety guides in the Bitcoin Basics hub.
{
“@context”: “https://schema.org”,
“@type”: “FAQPage”,
“mainEntity”: [
{
“@type”: “Question”,
“name”: “Does the Bitcoin halving happen on a specific date?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “No. The halving triggers at a specific block height (every 210,000 blocks), so the exact date varies based on when blocks are found.”
}
},
{
“@type”: “Question”,
“name”: “What happens to miner rewards after 21 million BTC?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “Over time the block subsidy trends toward zero; miners are expected to earn transaction fees for securing the network.”
}
},
{
“@type”: “Question”,
“name”: “Can the halving rule be changed?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “Not by any single party. A consensus-rule change requires broad adoption by the ecosystem, and contentious changes can cause a chain split.”
}
}
]
}






