0
I would like to do some research of the Bitcoin blockchain. Because i would like to do massive amounts of processing and lookups, I need a fast way to search the blockchain.
Http requests to insight.io just won't cut it...
I know of ABE but it seems no longer maintained and I don't know if it is up to par with the current implementation of the blockchain.
The environment I'm programming in is python.
Any ideas?
A Bitcoin equivalent of this XRP project?
– None – 2019-05-07T15:40:14.563The idea is to try and track coins over long periods of time with an innovative approach. So even bitcoind won't really cut it I think. – Dennis Decoene – 2019-04-07T14:05:56.230
Neither of those LevelDB databases maintained by bitcoind actually contain the information you want. Maybe some more modern indexing software like electrs is more appropriate. – Pieter Wuille – 2019-04-07T21:07:10.233