Skip to main content

Mining Reward | Bitcoin Glossary | Mapping Bitcoin

Mining Reward

Mining

Also known as: miner reward, miner compensation, miner revenue

The total compensation a miner earns for producing a valid block: the block subsidy (newly minted BTC) plus all transaction fees included in that block.

Overview

The mining reward is the total payment a miner receives for successfully finding a valid proof of work and adding a new block to the Bitcoin blockchain. It consists of two components: the block subsidy (newly created bitcoin) and the aggregate of all transaction fees paid by the transactions included in that block. The miner collects this reward through the coinbase transaction, a special transaction at the beginning of every block that has no inputs and creates new bitcoin out of thin air.

The mining reward is Bitcoin's core incentive mechanism. It is what motivates miners to expend enormous amounts of energy and computational resources securing the network. Without it, there would be no economic reason to mine, and the proof-of-work consensus system would collapse. The elegant design of the mining reward — combining a decreasing subsidy with a market-driven fee component — ensures that miners remain incentivized to secure the network both now and in the distant future when all 21 million bitcoin have been issued.

Reward Components

Mining Reward = Block Subsidy + Transaction Fees

Block Subsidy (2024-2028):
  3.125 BTC per block (fixed by protocol until next halving)

Transaction Fees (variable):
  Sum of all fees from transactions in the block
  Typically 0.1 - 2.0+ BTC per block depending on demand

Example block reward breakdown:
  ┌─────────────────────────────────────────┐
  │ Coinbase Transaction                    │
  │                                         │
  │   Block Subsidy:    3.12500000 BTC      │
  │   Transaction Fees: 0.28340000 BTC      │
  │   ─────────────────────────────         │
  │   Total Reward:     3.40840000 BTC      │
  └─────────────────────────────────────────┘

The Shifting Balance

The relationship between subsidy and fees has evolved dramatically over Bitcoin's history and will continue to shift:

Era               Subsidy     Fees (avg)    Fees as % of Reward
─────────────────────────────────────────────────────────────────
2009-2012         50 BTC      ~0 BTC        ~0%
2012-2016         25 BTC      ~0.1 BTC      ~0.4%
2016-2020         12.5 BTC    ~0.5 BTC      ~4%
2020-2024         6.25 BTC    ~0.3-2 BTC    ~5-25%
2024-2028         3.125 BTC   ~0.2-3 BTC    ~6-50%
~2140+            0 BTC       variable      100%

As the block subsidy decreases through each halving, transaction fees represent an increasingly important share of total miner revenue. Eventually, after approximately the year 2140, the subsidy will reach zero, and the mining reward will consist entirely of transaction fees. The long-term security of the Bitcoin network depends on a sufficiently robust fee market to compensate miners for their work.

Strategic Fee Selection

Miners are economically rational actors who maximize their mining reward by selecting transactions from the mempool with the highest fee rates (measured in satoshis per virtual byte). This creates a competitive market for block space where users bid for inclusion in the next block. During periods of high demand, fees can spike significantly, dramatically increasing the mining reward above the base subsidy.

Some miners also earn revenue through out-of-band payments for transaction inclusion or through MEV-like strategies (selecting specific transaction orderings for economic benefit), though this is far less common in Bitcoin than in other blockchain systems.

Mining Reward and Network Security

The mining reward directly determines the network's security budget. The total energy expenditure miners are willing to commit is bounded by the expected value of the mining reward. A higher reward (whether from subsidy, fees, or bitcoin price appreciation) attracts more hash rate, making the network more expensive to attack. Conversely, a decline in mining reward can lead to hash rate leaving the network, temporarily reducing security until the difficulty adjustment rebalances.

  • Block Reward — the subsidy component of the mining reward (newly minted BTC)
  • Halving — the event that cuts the block subsidy in half every 210,000 blocks
  • Fee — the transaction fee component of the mining reward
  • Coinbase Transaction — the special transaction through which miners claim their reward
  • Fee Market — the competitive bidding process that determines fee revenue
  • Mempool — the pool of unconfirmed transactions from which miners select