0
1
From my understanding that the entire bitcoin transaction history is stored in every client. I'm looking into ways to get this information out and get them into databases or simply csv files.
I have checked out this repository on github: https://github.com/bitcoin-abe/bitcoin-abe
But it seems it has not been updated for a while, and it mentions
Prior to Bitcoin v0.8, this assumption seemed safe. Abe may need some fixes to >avoid skipping blocks while current and future Bitcoin versions run.
I'm wondering if there is other tools for getting the entire transaction history out?
Thanks in advance!