janoside / btc-rpc-explorer

Database-free, self-hosted Bitcoin explorer, via RPC to Bitcoin Core.
https://bitcoinexplorer.org
MIT License
1.5k stars 1.11k forks source link

On Next Block page add median fee #470

Closed pointbiz closed 1 year ago

pointbiz commented 1 year ago

On the next block page there exists a fee range display.

It would be useful to know the median fee as it's perhaps a more practical urgent fee indicator. It could be shown under the fee rates data and above the total fees data.

If the median fee of the next block is 8 sat/byte then I'll pay 9 sat/byte (that's the use case). Instead of using the urgent fee returned by Core which uses a longer look back to be less game-able (but it's often less practical).