
When you pay a transaction fee in crypto, most people assume it just goes to "the network." That's not quite right. Where those fees end up — and how they're split — varies significantly by protocol, and the difference matters for understanding network incentives, validator economics, and long-run security.
The confusion compounds because fee distribution changed on Ethereum with EIP-1559 in 2021, introducing a burn mechanism that fundamentally altered who captures fee revenue. Many explanations haven't caught up with how things actually work now.
This post maps the fee flow on Bitcoin, Ethereum, and Solana — the three highest-throughput networks by usage — and explains what drives the structural differences between them.
Every blockchain transaction includes a fee. That fee is the price users pay to have their transaction included in a block. But "included in a block" requires someone to do work: a miner on proof-of-work networks, a validator on proof-of-stake networks. Fee distribution answers the question: who gets that payment, and is any of it destroyed along the way?
Bitcoin: Total and simple
On Bitcoin, fee distribution is straightforward. Every fee paid by every transaction in a block goes entirely to the miner who solved the hash puzzle and produced that block. There's no split, no burn, no treasury allocation. The miner collects the coinbase transaction — which includes both the block subsidy (newly minted BTC) and all transaction fees from every transaction in the block. If another miner produces a competing block that gets orphaned, they receive nothing — Bitcoin's winner-takes-all model extends to fees.
Miner revenue = block subsidy + total fees from the block. Nothing is destroyed. Nothing is shared with other participants.
Ethereum post-EIP-1559: Split and burn
Ethereum's fee structure is more complex, and it changed materially with EIP-1559, activated in August 2021.
Before EIP-1559, Ethereum worked similarly to Bitcoin: users bid for inclusion, the miner collected all fees. This created first-price auction dynamics — users had to guess how much to bid, which led to consistent overpayment and unpredictable costs.
EIP-1559 replaced this with a two-component fee structure:
Base fee: A protocol-determined minimum fee per unit of gas. This is not set by miners or validators — it's algorithmically adjusted based on the previous block's fullness. If the previous block used more than 50% of its gas target, the base fee rises by up to 12.5%. If less than 50% was used, it falls. The critical point: the entire base fee is burned — permanently removed from the ETH supply. Validators do not collect it.
Priority fee (tip): An optional additional amount users can specify to signal urgency. This goes entirely to the validator proposing the block. It's the mechanism by which users can jump the queue during periods of high demand.
So in practice: users pay base fee + tip. The base fee is destroyed. The tip compensates the validator. During periods of high network activity — when the base fee is large relative to new issuance — this burn mechanism can make Ethereum net deflationary, with more ETH destroyed per block than issued as validator rewards.
Solana: Partial burn, partial validator
Solana uses a hybrid model. Transaction fees on Solana have historically been split: 50% burned, 50% allocated to the current block-producing validator. Priority fees — which users can add to increase the likelihood of inclusion during congested periods — go 100% to the validator.
The partial burn is a deliberate choice: it introduces scarcity pressure without fully removing validator compensation, and it reduces the incentive for spam by destroying a portion of each fee rather than recycling it entirely as validator income.
The structural problem driving these design differences is the validator incentive problem: if validators receive all fee revenue, they have an incentive to prioritize high-fee transactions and potentially engage in manipulative ordering. If fees are burned or redistributed, validator economics depend more heavily on protocol issuance — which creates different tensions around inflation.
For Ethereum, the base fee algorithm is protocol-encoded, but the burn mechanism is not immutable — it was introduced via governance (EIP) and could in theory be modified or removed via the same process. The constraint is social consensus more than cryptographic enforcement.
For Bitcoin, the relevant constraint is long-run economic: block subsidies halve every ~four years, and the model requires fee revenue to eventually sustain miner security budgets. Whether that happens is genuinely uncertain over multi-decade horizons.
MEV — Maximal Extractable Value — has emerged as a third form of fee-adjacent revenue not captured in standard fee distribution. MEV refers to value that block producers (or specialized external actors called searchers) can capture by reordering, inserting, or excluding transactions within a block. On Ethereum, MEV-Boost infrastructure allows validators to auction block-building rights to external builders, who share a portion of extracted value back with validators. In high-activity periods, MEV revenue has exceeded standard tip revenue for some validators.
Solana has its own evolving MEV dynamics, particularly around priority fee competition for popular trading pairs and mempool access. The infrastructure for structuring fee distribution in MEV contexts is still being developed across all major networks.
Ethereum's burn remaining intact through ongoing EIP governance. MEV-Boost adoption staying high among validators (currently used by the majority). Bitcoin fee revenue growing as subsidy declines. Solana's partial burn model persisting through any fee structure updates.
An EIP reducing or removing Ethereum's base fee burn would change validator economics materially. A governance change on Solana reversing the burn split. Bitcoin fee market failure at low subsidy levels — which would raise real questions about long-run proof-of-work security. A protocol fork changing Bitcoin's fee structure (extremely unlikely; would require distributed consensus).
Now: Ethereum's burn mechanism is active and affecting net issuance in real time. MEV-Boost is live infrastructure. Solana's split-burn is operational.
Next: Bitcoin's 2028 halving further reduces the subsidy component, increasing the relative weight of fee revenue in miner economics — worth monitoring.
Later: Bitcoin's long-run security budget question becomes practically relevant only if fee markets fail to develop over decades. Not actionable at current horizons.
This post covers how transaction fees are distributed at the protocol level across Bitcoin, Ethereum, and Solana. It does not address MEV in depth — that's a separate topic with its own mechanics. It does not cover fee distribution on layer 2 networks, which vary significantly by implementation. Nothing here constitutes investment analysis of any network or native asset.
Fee distribution is a protocol-level design choice, not an afterthought. The differences between networks are structural, and they shape validator incentives, token supply dynamics, and long-run security in ways that compound over time.




