Trying to reconcile the amount sent versus amount transacted

1

Transaction fees

Newbie here trying to understand how an amount sent from coinbase gets put onto the block at a different value.

In this transaction, I sent 0.55076816 LTC to a wallet.

  • There’s a network fee of 0.00100816 which means I receive 0.54976.

But what I don’t understand is the figure 0.57441138 on the right hand BlockCypher screen.

Where did the extra 0.02364322 LTC (0.57441138-0.55076816) come from that I didn't send from Coinbase???

Syd

Posted 2017-12-01T09:52:17.467

Reputation: 13

Answers

1

Say I owe you $8, but all I have is a $10 bill. I'll make a transaction that spends my $10 bill and delivers $8 to you and returns $2 to me. The extra 0.02364322 LTC is Coinbase's change, just as the extra $2 is my change.

Coinbase didn't happen to have precisely 0.55177632 LTC in an unspent transaction output, they had 0.5734121 LTC. So they returned some change to themselves.

David Schwartz

Posted 2017-12-01T09:52:17.467

Reputation: 46 931