Simple application to display balance and transactions for search bitcoin addresses. Production build available on Heroku at https://block-addr-explorer.herokuapp.com/
To download the project and install dependencies:
git clone https://github.com/harveyrandall/block-explorer
cd block-explorer
yarn serve
This will run the project and open in browser. If the project is not opened it can be found in browser at https://localhost:5000/. If port 5000 is busy the URL will be copied to the clipboard and can be pasted into the address bar.