Block Subsidy Decay
Historical and projected block subsidy in BTC over time, highlighting each halving event. Visualizes Bitcoin's programmatic supply issuance schedule and scarcity trajectory.
What is it?
Block Subsidy Decay traces Bitcoin's block subsidy in BTC over time. The subsidy is the number of new BTC created with each mined block - the sole source of monetary issuance in the protocol. It starts at 50 BTC per block at genesis (January 2009) and is halved every 210,000 blocks (~4 years) in an event called halving. Successive halvings (2012: 25 BTC, 2016: 12.5, 2020: 6.25, 2024: 3.125) create a descending staircase curve representing Bitcoin's programmed monetary policy - predictable, immutable, and asymptotically converging toward zero (the last satoshi will be issued around 2140).
How to read
The chart shows a staircase curve with ~4-year plateaus. Each step corresponds to a halving era. Step height decreases by 50%, creating geometric decay. Overlaying with Bitcoin price reveals that each halving has historically preceded a significant bull cycle (with a 12-18 month lag), though causation vs correlation remains debated.
Key zones
Era 1 (2009 → November 2012 halving): 50 BTC/block = 7200 BTC/day. Era 2 (2012 halving → July 2016 halving): 25 BTC = 3600/day. Era 3 (2016 halving → May 2020 halving): 12.5 BTC = 1800/day. Era 4 (2020 halving → April 2024 halving): 6.25 BTC = 900/day. Era 5 (April 2024 halving → ~April 2028 estimated halving): 3.125 BTC = 450/day. Era 6 post-2028 halving → 1.5625 BTC.
What to observe
Each halving mechanically reduces miners' BTC revenue by ~50%, testing industry resilience. Least efficient miners are eliminated, hash rate temporarily drops, then recovers with more efficient hardware. The subsidy-to-fees transition is Bitcoin's existential question: when subsidy becomes negligible (~2040+), transaction fees must suffice to secure the network.
Historical context
The first halving (November 2012) went largely unnoticed, price being ~$12. The second (July 2016, $650) attracted more attention. The third (May 2020, $8,700) was a major media event. The fourth (April 2024, $64,000) was the first with a highly institutionalised mining industry (publicly listed companies). Each halving preceded a new all-time high, with a 12-18 month delay.
Expert notes
The subsidy is deterministic and predictable - there is zero uncertainty about its future evolution. This is Bitcoin's most unique property compared to any other form of money. In the post-2024-halving era, over 93% of the 21M total BTC supply has already been issued via the deterministic schedule. The residual fraction (less than 7%) will be issued over ~114 years via exponential decay, asymptotically reaching zero around 2140. This absolute predictability is what distinguishes Bitcoin from gold (elastic supply) and fiat currencies (discretionary monetary policy).
Common mistakes to avoid
The halving does not 'make Bitcoin scarcer' instantly - it reduces the issuance flow, not the existing stock. Scarcity is a property of the stock/flow ratio that increases progressively. Moreover, the halving does not directly cause bull markets - the historical correlation is strong but the causal mechanism (supply shock) is contested by alternative models (liquidity cycles, adoption).
Programmatic access
REST API
curl -sS \
'https://api.trinityinsights.io/api/v1/onchain/block-subsidy-decay/history?days=90' \
-H 'X-API-Key: $TRINITY_API_KEY'MCP server
{
"tool": "get_chart_value",
"metric_id": "block-subsidy-decay",
"timeframe": "1y"
}Required tier: pro. See the pricing grid for the tier list and the MCP documentation for multi-client configuration.
Related metrics
Institutional disclaimer
Trinity Insights is an educational and analytical tool. The metric above does not constitute investment advice. Trinity Insights is not a Crypto-Asset Service Provider (CASP) registered under MiCA Regulation (EU) 2023/1114. See the full disclaimer.