BCGraph allows to import the Bitcoin blockchain into a Neo4j graph database and provides multiple tools to analyze the resulting data set.
This project is no longer actively maintained and may not work with the latest version of Bitcoin.
- Bitcoin Core block files (to import data into the graph database)
- Up to twice the amount of storage that the Bitcoin Core block files require
- Use maven to install dependencies
- Copy
test.properties
tosrc/main/resources/
, rename it toproduction.properties
and fill in the missing directories
A few examples are available at maltemoeser/BCGraph-Examples.