Live block explorer for Block Zero (BLOZ) at
https://explorer.bloz.cc.
This repository contains the bloz.cc Block Zero explorer. It is based on
btc-rpc-explorer and is configured for the BLOZ chain.
- Block Zero coin config in
app/coins/bloz.js. - BLOZ chain registration in
app/coins.js. - Pug view changes for Block Zero wording and bloz.cc navigation.
- Mining-pool tag config for
/bloz.cc/. - SEO files in
public/robots.txt,public/sitemap.xmlandpublic/llms.txt.
Install dependencies:
npm installRun locally:
npm startThe app expects a reachable Block Zero Core node with RPC enabled. Keep RPC credentials in local environment/config files; do not commit them.
This explorer is based on btc-rpc-explorer:
- Upstream project:
https://github.com/janoside/btc-rpc-explorer - License: MIT, see
LICENSE.