Block Explorer, RPC Playground, ZMQ Visualizer, and developer tools for Divi 3.0.0 mainnet.
Tools for the Divi 3.0.0 mainnet blockchain
Browse blocks, transactions, and addresses on the Divi mainnet blockchain.
Alternative block explorer with classic interface and additional features.
AI-powered assistant for Divi blockchain questions and guidance.
Interactive RPC API documentation with live testing capabilities.
Real-time blockchain event viewer using ZeroMQ.
Endpoints for connecting to Divi 3.0.0 mainnet
Create or edit ~/.divi/divi.conf with base settings:
# Divi 3.0.0 Mainnet
server=1
listen=1
rpcuser=your_rpc_user
rpcpassword=your_secure_password
Add to divi.conf for private connectivity:
# Tor connectivity
proxy=127.0.0.1:9050
addnode=5j5nlncac57hknximl5ja7ox2xf2rvtruq5yw3co2tfovhx2aetchuyd.onion:52472
Add to divi.conf if you want to run your own explorer:
# Explorer indexing
addressindex=1
txindex=1
spentindex=1
Launch the daemon:
divid -daemon
divi-cli getblockchaininfo