Where I can I find a description of how geth maps Blocks, Transactions, Accounts, etc. onto a LevelDB database? I can dump the 300+ million db blocks (keys) in my local geth database but I have no idea how to parse them beyond that.
Thank you, Michael Herman
p.s. That is, something that maps Ethereum block architecture into LevelUp constructs/API calls.