16 lines
570 B
Markdown
16 lines
570 B
Markdown
|
---
|
||
|
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."
|
||
|
chart: "/js/feerate_percentile.js"
|
||
|
---
|
||
|
|
||
|
This chart shows historical median daily feerate percentiles for the Bitcoin
|
||
|
protocol. The data represents a daily aggregation of all blocks. This data was
|
||
|
extracted from the blockchain using the `bitcoin-cli getblockstats` command.
|
||
|
|
||
|
{{< chart src="/js/feerate-percentile.js" >}}
|