Is there a way to get stats about fees paid (highest, lowest, average) in a specific block?

2

I'd prefer to get the stats from my full node via bitcoin-cli, but if that's not possible some API would do the job too...

Joe

Posted 2019-05-15T13:13:25.417

Reputation: 21

It is possible using bitcoin-cli, but you’ll have to write some scripts that calculate and index each transaction’s fee ratechytrik 2019-05-19T03:00:22.180

No answers