Hi I am new to BTC, I have a query on the Estimated BTC Transacted, can someone explain what this is?
My transaction is defe548b8af9098953053d8107c7763ede3b379144306642014b999745b8c0a4
I am just trying to make sense of it, below is my transfer from the exchange, why does the Blockchain transaction say 0.390023 BTC When the exchange differs:
Credited
+ ฿ 0.36701145 BTC
Market rate (£ 1,350.30 GBP)
+ ฿ 0.37028862 BTC
Exchange fee (0.75 %)
- ฿ 0.00277717 BTC
Network fee
- ฿ 0.0005 BTC
When the exchange creates a transaction, he uses an unspent output that can be spend by one of their exchange addresses as an input to generate your withdrawal transaction.
Your withdrawal transaction uses this input to generate two outputs: one that can be spent by you, and one that can be spent by one of their change addresses.
A miner needs to include this withdrawal transaction into the block he/she is currently working on. To make it worth their wile, you have to pay a miners fee. The higher the miner's fee, the better the chance he'll add your transaction to a block.
The difference between (sum of inputs) and (sum of outputs) = fee.
BTW: the fee is calculated based on the size of the transaction, the size depends on the number of inputs and outputs (just for your future reference).
In your case,
https://blockchain.info/tx/defe548b8af9098953053d8107c7763ede3b379144306642014b999745b8c0a4 said following:
Input = 0.390023 that can be spent by C91S6871QRTTTMdhVsQEv9LbdU684eamg (an exchange address)
Output 1 = 0.36701145 that can be spent by 1BK8SiGnb51ZNcGoUgLQqEnsxVvYrsDJpU (blockchain thinks this is the exchange's change address)
Output 2 = 0.02251155 that can be spent by 1C1crrhX2A3QeS4P7QMExRayVUr4c9Asej (blockchain thinks this is your address)
0.390023 - (0.36701145 + 0.02251155) = 0.0005 (this is the miner's fee)
The size of your transaction with 1 input and 2 outputs is 225 bytes. This makes the fee 50000 satoshi's/255 bytes =~ 200 sat/byte
Here's an image out of the bitcoin.org developer guide that will show the basis of transactions graphically (it can get a lot more complex than this tough):
source:
https://bitcoin.org/en/developer-guide#block-chain-overview