Ethereum tokens and transactions viewer.
View tokens developed with Ethereum's ERC20 (before known as EIP20) standard.
Explore sender, receiver and amount of transaction in token units.
Online version at Ethplorer.io
Clone repository into separate webserver's directory.
cd /var/www
mkdir ethplorer
git clone https://github.com/everexio/ethplorer.git ethplorer
Make sure your web server supports .htaccess and mod_rewrite.
Copy service/config.sample.php to service/config.php and specify service addresses.