Network Information

Blockchain

This information is read from the configuration file for the current chain.

Name {{info.name}}
Description {{info.description}}
Website {{info.url}}
Symbol {{info.symbol}}
Blockheight {{info.blockHeight}}

Network

This information is retrieve directly from the indexing node.

Error from node: {{node.error}}
Chain {{node.blockchain.chain}}
Sync Progress {{node.progress}} (Indexed/Chain Tip - Remaining)
Transactions in pool (mempool) {{node.transactionsInPool}}
Average Block Persist In Seconds {{node.avgBlockPersistInSeconds}}
Average Block Size {{node.avgBlockSizeKb | size}}
Best Block Hash {{blockchain.bestBlockHash}}
Difficulty {{blockchain.difficulty}}
Total Network Staking Weight {{blockchain.networkWeight | amount}} {{setup.Chain.Symbol}}
Is Initial Block Download {{blockchain.isInitialBlockDownload | yes}}
Is Pruned {{blockchain.isPruned | yes}}
Version {{network.version}}
Sub Version {{network.subVersion}}
Protocol Version {{network.protocolVersion}}
Connections {{network.connections}}
Relay Fee {{network.relayFee}}
Incremental Fee {{network.incrementalFee}}

Nodes seen last 24 hours

{{item.version}} ({{item.peers.length}}) {{item.addr}}

Configuration (Consensus)

This information is read from the network definition of the current chain. This might differ to the configuration of the indexing node.

Default Port {{configuration.defaultPort}}
Default RPC Port {{configuration.defaultRPCPort}}
Default API Port {{configuration.defaultAPIPort}}
Default Web Socket Port {{configuration.defaultSignalRPort}}
Fallback Fee {{configuration.fallbackFee}}
Minimum Relay Tx Fee {{configuration.minRelayTxFee}}
Minimum Tx Fee {{configuration.minTxFee}}
Network Type {{configuration.networkType}}
Name {{configuration.name}}
Seed Nodes
{{seed}}

DNS Seeds
{{seed}}

Default Max Inbound Connections {{configuration.defaultMaxInboundConnections}}
Default Max Outbound Connections {{configuration.defaultMaxOutboundConnections}}
Genesis Date {{configuration.genesisDate}}
Genesis Hash {{configuration.genesisHash}}
Coin Type {{consensus.coinType}}
Coinbase Maturity {{consensus.coinbaseMaturity}}
Is Proof-Of-Stake {{consensus.isProofOfStake | yes}}
Maximum Money {{consensus.maxMoney}}
Last POW Block {{consensus.lastPOWBlock}}
Premine Reward {{consensus.premineReward}}
Proof-Of-Stake Reward {{consensus.proofOfStakeReward}}
Proof-Of-Work Reward {{consensus.proofOfWorkReward}}
Target Spacing {{consensus.targetSpacing}}