Skip to content
mempoolxch.space

Settings

Network

The whole app follows the active network: address prefixes, explorer links, the live stream and the mempool summary. Active endpoint: https://api.coinset.org

Full-node RPC endpoints

By default mempoolxch.space reads the chain through Coinset's public full-node RPC, so no own node is needed. You can point each network at any Chia full-node-RPC-compatible HTTPS endpoint instead. Coinset-only features (semantic transaction summaries, address history, the WebSocket stream and the server-side mempool summary) switch off automatically for custom endpoints and the app falls back to polling and to fetching the raw mempool in the browser.

Coinset default
Coinset default
Using your own node? A stock Chia full node listens on https://localhost:8555 with mutual TLS: it requires the node's client certificate, which a browser cannot present, and it sends no CORS headers. Put a small reverse proxy in front of it that terminates TLS with the client certificate and adds Access-Control-Allow-Origin, then enter the proxy URL here. Step-by-step guide.

Appearance