Cookies.Necessary cookiesstay on.Analyticsis opt-in.Cookie Policy

What we store
Preferences such as your theme stay on your device. Google Analytics runs under Consent Mode and only measures fully when you choose Accept all. We run no advertising trackers. See the Privacy Policy.
Skip to main content
CoinBatmi
Vigilant Intelligence
Join

Bitcoin Fee Gaps Between Blocks Fuel Mining Races, NBER

  1. Home
  2. /News
  3. /Bitcoin
  4. /Fee Gap Between Blocks Drives More Hashrate Into…
← All NewsCoinBatmiMarkets

Fee Gap Between Blocks Drives More Hashrate Into Rete mining Races, Research Finds

Bitcoin·26 Aug 2026, 17:53 UTC·5 min readBITCOIN
CB
Written by
CoinBatmi Newsroom
Published
Aug 26, 2026
Verification
Multi-source

Reviewed by our automated publish checklist (fact-grounding, duplicate detection, and SEO completeness checks) before going live — not a human editor. See editorial policy.

Evidence trailUpdated Aug 26, 2026, 5:53 PM UTC
  • 1CoinBatmi Newsroom
  • 2CryptoSlate

See our data methodology for how prices, rankings, and research signals are sourced.

Research and market information only — not financial advice. Report a correction or contact [email protected].

BTC market intelligence visualization for: Bitcoin’s security risk starts when one block gets far more fees than the next. CoinBatmi editorial illustration.
CoinBatmi feature visual — market neutral — Bitcoin’s security risk starts when one block gets far more fees than the next
Block 964,120 carried 0.0077 BTC in transaction fees. Block 964,121, mined immediately after, carried 0.0536 BTC, nearly seven times more. On a network where miners earn a fixed 3.125 BTC subsidy per block, that fee swing looks like noise. A July 2026 NBER working paper argues it is a security signal. Fabian Schär of the University of Basel, his PhD student Dario Thürkauf, and NYU's David Yermack analyzed eight years of mempool data captured directly from the Bitcoin network between 2017 and 2025. Their finding: when the fee gap between one block and the next grows wide, competing blocks at the same height, known as block races, become more frequent. The next block also becomes less likely to appear in its first seconds. The paper is observational. It identifies a network-level association, not miner intent behind any individual race. But it reframes a question the security-budget debate has mostly ignored: Bitcoin's mining incentives do not only depend on how much the network pays in fees over a month or a year. They respond to how fees arrive from block to block.

The Mechanics Behind the Race

Bitcoin's consensus rule is simple. A miner who finds a valid block extends the chain and collects the subsidy plus included transaction fees. Rational miners should always build on the newest block. But when the just-found block contains an unusually large fee payload and the mempool left over is thin, the calculus shifts. A miner can attempt to recreate the valuable prior block, claim its fees, and extend an alternative chain. That attempt starts behind the accepted tip. Its economic appeal rises when fees in the prior block greatly exceed the expected fees in a new tip-extending block. Hash-rate share, propagation speed, and whether other miners extend the accepted tip all affect the odds. Thürkauf defines a block race as two or more competing blocks at the same height. His co-author explanation links these races directly to the fee-gap incentive: "If a block that was just found captured an unusually rich set of fees, and the transactions left over for the next block are thin, a miner can earn more by trying to re-mine that rich block than by building on top of it. Today the effect is muted. Glassnode data from Aug. 26 places transaction fees at approximately 0.70% of miner revenue. BTC.network's weekly report covering Aug. 14, 21 calculated a 0.67% fee share, with miners collecting $232.6M in total revenue across 1,009 blocks, of which only 21.25 BTC, or roughly $1.68M, came from fees. Those aggregate numbers hide the block-level variation. A Glassnode daily snapshot can show a fee-revenue share below 1%, while an individual block carries 10 or 20 times the fees of the one before it. The paper's contribution is that this variance itself creates incentive distortion, even when the network-wide fee total looks benign. | Difficulty | 127.48 T | BTC.network, Aug. 14, 21 | The next subsidy reduction arrives with the 2028 halving, when the block reward drops to 1.5625 BTC. As the subsidy shrinks, fee variance occupies a larger share of total mining income. The incentive to contest high-fee blocks grows in proportion.

What Lock Fields Do — and Why Coverage Gaps Matter

Wallets can reduce the prize available to a fee-sniping miner by setting transaction lock fields. A wallet can configure a transaction to become mineable only in the block after the current tip, which excludes it from a replacement of the current tip. Widespread lock-field use changes the economics of re-mining because a miner rebuilding the earlier height loses access to some of the newest pending transactions. BIP 326 describes anti-fee-sniping behavior for Taproot transactions through `nLockTime` or `nSequence`. It remains a draft informational proposal, and wallet adoption is voluntary. An open Bitcoin Core issue from April 2026 documents one concrete inconsistency: the `send` RPC and GUI wallet set `nLockTime` near the current block height, while `createrawtransaction` and `walletcreatefundedpsbt` default to zero. The proposed fix remains open. The gap means Bitcoin Core's anti-fee-sniping default is applied unevenly across transaction-creation paths. Estimating the network-wide effect would require data on how much volume each path represents. The issue does not provide that breakdown.

The Observation Window

CoinGecko data shows schär, Thürkauf, and Yermack's dataset spans 2017 through 2025, a period that includes the 2020 and 2024 halvings, the 2024 Runes fee spike (where fees briefly exceeded 75% of miner revenue), and long stretches where fees sat below 2%. The association between fee gaps and block races persisted across those regimes. Four signals provide a forward-looking view. Adjacent-block fee gaps mark periods when a prior block carries the largest extra prize. Competing-block frequency shows whether hash rate is contesting prior heights more often. The first seconds after a high-fee block are the timing window highlighted by the study. Lock-field coverage across wallet implementations describes the available defense. The paper's title captures the structural tension: Unruly by Design. Bitcoin's issuance schedule guarantees that fee dominance grows with each halving. The instability the authors document is baked into the protocol's own reward curve. As the subsidy halves again in 2028, the block-level fee incentives that produced measurable hash-rate contestation in 2017, 2025 data will carry proportionally more weight. Bitcoin last changed hands at $77,983 per CoinGecko at 14:00 UTC Aug. 26, down 1.60% in 24 hours. The 7-day close series from CoinGecko shows the move from $69,254 on Aug. per CoinGecko, 20 to $79,097 on Aug. 26, a $9,843 range that itself produced the kind of block-to-block fee variation the NBER paper flags as a security signal.
Key Takeaways
  • The next halving, expected around March–April 2028, will cut the block subsidy from 3.125 BTC to 1.5625 BTC, increasing the relative weight of fee-driven incentives the research identifies.
  • BTC traded at $77,983 per CoinGecko at 14:00 UTC Aug. 26, down 1.60% on the day but up 18.40% over seven days.

Frequently Asked Questions

+Does the research show miners are actually attacking the network right now?

No. The paper identifies a network-level association between fee gaps and block races, not confirmed malicious intent behind any individual race. The effect is small today because the 3.125 BTC subsidy still dominates miner revenue.

+Why do transaction lock fields help, and why isn't everyone using them?

Lock fields prevent a pending transaction from being included in a re-mined prior block, reducing the fees available to a would-be fee snipe. BIP 326 codifies this for Taproot, but adoption is voluntary and Bitcoin Core applies the default inconsistently across transaction-creation paths, as documented in an open April 2026 GitHub issue.

+When does the next halving make this worse?

The fifth halving, expected around March–April 2028 at block 1,050,000, cuts the subsidy to 1.5625 BTC. Fee revenue will then represent a larger share of total mining income, amplifying the block-level incentive distortions the paper documents.

Reader desk

Discuss the signal

Verified readers · 2 comments per post / 24h

Checking your session…

No comments yet. Be the first verified reader to add context.

Related on CoinBatmi
  • BITCOIN market page →
  • Bitcoin news hub →
  • Bitcoin guide →
  • Market terminal →
Reading Progress
0%
Market Snapshot
BTC
ETH
SOL
Related Articles
Kraken Says ‘Dust Attack’ From Sanctioned HTX Wallet Locked Out CustomersBitcoin · 2 minTreasury Targets Iran Bitcoin Mining to Cut Sanctions EvasionBitcoin · 2 min
Tags
#bitcoin#btc price#ethereum#eth price#crypto news#crypto markets#security#mining#research#BITCOIN
CoinBatmi

Real-time crypto intelligence. Live prices, desk news, on-chain data.

Explore
← PreviousCoinbase and Better Mortgage Launch Bitcoin-Backed Mortgages Nationwide
Next →Hyperliquid Policy Center Files Letter Demanding CFTC Framework for US Oil Perpetuals
Market snapshot · multi-source
Bitcoin (BITCOIN)$78,404.74-0.73% 24h
Market cap
$1.57T
24h volume
$29.45B