Skip to main content

Fee Market | Bitcoin Glossary | Mapping Bitcoin

Fee Market

Economia

The competitive market where Bitcoin users bid for limited block space by offering transaction fees. When demand exceeds supply, fees rise as users compete for inclusion; when demand is low, fees decrease. This market ensures efficient allocation of block space.

Overview

The Bitcoin fee market emerges naturally from the fixed supply of block space and variable demand for transactions. Each block can contain a limited amount of data (approximately 1 MB of non-witness data, up to ~4 MB total weight with SegWit), creating a scarce resource that users must bid for. This market-based approach to transaction prioritization is a fundamental aspect of Bitcoin's design, replacing centralized decision-making with economic incentives.

Market Dynamics

High demand period:                Low demand period:
┌────────────────────┐            ┌────────────────────┐
│ Mempool: 150+ MB   │            │ Mempool: < 1 MB    │
│ Fee: 50-200 sat/vB │            │ Fee: 1-5 sat/vB    │
│                    │            │                    │
│ ████████████████   │            │ ██                 │
│ ████████████████   │ blocks     │                    │ blocks
│ ████████████████   │ full       │                    │ partially
│ ████████████████   │            │                    │ empty
│ Waiting: hours     │            │ Waiting: next block│
└────────────────────┘            └────────────────────┘

How Miners Select Transactions

Miners are economically rational actors who seek to maximize their revenue from each block. They generally sort transactions by fee rate and fill blocks from highest to lowest:

  1. Sort all mempool transactions by fee rate (sat/vB)
  2. Include transactions from highest fee rate downward
  3. Stop when the block weight limit (4 million weight units) is reached
  4. The lowest fee rate included sets the effective "clearing price"

Fee Cycles

The fee market exhibits cyclical patterns driven by several factors:

  • Daily cycles: Fees tend to be lower during nighttime hours (UTC) and weekends
  • Halving cycles: After each halving, reduced block rewards may increase fee pressure as miners require more fee income
  • Adoption waves: Periods of rapid user growth create sustained high-fee environments
  • Protocol events: New use cases (like Ordinals or token standards) can create sudden demand spikes

Long-term Significance

The fee market is critical to Bitcoin's long-term security model. As block rewards decrease toward zero, transaction fees must eventually become the primary incentive for miners. A healthy, functioning fee market is necessary to ensure the network remains secure in a post-subsidy era.

Common Misconceptions

  • High fees are not a failure of Bitcoin. They indicate high demand for block space and demonstrate that the security budget is being funded.
  • The fee market is not centrally managed. It emerges from individual users independently choosing their fee rates.
  • Layer 2 solutions like the Lightning Network complement rather than eliminate the fee market. They reduce on-chain demand for small transactions while still relying on the fee market for channel operations.