2
1
What are the difference between transaction chain in bitcoin and blockchain used in bitcoin?
Is it sufficient to say to each transaction refers to previous transactions in the transaction chain and also each transaction is part of a block which is a part of blockchain?
I've never heard of the term 'transaction chain' and I don't think this is the correct way to look at transactions. A transaction just uses an UTXO as input and puts out a new UTXO. The input becomes spent. – Lexus123 – 2018-03-29T14:32:34.103
In order to say that a transaction is valid like A pay B 5 BTC, A has to refer to the previous transaction where he receives equal to more than 5 BTC, right? So aren't all the valid transactions linked together like a chain? – n0unc3 – 2018-03-29T14:58:50.307
You may find this question and its answers useful: https://bitcoin.stackexchange.com/questions/49569/why-does-the-blockchain-need-blocks
– Jestin – 2018-03-29T18:54:05.147