2024-08-01 14:06:16 +01:00
|
|
|
---
|
|
|
|
title: "Feerate Percentiles"
|
|
|
|
date: 2023-06-20T22:47:18+01:00
|
|
|
|
author:
|
|
|
|
name: "Sam Chance"
|
|
|
|
header_image: "/pics/charts/feerate-percentile.webp"
|
|
|
|
summary: "Bar chart showing historical median daily feerate percentiles for the Bitcoin protocol."
|
2024-08-09 00:06:48 +01:00
|
|
|
tags: ["Bitcoin", "Stats"]
|
2025-01-11 15:10:53 +00:00
|
|
|
jsScripts: [ "/js/lib/chart-params.js", "/js/lib/helper-functions.js", "/js/lib/echarts.min.js", "/js/lib/sorttable.js", "/js/content/feerate-percentile.js"]
|
2024-08-01 14:06:16 +01:00
|
|
|
---
|
|
|
|
|
|
|
|
This chart shows historical median daily feerate percentiles for the Bitcoin
|
2024-08-15 20:28:16 +01:00
|
|
|
protocol.
|
2025-01-11 15:10:53 +00:00
|
|
|
{{< dropdown_filter id="days_ago_dropdown_filter" >}}
|
|
|
|
|
|
|
|
{{< chart id="feerate-percentiles-chart" >}}
|