0
Say I buy a coffee mug, a box of tea bags, and a half liter of honey in the span of five minutes using Bitcoin.
Since the Bitcoin network creates a block every ten minutes or so, these transactions will be within one single block.
Once the block containing the transactions is created can I use a blockchain explorer to view the transactions in chronological order?
Great answer! Brownie points; will this work sending multiple transactions to yourself (same Bitcoin address)? – user1973385 – 2018-08-17T19:30:00.193
Yes, it happens with change transactions and dust sweeping. – JBaczuk – 2018-08-17T19:47:09.977
You're the best. – user1973385 – 2018-08-17T20:09:01.490
fyi: Those transactions do not necessarly need to be in the order in the blockchain as the order you created them! It is possible that there is a TX from A->B and a TX B->C and in the bitcoin blockchain the transactions are stored in the order B->C, A->B (within the same block). – Erhard Dinhobl – 2018-08-19T18:15:48.497
What about this: "the protocol enforces that the transactions will be written out in the block in the correct order." https://bitcoin.stackexchange.com/questions/23035/order-of-transactions-within-a-block/23070#comment35633_23070
– JBaczuk – 2018-08-19T19:10:10.473