MrDeFi
Bitcoin2026-04-014 min read

How the Bitcoin Block Reward Works and Why It Shrinks

How does the Bitcoin block reward work? Learn how mining subsidies are issued, adjusted, and why they shrink over time.

The Bitcoin block reward is the payment a miner receives for successfully adding a new block to the blockchain, made up of two parts — a fixed block subsidy of newly created bitcoins that shrinks by half roughly every four years, and the transaction fees paid by users whose transactions are included in that block.

Understanding the block reward requires separating these two components, since they behave very differently over time and serve different purposes in keeping the network secure and functioning.

The block subsidy: new coins entering circulation

The block subsidy is the portion of the reward that creates brand-new bitcoins, distinct from any existing coins being transferred. It's recorded in a special first transaction in every block called the coinbase transaction, which has no inputs — it doesn't spend any previously existing bitcoin, it simply creates new coins out of nothing, following rules encoded directly into Bitcoin's software.

When the genesis block described in our history of Bitcoin's first block was mined in 2009, the subsidy was 50 BTC. That amount is cut exactly in half at fixed intervals through the halving mechanism, detailed in our dedicated guide on Bitcoin halvings, dropping to 3.125 BTC per block following the 2024 halving. The full sequence of these cuts is documented in our Bitcoin halving history timeline.

Transaction fees: the other half of the reward

The second component is transaction fees, paid voluntarily by users to have their transactions included in a block. Because block space is limited — each block can only hold a certain amount of transaction data — and miners are economically motivated to prioritize the most profitable transactions, users compete for inclusion by attaching fees, particularly during periods of high network demand. This fee market functions somewhat like the gas fee systems used on other blockchains, discussed further in our /glossary/gas entry, though Bitcoin's fee structure is simpler since it doesn't involve smart contract execution costs.

As the block subsidy continues to shrink with each halving, transaction fees are expected to make up a growing share of total miner revenue over the long term. This shift is a deliberate part of Bitcoin's long-term security model: eventually, once the subsidy approaches zero (expected around the year 2140, tied to the fixed /blog/bitcoin-21-million-supply-cap), fees will need to be the primary incentive keeping miners engaged in securing the network.

How a miner actually receives the reward

When a miner successfully finds a valid proof-of-work solution for a block — the process described at a technical level in the original /blog/bitcoin-whitepaper-explained — that miner constructs the block's coinbase transaction to pay themselves the current subsidy amount plus the sum of all transaction fees from every transaction included in that block. Other nodes on the network verify that this amount doesn't exceed what the current rules allow before accepting the block as valid, meaning a miner cannot simply award themselves extra coins beyond the coded schedule.

Block reward components at a glance

Component Behavior over time Purpose
Block subsidy Halves roughly every 4 years, trending toward zero Distributes new coins, bootstraps early security
Transaction fees Fluctuates with network demand Compensates miners for including transactions
Combined reward Total gradually shifts from subsidy-dominant to fee-dominant Sustains long-term mining incentives

Why the reward schedule can't be changed unilaterally

Because every full node independently verifies that new blocks follow the current subsidy rules, no single miner, mining pool, or company can simply decide to pay themselves more than the network allows — a block that violates the schedule would be rejected by every honest node. This distributed enforcement is central to why Bitcoin's monetary policy is considered credible: it doesn't depend on trusting any particular party to follow the rules voluntarily, similar to the trustless verification approach used broadly across /defi protocols today.

Why the shrinking subsidy matters for network security

A common concern raised about Bitcoin's long-term security is what happens once the block subsidy becomes negligible and fees must carry the full weight of incentivizing miners. If transaction demand and fee revenue don't grow enough to compensate for the vanishing subsidy, some analysts worry mining could become less profitable, potentially reducing the total computing power securing the network. Proponents counter that as adoption grows and block space remains scarce, fee markets should naturally develop to fill the gap — though this remains a topic of ongoing debate rather than a settled outcome, and it's worth approaching predictions about it with appropriate skepticism.

This is one of several trade-offs inherent to proof-of-work systems, contrasted with alternative consensus mechanisms in our /blog/pow-vs-pos guide, where validator rewards work under a different set of incentive structures entirely.

Bottom line

The Bitcoin block reward combines a shrinking, algorithmically fixed subsidy with a variable, demand-driven fee market, and the balance between the two is shifting gradually as halvings continue on schedule. Understanding both halves of the reward — not just the more commonly discussed subsidy — is key to understanding Bitcoin's long-term security model and its path toward the fixed 21 million coin cap.

Related articles

This article is for educational purposes only and is not financial advice. DeFi involves significant risk, including total loss of funds. Always do your own research.