yogh-io / bitcoin-transaction-explorer

Simple and pure block explorer you can run on top of a full node
http://yogh.io
MIT License
181 stars 38 forks source link

Show fees in txs #17

Open ejose19 opened 6 years ago

ejose19 commented 6 years ago

I'm liking this block explorer so far, but I noticed there's no information about the fee and sat/byte or fee per weight unit, those could be shown in transaction information next to each size.

Giszmo commented 3 years ago

I suspect the input vout is not available (yet) as they are not displayed, so the fee can't be trivially calculated.