Post
Topic
Board Development & Technical Discussion
How does bitcoin store the utxo set?
by
Anonymous Kid
on 03/11/2018, 15:17:53 UTC
IS the utxo set stored independently from the block set?

so for each block that comes in you store;
block (Key: BlockHash)
then extract each tx and store;
tx (Key: TxHash)

or is it all stored inside blocks? how does bitcoin search the db for a given utxo to verify a transaction is legitimate if it just stores the blocks?