I just have a very basic doubt. Suppose there's a public blockchain network like Bitcoin comprising several nodes. Would it be possible that this network consists of multiple mainchains??I am not talking about the situation where orphan nodes are created. My situation is say, there are 4 txns T1,T2,T3,T4. Now for each of these transactions, would there be 4 separate main chain for each transaction or one single mainblockchain which comprises these transactions in same/diff blocks that might have got generated after from the beginning of the genesis block.
Asked
Active
Viewed 36 times
1 Answers
1
The purpose of the blockchain is to reach consensus on the state of the network. Everybody has to be in agreement which money belongs to whom in order for the network to be useful. All four transactions would be collected in the same chain.

Murch
- 75,206
- 34
- 186
- 622
memory pool
by each node that receives them. Miners pick a set of transactions from their memory pool that they include in their block template. Only once a miner finds a new valid block, transactions get confirmed. The successful miner determines the order of the transactions in the block. – Murch Nov 07 '18 at 19:16