kosecki123 / explorer

Ethereum Block Explorer (ETHExplorer V2) - Realtime Price Ticker, Shapeshift Integration, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ETHExplorer V2 based off github.com/etherparty/explorer

ETHExplorer V2 Screenshot

##License

The code in this branch is licensed under GPLv3 (see LICENSE file)

Feel free to modify or reuse the code here.

##Fork info

This fork aims to make ETHExplorer more friendly when dealing with rpc over internet, for e.g to monitor consortium blockchain.

Main changes:

  • removed web3.filter in favour of 5s polling interval
  • fetch only newly added blocks and transactions
  • disable fetching stats, added simplified block time stats

##Reddit

Discuss this project at: Reddit Page on /r/ethreum

##Donations

ETH Address: 0xee298ae561bD7BE6e1040AFf281202E0b0646BA6

BTC Address: 1AGxSzTPkthdNKfY5usVLwKDLk9i6sPTQj

##Installation

git clone https://github.com/carsenk/explorer

npm install

bower install

npm start

Make sure to install geth as well for the ETH explorer to be able to function. Then run:

geth --rpc --rpcaddr localhost --rpcport 8545 --rpcapi "web3,eth" --rpccorsdomain "http://localhost:8000"

Then visit http://localhost:8000 in your browser of choice after you npm start the explorer

##Updates since original etherpaty/explorer base:

-Regular Expressions completed for Addresses, Block #s, and Transacions IDs (aka Search works great)

-The theme is based off Bootstrap V3 for responsive design.

-You can easily change from a dark or light theme utilizing https://bootswatch.com

-There is a basic API implemented now as well as well as a Ethereum Blockchain Information page

-Realtime ETH/USD Price Ticker

-Realtime Ethereum Hashrate

-Address Pages are integrated with Shapeshift to easily send a payment to an address.

-Responsive design

-Fontawesome Icons

-Block Time Averages

-Gas Prices/Limits

-Total/Current Difficulty

-Realtime latest blocks and recent transactions

-Other random blockchain info stats were added

About

Ethereum Block Explorer (ETHExplorer V2) - Realtime Price Ticker, Shapeshift Integration, etc.

License:Other


Languages

Language:JavaScript 61.7%Language:HTML 34.5%Language:CSS 3.8%