Node Status


Summary


Chain
test4
Version
29010000 (/Bitcoin Cash Node:29.1.0(EB2.0)/)
Protocol Version
70016
Blockchain Size
137.38 MB
(pruned: false)
Block Count
317,208
(headers: 317,208)
Difficulty
1.492 x 100
Status
Synchronized with network
Uptime
2:10:07
Warnings
None

Mempool Info


TX count
0
TX size
0 B
Memory size
0 B
Max memory size
20 MB

Network Info


Peers
10
Network Traffic
Total Download: 263.69 KB (avg 33.78 B/s)
Total Upload: 1.97 MB (avg 252.58 B/s)

getblockchaininfo


{
    "chain": "test4",
    "blocks": 317208,
    "headers": 317208,
    "bestblockhash": "0000000009808497b4dacb414f0751d71b87a9c49e02873435c7da42bd4d9fa1",
    "difficulty": 1.491805144548145,
    "mediantime": 1785667752,
    "verificationprogress": 0.9999940000914181,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000000000008bc80ae3f1a60cc",
    "size_on_disk": 137382017,
    "pruned": false,
    "upgrade_status": {
        "name": "May 2027 Upgrade (test4net)",
        "mempool_activated": false,
        "mempool_activation_mtp": 1810382400,
        "block_preactivation_height": null,
        "block_preactivation_hash": null,
        "block_postactivation_height": null,
        "block_postactivation_hash": null,
        "software_expiration_time": 1810382400
    },
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 263692,
    "totalbytessent": 1971923,
    "timemillis": 1785669355790,
    "uploadtarget": {
        "timeframe": 86400,
        "target": 0,
        "target_reached": false,
        "serve_historical_blocks": true,
        "bytes_left_in_cycle": 0,
        "time_left_in_cycle": 0
    }
}

getnetworkinfo


{
    "version": 29010000,
    "subversion": "/Bitcoin Cash Node:29.1.0(EB2.0)/",
    "protocolversion": 70016,
    "localservices": "0000000000000425",
    "localservicesnames": [
        "NETWORK",
        "BLOOM",
        "BITCOIN_CASH",
        "NETWORK_LIMITED"
    ],
    "localrelay": true,
    "timeoffset": -2,
    "networkactive": true,
    "connections": 10,
    "connections_in": 2,
    "connections_out": 8,
    "networks": [
        {
            "name": "ipv4",
            "limited": false,
            "reachable": true,
            "proxy": "",
            "proxy_randomize_credentials": false
        },
        {
            "name": "ipv6",
            "limited": false,
            "reachable": true,
            "proxy": "",
            "proxy_randomize_credentials": false
        },
        {
            "name": "onion",
            "limited": false,
            "reachable": true,
            "proxy": "127.0.0.1:9050",
            "proxy_randomize_credentials": true
        },
        {
            "name": "",
            "limited": false,
            "reachable": true,
            "proxy": "",
            "proxy_randomize_credentials": false
        },
        {
            "name": "",
            "limited": false,
            "reachable": true,
            "proxy": "",
            "proxy_randomize_credentials": false
        }
    ],
    "relayfee": 0.00001,
    "excessutxocharge": 0,
    "localaddresses": [
        {
            "address": "2001:470:ec1b:dead::11",
            "port": 28333,
            "score": 1
        },
        {
            "address": "iegjwfjzixjyufqcdazfa7lvqgy3hpmz456eck4qgxxikmqdwxk4vcid.onion",
            "port": 28333,
            "score": 4
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 0,
    "bytes": 0,
    "usage": 0,
    "maxmempool": 20000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001,
    "permitbaremultisig": true,
    "maxdatacarriersize": 223,
    "total_fee": 0
}