Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: Creating a transaction at the same exact second as another one
by
hosemary
on 17/07/2025, 21:32:25 UTC
⭐ Merited by stwenhao (1)
Aren’t the transaction indexes inside a block always ordered sequentially?
No.
The only rule we have about orders of the transactions in the block is that the first transaction must be the coinbase transactions. In other words, miners must assign the index number 0 to the coinbase transaction.
Miners can put all other transactios in the block in any order they want.