How to make a block explorer (like blockchain.info)?

-3

I've tried JSON-RPC, but it's very slow. What other things can you recommend?

Anton

Posted 2014-01-12T06:16:18.097

Reputation: 84

Question was closed 2014-01-27T18:15:25.687

Answers

1

I think for something like blockchain.info, you'd need to write software to parse the blocks directly. You'd probably want a database of all the things you want to be able to search for, for quick lookups.

AMADANON Inc.

Posted 2014-01-12T06:16:18.097

Reputation: 412