Node Status


Summary


Chain
test
Version
29000000 (/Bitcoin Cash Node:29.0.0(EB32.0)/)
Protocol Version
70016
Blockchain Size
45.48 GB
(pruned: false)
Block Count
1,697,726
(headers: 1,697,726)
Difficulty
1.14 x 106
Status
Synchronized with network
Uptime
3 weeks, 2 days, 7 hours
Warnings
None

Mempool Info


TX count
3
TX size
608 B
Memory size
2.7 KB
Max memory size
640 MB

Network Info


Peers
84
Network Traffic
Total Download: 4.78 GB (avg 2.37 KB/s)
Total Upload: 4.23 GB (avg 2.1 KB/s)

getblockchaininfo


{
    "chain": "test",
    "blocks": 1697726,
    "headers": 1697726,
    "bestblockhash": "0000000000000c95ac813dfe95acee093ae1b8ac6bcd2229c67b875627ed9836",
    "difficulty": 1140042.751087945,
    "mediantime": 1771117818,
    "verificationprogress": 0.9999999877547904,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000000011de8b49178555ea485",
    "size_on_disk": 45477686024,
    "pruned": false,
    "upgrade_status": {
        "name": "May 2026 Upgrade (testnet)",
        "mempool_activated": false,
        "mempool_activation_mtp": 1778846400,
        "block_preactivation_height": null,
        "block_preactivation_hash": null,
        "block_postactivation_height": null,
        "block_postactivation_hash": null,
        "software_expiration_time": 1810382400
    },
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 4776151150,
    "totalbytessent": 4227192184,
    "timemillis": 1771121034043,
    "uploadtarget": {
        "timeframe": 86400,
        "target": 0,
        "target_reached": false,
        "serve_historical_blocks": true,
        "bytes_left_in_cycle": 0,
        "time_left_in_cycle": 0
    }
}

getnetworkinfo


{
    "version": 29000000,
    "subversion": "/Bitcoin Cash Node:29.0.0(EB32.0)/",
    "protocolversion": 70016,
    "localservices": "0000000000000425",
    "localrelay": true,
    "timeoffset": 0,
    "networkactive": true,
    "connections": 84,
    "connections_in": 76,
    "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": true,
            "reachable": false,
            "proxy": "",
            "proxy_randomize_credentials": false
        },
        {
            "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": "199.192.27.81",
            "port": 18333,
            "score": 41648
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 3,
    "bytes": 608,
    "usage": 2672,
    "maxmempool": 640000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001,
    "permitbaremultisig": true,
    "maxdatacarriersize": 223
}