How to make a block explorer?

1

I need to make a block explorer for some alternative cryptocurrencies. I'm using Litecoin for testing, but JSON-RPC requests through PHP are very slow. Maybe JSON-RPC isn't the right thing for such purposes? What other tools you can recommend?

Anton

Posted 2014-01-12T04:48:44.230

Reputation: 84

Answers

1

Index the blockchain in a database and keep the database that has the blockchain updated as blocks come in, you would be essentially running a modified node that's really good at keeping data.

John T

Posted 2014-01-12T04:48:44.230

Reputation: 2 759