How do I determine each transaction fee on the blockchain?

3

I would like to be able to see each transaction fee charged when I look at the transactions in a block. How do I do this?

Randall V Rule

Posted 2017-06-19T01:10:19.977

Reputation: 31

Please specify the client or platform you're using to view transactions. Bitcoin Core?venzen 2017-06-19T13:13:24.347

Answers

1

The transaction fee is the difference between the value of the inputs being spent and the value of the outputs being created. Most block explorers will tell you the transaction fee for a transaction though, so you don't need to calculate it manually.

Andrew Chow

Posted 2017-06-19T01:10:19.977

Reputation: 40 910

But if we want to check the fee before the transaction happenCodebrekers 2018-02-07T08:42:54.457