Bitcoin Forum

Bitcoin => Project Development => Topic started by: straumat on September 22, 2017, 08:53:39 AM



Title: Blockchain2graph released - Import bitcoin blockchain data in a graph database
Post by: straumat on September 22, 2017, 08:53:39 AM
We finished a new release of Blockchain2graph (https://straumat.github.io/blockchain2graph (https://straumat.github.io/blockchain2graph)). Our tool imports the bitcoin transactions in a graph database (neo4j) to allow graph analysis.

Here are some use cases :
  • Query blockchain data with the cypher query language.
  • Build web sites like Blockchain.info.
  • Add meta informations to addresses and transactions.

At Blockchain Inspector(http://www.blockchaininspector.com (http://www.blockchaininspector.com)), we are using Artificial Intelligence to fight fraud in the Blockchain and we needed to have a conveniant way to access blockchain informations. With blockchain2graph, we can analyse blockchain data as transactions between nodes and add meta informations on them.