Post
Topic
Board Development & Technical Discussion
Re: Blockchain explorer reads from a chain not from external database
by
bitaps
on 07/04/2020, 19:38:31 UTC
I'm developing now https://github.com/bitaps-com/btcapiserver

This is core for explorers or wallet backends. Python + Postgres.
Performance about 12 - 24 hours to initial parse bitcoin blockchain (depends of configurated modules and hardware)

Take look maybe my code will be useful for you.