feerate_percentiles_25_usd
Tech spec
Field | Value |
---|---|
API name (slug) | feerate_percentiles_25_usd |
Group | fees |
Unit / Valuetype | usd / other |
Shape | scalar |
Resolutions | block, h1, h4, h8, h12, d1 |
Endpoints | /v2/fees |
Tier | 0 |
Last updated | 2025-08-30 06:59 UTC |
Docs | Open in Swagger |
Brief Description: The average of the Xth percentile Bitcoin transaction fees.
Metric variants
- _percentile_10: 10th percentile of feerate_percentiles_25_usd.
- _percentile_25: 25th percentile of feerate_percentiles_25_usd.
- _percentile_50: 50th percentile (median) of feerate_percentiles_25_usd.
- _percentile_75: 75th percentile of feerate_percentiles_25_usd.
- _percentile_90: 90th percentile of feerate_percentiles_25_usd.
- _usd: in US dollars (otherwise in sats)
Interpretation Understanding feerate_percentiles_25_usd helps users set realistic transaction fees for non-urgent transactions to avoid overpaying while still having the transaction eventually confirmed. This metric can also indicate the level of competition for block space during lower activity periods on the network. Lower percentile fees may signal less network congestion, potentially correlating with times when demand for transactions is reduced. Conversely, an increase in the 10th percentile could suggest growing network activity and competition for space in Bitcoin blocks.
Advanced Explanation Transaction fees in Bitcoin are measured in satoshis per byte, with high fees typically leading to faster network confirmations. feerate_percentiles_25_usd captures the average lower boundary (10th percentile) of transaction fees for a given day, revealing fee rate benchmarks that 10% of all transactions do not exceed.
Aggregation logic: weighted average over time period.