Block Reward
The block reward is the total compensation a Bitcoin miner receives for adding a new block, combining the subsidy and transaction fees.
Key Takeaways
- The block reward is the sum of two components: the block subsidy (newly minted bitcoin) and transaction fees paid by users. Miners collect both through the coinbase transaction in every block.
- The subsidy portion halves every 210,000 blocks (roughly every four years) through the Bitcoin halving. Starting at 50 BTC in 2009, it currently stands at 3.125 BTC after the April 2024 halving, and will eventually reach zero around 2140.
- As the subsidy shrinks toward zero, transaction fees must gradually replace it as the primary incentive for miners to secure the network. This transition from subsidy-dominated to fee-dominated revenue is one of the most important open questions in Bitcoin's long-term security model.
What Is a Block Reward?
A block reward is the total compensation a miner earns for successfully adding a new block to the Bitcoin blockchain. It consists of two distinct parts: the block subsidy (new bitcoin created by the protocol) and the aggregate transaction fees from every transaction included in the block. The miner claims this reward through a special coinbase transaction placed at the beginning of each block.
The distinction between "block reward" and "block subsidy" matters. In casual usage, the two terms are often treated as synonyms because the subsidy has historically dwarfed fee revenue. Technically, however, the block reward is the total payout while the block subsidy refers only to the newly minted coins. As halvings continue reducing the subsidy, the gap between these two figures will widen as fees become a larger share of the total.
How It Works
Every time a miner finds a valid proof of work for a new block, the Bitcoin protocol allows them to construct a coinbase transaction. This transaction has no inputs: it creates bitcoin out of nothing, subject to protocol rules. The coinbase transaction output can include up to the current block subsidy plus all fees from included transactions. If the miner claims less than the maximum, the remainder is permanently destroyed.
- The miner assembles a candidate block from unconfirmed transactions in the mempool, prioritizing those with higher fee rates
- The miner constructs a coinbase transaction that pays themselves the block subsidy plus collected fees
- The miner performs repeated SHA-256 hashing (proof of work) until finding a valid block hash below the current difficulty target
- Once found, the block is broadcast to the network and validated by other nodes
- The coinbase transaction output becomes spendable after 100 confirmations (the coinbase maturity requirement)
The Halving Schedule
The block subsidy is cut in half every 210,000 blocks, an event known as the Bitcoin halving. This creates a predictable, disinflationary emission schedule that converges on a hard cap of 21 million BTC:
| Era | Block Height | Date | Subsidy |
|---|---|---|---|
| Genesis | 0 | January 3, 2009 | 50 BTC |
| 1st Halving | 210,000 | November 28, 2012 | 25 BTC |
| 2nd Halving | 420,000 | July 9, 2016 | 12.5 BTC |
| 3rd Halving | 630,000 | May 11, 2020 | 6.25 BTC |
| 4th Halving | 840,000 | April 20, 2024 | 3.125 BTC |
| 5th Halving | 1,050,000 | ~2028 (projected) | 1.5625 BTC |
Internally, Bitcoin calculates the subsidy using a right bit-shift operation on an initial value of 50 BTC (5,000,000,000 satoshis). After 33 halvings (around the year 2140), the subsidy reaches zero and no new bitcoin will ever be created:
// Simplified from Bitcoin Core validation.cpp
int halvings = nHeight / 210000;
CAmount nSubsidy = 50 * COIN; // 5,000,000,000 satoshis
nSubsidy >>= halvings; // Right-shift halves the value
// After 33+ halvings, nSubsidy = 0At the current subsidy of 3.125 BTC per block, approximately 450 BTC are mined per day (144 blocks). Over 19.8 million BTC have already been mined: more than 94% of the total supply. The remaining bitcoin will be distributed over the next 114 years, with each successive halving slowing the rate of issuance further.
Transaction Fees as the Second Component
The other part of the block reward is the sum of all transaction fees in the block. Each transaction includes a fee calculated as the difference between its inputs and outputs. Miners are incentivized to include higher-fee transactions first, creating a competitive fee market for block space.
Fee revenue is highly variable. During periods of low activity, fees can average as little as 0.016 BTC per block (roughly 0.5% of the total reward). During congestion events, fees can rival or even exceed the subsidy. At the April 2024 halving block itself, transaction fees reached approximately 37.6 BTC: more than twelve times the new 3.125 BTC subsidy.
Why It Matters
The block reward is the economic engine of Bitcoin's security model. Miners expend real-world resources (electricity, hardware) performing proof of work, and the block reward is what makes that expenditure rational. The higher the total block reward in fiat terms, the more hashrate the network attracts, and the more expensive it becomes for an attacker to execute a 51% attack.
For the broader Bitcoin ecosystem, including Layer 2 networks like Lightning and Spark, base layer security is foundational. Every off-chain transaction ultimately relies on the ability to settle on-chain, and that settlement is only trustworthy if the base layer is secure. The block reward ensures miners have a continuous incentive to honestly validate and extend the chain.
The block reward also controls Bitcoin's monetary policy. Unlike fiat currencies where central banks can adjust supply at will, Bitcoin's issuance is entirely predictable and algorithmic. Every market participant knows exactly how many new bitcoin will be created in any given year, making Bitcoin the world's most transparent monetary system.
The Subsidy-to-Fee Transition
As the block subsidy halves every four years, transaction fees must gradually become the dominant source of miner revenue. This transition is arguably Bitcoin's most important long-term economic challenge. For a deeper analysis of current mining economics, see the Bitcoin mining economics research article.
Historical Fee Revenue
Fee revenue as a percentage of total miner compensation has fluctuated significantly:
- 2017 bull market: fees reached approximately 40% of block rewards during peak congestion
- 2023: the emergence of Ordinals and BRC-20 tokens created sustained fee pressure, briefly pushing fees above the subsidy
- 2024: the Runes protocol launch coinciding with the halving generated record single-block fee revenue
- 2025-2026: fee activity cooled, with fees dropping to approximately 1-2% of total rewards during quiet periods
The pattern suggests that Bitcoin's fee market operates in cycles. Demand for block space is driven by new use cases (tokens, inscriptions, DeFi) and market activity, not by a steady baseline load. Whether these cycles can sustain adequate long-term security remains an open question.
Miner Economics After Each Halving
Each halving effectively doubles the cost of producing a bitcoin (in energy terms), forcing the least efficient miners offline. The mining industry's response follows a repeating pattern:
- The halving cuts revenue per block in half overnight
- Older, less efficient ASIC hardware becomes unprofitable and is retired
- Hashrate temporarily dips as marginal miners shut down
- Difficulty adjusts downward, making mining easier for remaining participants
- If Bitcoin's price rises sufficiently, new investment in more efficient hardware restores and exceeds prior hashrate levels
After the April 2024 halving, hashprice (revenue per petahash per day) declined to approximately $28: a record low. Mining profitability increasingly depends on access to cheap electricity and next-generation hardware. Many mining companies have diversified into AI and high-performance computing hosting as supplementary revenue streams.
Risks and Considerations
The Security Budget Problem
Bitcoin's long-term security depends on the block reward being valuable enough to attract sufficient hashrate. If the block subsidy continues shrinking and transaction fees fail to compensate, the total cost of attacking the network could fall to concerning levels. This is often called the "security budget" problem.
Proponents argue that Bitcoin's price appreciation in fiat terms can offset declining BTC-denominated subsidies: if BTC doubles in price between halvings, miners earn roughly the same fiat revenue. Critics counter that security should be measured in BTC terms, not fiat, because attackers also benefit from a higher BTC price.
Fee Volatility
Unlike the predictable subsidy, transaction fees are inherently volatile. During quiet market periods, fees can drop to fractions of a percent of the total reward. This creates windows where the cost of attacking the network is temporarily lower. A robust fee market with consistent demand for block space is essential for long-term stability. The fee market dynamics research article explores this challenge in detail.
Proposed Solutions
Several approaches have been proposed to address the security budget concern, each with significant tradeoffs:
- Increasing on-chain throughput through larger blocks or faster block times to collect more fees per unit time, though this risks centralization
- Introducing a perpetual "tail emission" (a small, fixed subsidy that never reaches zero), though this would violate Bitcoin's 21 million supply cap
- Relying on new demand sources like Ordinals, Runes, and other protocols that compete for block space
- Layer 2 settlement transactions creating baseline fee demand as networks like Lightning and Spark scale and periodically settle on-chain
Coinbase Maturity Delay
Block rewards cannot be spent immediately. The Bitcoin protocol enforces a 100-block maturity period on coinbase transaction outputs. This prevents miners from spending rewards from blocks that might later be orphaned during a chain reorganization. At an average block time of 10 minutes, miners must wait roughly 16.7 hours before their reward becomes spendable.
This glossary entry is for informational purposes only and does not constitute financial or investment advice. Always do your own research before using any protocol or technology.