
Here is a screenshot of our built graph database modeling some of the earliest transactions in the chain. You may find the source code of the program I developed to do this here: https://github.com/thallium205/BlockchainNeo4J
By properly modeling the Bitcoin blockchain and grouping these multi-input (and multi-output!) transactions into entities, a single identified address could reveal large pools of addresses. Combined with the thousands of addresses attributed to people’s signatures on the Bitcoin forums, or even privileged market data from Mt. Gox, we believe portions of the economy could be identified. Even if an entity was not explicitly marked, its relationships with other entities may reveal its associations, thus implicitly identifying them.
Nonetheless, we will still generate a highly visual model of the blockchain and perform analysis on that with tools such as https://gephi.org/, something that simply has not happened yet. Special permission was given to me from blockchain.info which allows me to hit their API unthrottled, so expect to see some cool stuff in the future!