7

Etherchain and Etherscan provide information about the Ethereum blockchain.

What tools exist that will allow me to extract similar data from my local Ethereum (.ldb) files?

eth
  • 85,679
  • 53
  • 285
  • 406
billett
  • 1,255
  • 1
  • 12
  • 18

2 Answers2

3

For now, there are only 2 open source Ethereum blockchain explorers and both of them are a bit outdated it seems.

https://github.com/etherparty/explorer

https://github.com/maran/ethereum-blockchain-explorer

Those are the only open source tools available to extract your Ethereum ldb files at the moment.

Check this StackExchange Answer for an up to date list of open source Ethereum Explorers.

Hudson Jameson
  • 4,621
  • 2
  • 22
  • 34
  • I was actually looking for something that would operate on my local .ldb files, and not go through the web3 API, something that could be used on a private testnet. – billett Feb 16 '16 at 22:52
  • Web3 APIs work on local test nets in exactly the same way as they do on the frontier network, silly me! – billett Feb 16 '16 at 23:03
1

Yeah, there are libraries like

  1. A lightweight ethereum block explorer

And for Bitcoin.

  1. An open source block explorer
  2. bitcoin-blockexplorer
niksmac
  • 9,673
  • 2
  • 40
  • 72