Now, if they are not
They are not.
, it will require you to either know the index structure to be able to quickly look up the position of the next block,
Too difficult for single-pass parser
For example, the block order is ... 99, 100, 101,
200, 102, 103, ... 199, 201, 202, 203...
The easiest way for blockchain parser is to keep in memory the blocks which can not be added to
a
memory-chain memory-tree for processing them later. I wanted to eliminate this routine
by asking bitcoin client save them in right order. OK, it is not possible today. I've already written a
code for linearization-on-the-fly. The topic can be closed.