This information is read from the configuration file for the current chain.
This information is retrieve directly from the indexing node.
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}}
0">
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}}
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}}
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}}