How to parse the blockchain?

4

1

I know there are websites providing blockchain information, but I want to write some script to explore the blockchain on my own. How do I do it? Are there any document available online?

h__

Posted 2013-04-09T00:00:14.140

Reputation: 433

Question was closed 2013-04-20T11:36:00.100

1

I wrote a guide about setting up bitcoin-abe a while back. Maybe you'll find it useful. Link

Nick ODell 2013-04-09T00:06:16.120

Thanks. I will do an upvote in words as I don't have that privilege to upvote comments yet...h__ 2013-04-09T00:19:02.500

@NickODell The link you gave was on Ubuntu, does it work with Mac OS X?h__ 2013-04-09T01:04:50.073

I don't know. I don't have a mac to try it on. If you do go this path, please let me know so I can update my guide!Nick ODell 2013-04-09T01:13:39.437

Answers

1

Not much documentation, but you can look at how others are doing it by examining their code. Take a look at bitcoin-abe. It is pretty straightforward.

Sergey Golovchenko

Posted 2013-04-09T00:00:14.140

Reputation: 287