Glossary

Mining Reward

The total compensation miners receive per block: the block subsidy (newly created BTC) plus all transaction fees included in the block.

Key Takeaways

  • A mining reward is the sum of two components: the block subsidy (newly minted BTC) plus all transaction fees from transactions included in the block. As of 2026, the subsidy is 3.125 BTC per block following the April 2024 halving.
  • The balance between subsidy and fees is shifting: the subsidy currently accounts for roughly 98% of miner revenue, but it halves every 210,000 blocks. Over time, transaction fees must replace the subsidy as the primary incentive securing the network.
  • Whether fees alone can sustain Bitcoin's security budget is one of the most important open questions in cryptocurrency, with implications for every layer built on top of Bitcoin's base chain.

What Is a Mining Reward?

A mining reward is the total compensation a miner receives for successfully adding a new block to the Bitcoin blockchain. It consists of two distinct parts: the block subsidy (a fixed amount of newly created bitcoin defined by the protocol) and the aggregate transaction fees paid by users whose transactions the miner includes in the block.

Mining rewards serve a dual purpose. They incentivize miners to expend computational resources securing the network, and they control the issuance schedule that brings new bitcoin into circulation. The block subsidy follows a predictable, disinflationary schedule: it started at 50 BTC per block in 2009 and halves approximately every four years. The current subsidy of 3.125 BTC was set at the fourth halving in April 2024, and the next halving (to 1.5625 BTC) is projected for early 2028.

Miners claim their reward through a special transaction called the coinbase transaction, which is always the first transaction in every block. Unlike regular transactions, the coinbase transaction creates bitcoin from nothing: it has no input UTXO, only outputs that pay the miner.

How It Works

When a miner constructs a candidate block, they assemble a set of unconfirmed transactions from the mempool, prioritizing those with the highest fee rates (measured in satoshis per virtual byte). They then create the coinbase transaction, which pays the miner an amount up to the block subsidy plus the sum of all included transaction fees.

  1. The miner selects transactions from the mempool, optimizing for maximum fee revenue within the block size limit of 4 million weight units
  2. The miner constructs the coinbase transaction with outputs totaling no more than the subsidy (3.125 BTC) plus the aggregate fees of included transactions
  3. The miner hashes the block header repeatedly, varying the nonce and extranonce, searching for a hash below the current difficulty target
  4. Upon finding a valid hash, the miner broadcasts the block to the network for validation by other nodes
  5. Once accepted, the coinbase outputs are subject to a 100-block maturity requirement before they can be spent (approximately 16.7 hours)

The Coinbase Transaction

The coinbase transaction has a unique structure. Its single input references no prior transaction: the TXID is set to 32 bytes of zeros, and the VOUT field is set to the maximum value (0xffffffff). The scriptSig field must begin with the current block height (required since BIP 34), followed by arbitrary data the miner can use for identification or extranonce values.

# Coinbase transaction structure (simplified)
Input:
  txid: 0000000000000000000000000000000000000000000000000000000000000000
  vout: ffffffff
  scriptSig: [block_height] [miner_tag] [extranonce]

Output(s):
  value: 3.125 BTC + fees   # Must not exceed subsidy + total fees
  scriptPubKey: [miner's address or pool payout script]

If a miner sets the coinbase output value lower than the maximum allowed amount, the difference is permanently destroyed. This has happened accidentally in Bitcoin's history, resulting in small amounts of bitcoin that can never be recovered.

Subsidy vs. Fees: A Shifting Balance

The block subsidy has dominated miner revenue throughout Bitcoin's history, but its share is structurally declining. Here is the complete halving schedule:

HalvingDateBlock HeightSubsidy
GenesisJanuary 2009050 BTC
1stNovember 2012210,00025 BTC
2ndJuly 2016420,00012.5 BTC
3rdMay 2020630,0006.25 BTC
4thApril 2024840,0003.125 BTC
5th (projected)~March 20281,050,0001.5625 BTC

As of mid-2026, transaction fees represent roughly 1-2% of total miner revenue in typical blocks, with the subsidy covering the remaining 98-99%. During fee spikes driven by network congestion or new protocols, fees can temporarily dominate: on April 20, 2024, when the Runes protocol launched alongside the halving, block 840,000 collected 37.6 BTC in fees alone, and daily fee revenue hit $80 million.

For a deeper analysis of these dynamics, see the Bitcoin fee market dynamics research.

The Fee Market

Transaction fees are set by users and reflect the market price for block space. When the mempool is congested, users compete by offering higher fee rates, driving up total fee revenue for miners. When the network is quiet, fees drop to minimal levels.

Several mechanisms allow users to manage fees effectively:

  • Replace-by-fee (RBF) lets users bump the fee on an unconfirmed transaction by rebroadcasting it with a higher fee rate
  • Child-pays-for-parent (CPFP) lets a recipient accelerate a low-fee incoming transaction by spending its output with a high fee
  • Transaction batching and SegWit adoption reduce the per-transaction cost by using block space more efficiently

Historical fee spikes illustrate the fee market's volatility. In May 2023, BRC-20 token activity pushed average fees above $19 per transaction and created a backlog of over 465,000 unconfirmed transactions. In December 2023, Ordinals inscriptions drove average fees to $38.43. The April 2024 Runes launch produced the most expensive single block in Bitcoin history, with several blocks exceeding $1 million in total fees.

The Security Budget Debate

Bitcoin's security depends on miners expending real-world resources (electricity and hardware) to produce valid blocks. The mining reward is what makes this expenditure economically rational. As the subsidy trends toward zero over the coming decades, the network must increasingly rely on transaction fees to fund its security.

This is commonly called the "security budget" question: will transaction fees generate enough revenue to incentivize sufficient hashrate to protect against 51% attacks?

Arguments That Fees May Fall Short

  • Current fee revenue (1-2% of miner income) would need to increase dramatically to replace the subsidy, even at today's hashrate levels
  • The declining use of Bitcoin for routine on-chain payments (as activity moves to Layer 2 solutions) could limit organic fee demand on the base layer
  • Fee income is highly variable: quiet periods produce near-zero fees, creating unpredictable revenue for miners

Arguments That Security Will Be Sustained

  • New on-chain use cases like Ordinals, Runes, and potential covenant-enabled protocols generate organic fee demand beyond simple value transfers
  • Layer 2 settlement transactions, channel opens and closes, and splicing operations still require on-chain fees, creating sustained base-layer demand
  • The transition is gradual: miners have over a century before the subsidy reaches zero (approximately 2140), giving the fee market decades to mature
  • Difficulty adjustment ensures that mining remains profitable for efficient operators even as total rewards change, since hashrate and difficulty decrease if miners leave

For comprehensive coverage of how these economics play out for miners today, see the Bitcoin mining economics in 2026 research and the halving economics analysis.

Why It Matters

Mining rewards are the engine that powers Bitcoin's security model. Every transaction settled on Bitcoin's base layer, every Lightning channel opened, and every Layer 2 protocol anchored to the chain ultimately depends on miners being economically incentivized to produce honest blocks. The size and composition of mining rewards directly determines the cost of attacking the network.

For Layer 2 solutions like the Lightning Network and Spark, the health of Bitcoin's mining incentives is foundational. These protocols inherit their security guarantees from the base layer: if mining rewards become insufficient to maintain adequate hashrate, the settlement assurances that Layer 2 users rely on would weaken. This is why the ongoing development of a robust fee market matters not just for miners, but for the entire ecosystem built on Bitcoin.

Mining pools aggregate hashrate from many individual miners, sharing rewards proportionally. Pools use protocols like Stratum to coordinate work distribution, and the coinbase transaction's outputs typically split the reward among pool participants. Understanding how rewards flow from the coinbase transaction through pools to individual miners is essential for anyone evaluating Bitcoin's decentralization and security properties.

Use Cases

  • Network security: mining rewards incentivize miners to invest in ASIC hardware and electricity, making the network prohibitively expensive to attack
  • Controlled issuance: the subsidy component distributes new bitcoin according to a predictable, transparent schedule that no central authority can alter
  • Fee market signaling: the fee component of mining rewards reflects real-time demand for block space, helping users and wallets estimate appropriate transaction fees
  • Mining economics: pool operators and solo miners use reward data to calculate profitability, make hardware investment decisions, and negotiate energy contracts

Risks and Considerations

Subsidy Dependency

Bitcoin currently depends on the block subsidy for the vast majority of its security budget. Each halving cuts this subsidy in half, creating a step-function reduction in miner revenue that can squeeze less efficient operators out of the market. While difficulty adjustment prevents a death spiral, sudden hashrate drops after halvings temporarily reduce the cost of a 51% attack.

Fee Volatility

Transaction fees are inherently unpredictable. A block during a fee spike might contain 5+ BTC in fees, while a block during a quiet period might contain less than 0.01 BTC. This volatility makes it difficult for miners to forecast revenue and could lead to hashrate instability if the network becomes fee-dependent.

Miner Extractable Value

As fees become a larger share of miner income, incentives around transaction ordering and inclusion grow stronger. Miners could engage in fee sniping (re-mining recent blocks to capture high-fee transactions) or selfish mining strategies. These behaviors are currently unprofitable because the subsidy dominates, but they become more attractive as the fee-to-subsidy ratio increases.

Supply Cap Implications

Over 95% of Bitcoin's 21 million supply cap has already been mined (approximately 20,035,000 BTC as of mid-2026). With an estimated 3-4 million BTC permanently lost, the effective circulating supply is significantly lower. By approximately 2140, the subsidy will reach zero and mining rewards will consist entirely of transaction fees. How the network transitions to this fee-only model will determine Bitcoin's long-term viability as a secure settlement layer.

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.