Duplicate transactions in blockchain

2

Can someone explain what does this mean: Problem
As i see: 2 transactions are having SAME txid and differ just by address. Is this normal behavior? Should I get both transactions in such cases?

0x49D1

Posted 2017-01-16T11:00:32.997

Reputation: 207

Answers

6

Transactions can have multiple outputs. What you show are two outputs created by the same transaction.

The output positions are enumerated with the vout field. As the first one is vout = 0, the two that you show are the third and fourth output.

Murch

Posted 2017-01-16T11:00:32.997

Reputation: 41 609

So its legit: i have 2 incomes?0x49D1 2017-01-16T13:14:48.290

2@0x49D1: If both of those addresses belong to you, which is what seems to be the case, then you've received two UTXO with the balances of 0.0874 and 0.103 BTC.Murch 2017-01-16T13:30:26.173

Can one transaction have two of the same output address, maybe from different senders? Edit: Yes: https://bitcoin.stackexchange.com/questions/22295/how-can-there-be-multiple-outputs-with-same-address-in-the-same-transaction

sudo 2017-12-03T02:45:44.470