
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
bgl-rpc-explorer
Advanced tools
[![npm version][npm-ver-img]][npm-ver-url] [![NPM downloads][npm-dl-alltime-img]][npm-dl-url]

This is a self-hosted explorer for the Bitgesell blockchain, driven by RPC calls to your own Bitgesell node. It is easy to run and can be connected to other tools (like Electrum servers) to achieve a full-featured explorer.
Whatever reasons you may have for running a full node (trustlessness, technical curiosity, supporting the network, etc) it's valuable to appreciate the fullness of your node. With this explorer, you can explore not just the blockchain database, but also explore all of the functional capabilities of your own node.
Live demos:
See CHANGELOG.md.
Bitgesell Core - instructions. Ensure that Bitgesell Core's' RPC server is enabled (server=1).Bitgesell Core to synchronize with the Bitgesell network (you can use this tool while sychronizing, but some pages may fail).This tool is designed to work best with full transaction indexing enabled (txindex=1) and pruning disabled.
In particular, with pruning enabled and/or txindex disabled, the following functionality is altered:
If you're running on mainnet with the default datadir and port, the default configuration should Just Work. Otherwise, see the Configuration section below.
npm:Note: npm v7+ is required
npm install -g bgl-rpc-explorer
bgl-rpc-explorer
git clone https://github.com/naftalimurgor/bgl-rpc-explorercd bgl-rpc-explorernpm installnpm startAfter a default installation+startup using any of the above methods, the app can be viewed at http://127.0.0.1:3002/
Configuration options may be set via environment variables or CLI arguments.
To configure with environment variables, you need to create one of the 2 following files and enter values in it:
~/.config/bgl-rpc-explorer.env.env in the working directory for bgl-rpc-explorerIn either case, refer to .env-sample for a list of the options and formatting details.
docker build -t bgl-rpc-explorer .docker run -it -p 3002:3002 -e BTCEXP_HOST=0.0.0.0 bgl-rpc-explorerSee instructions here for using nginx+certbot (letsencrypt) for an HTTPS-accessible, reverse-proxied site.
If you get value from this project, please consider supporting my work with a donation. All donations are truly appreciated.
Donate USDT(Ethereum):
Or, via a BTC address:
FAQs
Open-source, self-hosted Bitgesell explorer
We found that bgl-rpc-explorer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.