2
I'm studyng the transactions and how they work.
Suppose I would track some bitcoins that I spent.
This is a scenario:
My pubblic addresses are: addr1 and addr2.
I made a transaction tr1 (output like blockchain.info):
tr1
input addr1 2BTC output addrX 1.5BTC
addr2 0.4BTC
addrY 0.1BTC
Now I would know where will be spent the 1.5BTC that I sent to addrX. Suppose I use the blockchain.info explorer and the addrX makes another transaction tr2. What I do is:
1 - search for the addrX,
2 - find the tr2 where my input of 1.5BTC is spent
3 - reapet the first step but with the addresses specified in output of the previous transaction
Am I correct? In this way can I "follow" the bitcoin that I spent? Many thanks.
Thanks a lot for the answer. Out of curiosity, but I'v read so thread about forensics bitcoin, or bitcoin intelligence. Approximately, how these tools work? (if this question is out of scope, feel free to not answer). – d3llafr33 – 2016-10-19T21:47:05.710
When it comes to Bitcoin privacy, you also have to consider that addresses can be associated with one another. If you see two addresses on the network that are being used as inputs to a transaction, you have a good reason to believe they are owned by the same person. If someone re-uses addresses, you can start to link multiple addresses by association as transaction inputs. Also, if you can identify which output is a change address, you can link even more. I'm no expert, but there's quite a bit you can extrapolate from the blockchain. – Jestin – 2016-10-19T21:50:48.850