MoneroExplorer allows you to monitor mempool and completete blocks on the Monero network.
All of our work happens directly on GitHub. All pull requests by core team members and external contributors go through the same review process.
Get source code and download dependencies:
git clone https://github.com/MoneroEcosystem/moneroexplorer.com.git
cd MoneroExplorer
npm i
Note: For more information on how to install NPM modules globally on UNIX systems without resorting to sudo, refer to this guide.
npm run start
This will run a local development server which default to http://localhost:8080
npm run build
Generates a minified build in ./dist
MoneroExplorer is MIT licensed.