Miner Revenue Breakdown
Stacked view of miner revenue split between block subsidies and transaction fees. As halvings reduce subsidies, the fee proportion becomes a critical long-term sustainability metric.
What is it?
Miner Revenue Breakdown separates the two revenue sources for Bitcoin miners. The first is the block subsidy — newly created BTC per block, halved every ~210,000 blocks (the halving mechanism). The second is the sum of transaction fees paid by users to include their transactions in the block. The chart overlays these two flows as stacked areas, enabling visualisation of their relative proportion and evolution. This metric is essential for understanding the long-term viability of Bitcoin's Proof-of-Work security model: as the subsidy decays exponentially, fees must progressively take over to maintain miners' economic incentive.
How to read
The lower area represents the subsidy, the upper area represents fees. In normal periods, the subsidy dominates (85-99% of revenue). Fee spikes (upper area widening) mark network congestion periods — often during intense bull markets, Ordinals/BRC-20 events, or panics causing a transaction influx. The fees/subsidy ratio is the key data point: a rising trend in this ratio tends to indicate growing network adoption and better long-term security model health.
Key zones
A fees/total revenue ratio exceeding 15-20% has been observed during exceptional events: December 2017 (extreme congestion), May 2023 (Ordinals/BRC-20 fever), and April 2024 (Runes). These spikes are transitory but instructive. After each halving, the structural fees/subsidy ratio tends to increase stepwise, reflecting the subsidy reduction mechanic. A fees/subsidy ratio sustainably above 10% is considered a positive milestone for security model sustainability.
What to observe
The post-halving trend is the most important structural indicator. Each halving reduces the subsidy by 50%, creating a 'stress test' for the economic model. If fees do not compensate sufficiently, total revenue drops and pressure on marginal miners intensifies. Monitor total revenue in USD (not just BTC): a BTC price increase can mask declining revenue in BTC terms. Compare with hash-price to assess profitability per unit of computation.
Historical context
Miner revenue history illustrates Bitcoin's progressive model transition. In 2010-2012, subsidy dominated at over 99.9%. The first significant fee spike occurred in 2017 (up to 40% of revenue in December). The 2020 halving reduced subsidy to 6.25 BTC, and 2024 to 3.125 BTC. The emergence of Ordinals and BRC-20 in 2023 created a new paradigm for fees, showing that Bitcoin block space has value beyond simple monetary transfers. The next halving (2028, subsidy 1.5625 BTC) will be a critical test of the transition to a fee-majority-funded model.
Expert notes
USD vs BTC analysis can yield opposite conclusions. In BTC, miner revenue mechanically decreases at each halving. In USD, it has generally increased thanks to price appreciation. To assess security model sustainability, hash-price (USD revenue per TH/s/day) is the most relevant metric as it integrates both revenue and competition. Fee dynamics are also influenced by Lightning Network and L2 adoption: eventually, low-value transactions will migrate to these layers, leaving the main chain for high-value transactions — potentially increasing average fee but reducing volume.
Common mistakes to avoid
High fees are not necessarily positive for users — they reflect congestion that degrades user experience and accessibility. It would be wrong to wish for constantly high fees 'for security.' The optimal model is a dynamic and predictable fee market. Moreover, a high fees/subsidy ratio during a one-off event (like the Ordinals fever) does not prove long-term model viability — one must observe the structural trend, not the spikes. This metric does not constitute a price direction indicator.
Programmatic access
REST API
curl -sS \
'https://api.trinityinsights.io/api/v1/onchain/miner-revenue-breakdown/history?days=90' \
-H 'X-API-Key: $TRINITY_API_KEY'MCP server
{
"tool": "get_chart_value",
"metric_id": "miner-revenue-breakdown",
"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.