Post
Topic
Board Development & Technical Discussion
Re: stupid question: why not move transactions outside blocks ?
by
Quickseller
on 31/12/2017, 02:10:35 UTC
Maybe I misunderstand you, but what you describe sounds pretty close to what SegWit is already doing:

https://github.com/bitcoin/bips/blob/master/bip-0141.mediawiki
SegWit involves storing signatures of transactions separate from the transactions, and outside of blocks.

With SegWit, you can determine the UTXO by downloading the blockchain. With what the OP is proposing, it would not be realistic to not store the transactions even if they were stored outside the blocks.