Total Fees (USD)
Total daily transaction fees paid to miners in USD. Reflects real network demand and fee market dynamics. Spikes correlate with congestion events (Ordinals, market panic, exchange withdrawals).
What is it?
Total Fees (USD) sums all Bitcoin transaction fees paid across a day, converted at spot BTC price. Unlike fee-rate-median which measures unit cost, this metric captures the total economic volume generated by block space demand. As one of the two components of miner revenue (block reward = subsidy + fees), it gains importance at each halving that reduces the subsidy.
How to read
A rising curve indicates either BTC price growth, increased block space demand (congested mempool), or both. Spikes typically correspond to Ordinals episodes, bull runs with congestion, or liquidity crises. A sustainedly low curve during a bull market marks that baseline network activity is not saturating available capacity.
Key zones
In normal 2023-2025 activity, daily total fees typically range $500K to $2M, with spikes above $20M during Ordinals inscription episodes. Below $500K, the network is under-utilised. Above $5M for several consecutive days, the mempool is significantly saturated and on-chain entry cost becomes prohibitive for small transactions.
What to observe
Compare the fee share of total miner revenue (subsidy plus fees) - a rising ratio indicates the post-halving Bitcoin economy is starting to rely more on block space demand than on issuance. Also watch the correlation with BTC price : a divergence (fees rising while price stagnates) marks real on-chain demand, decoupled from sentiment.
Historical context
Historically, total fees represent 1 to 5 percent of miner revenue, the rest coming from the subsidy. Extreme Ordinals inscription spikes in 2023 temporarily pushed this share above 50 percent, reigniting the debate on long-term viability of a model where fees must compensate for a decreasing subsidy. The April 2024 halving reduced the subsidy to 3.125 BTC per block, making structural fee demand even more critical for network security on a 2030 plus horizon.
Expert notes
The BTC to USD conversion uses daily spot price, introducing a price dependency. For a pure on-chain demand view, prefer the total in satoshis or in BTC - available via the miner-revenue metric in BTC units. The USD metric is useful for comparison against miner operational costs (electricity, hardware) which are billed in fiat.
Common mistakes to avoid
A rise in Total Fees USD does not necessarily mean increased block space demand - it may simply reflect a BTC price increase while fees in satoshis remain stable. To isolate real demand, divide by spot price and compare sats evolution. Conversely, a stable USD during a price drop marks increased sats demand.
Programmatic access
REST API
curl -sS \
'https://api.trinityinsights.io/api/v1/onchain/total-fees-usd/history?days=90' \
-H 'X-API-Key: $TRINITY_API_KEY'MCP server
{
"tool": "get_chart_value",
"metric_id": "total-fees-usd",
"timeframe": "1y"
}Required tier: pro. See the pricing grid for the tier list and the MCP documentation for multi-client configuration.
Related metrics
Institutional disclaimer
Trinity Insights is an educational and analytical tool. The metric above does not constitute investment advice. Trinity Insights is not a Crypto-Asset Service Provider (CASP) registered under MiCA Regulation (EU) 2023/1114. See the full disclaimer.