1

Block 546 is the first time a (actually two) transaction spends the UTXO of a transaction from the same block.

Is the order important? (The transaction that generates the UTXO has to appear before in the block than the transaction that spends it)

Is it still possible today?

Kevin P
  • 69
  • 5
  • Maybe this can help: https://bitcoin.stackexchange.com/questions/50576/can-transaction-inputs-reference-outputs-of-pending-transactions – CryptoSmart Feb 28 '19 at 23:43

1 Answers1

5

The order must be causal. Most blocks today have outputs that were created earlier in the block.

G. Maxwell
  • 7,727
  • 2
  • 20
  • 47