Node Status


Summary


Chain
test
Version
29010000 (/Bitcoin Cash Node:29.1.0(EB32.0)/)
Protocol Version
70016
Blockchain Size
45.51 GB
(pruned: false)
Block Count
1,725,996
(headers: 1,725,996)
Difficulty
1 x 100
Status
Synchronized with network
Uptime
2 weeks, 3 days, 14 hours
Warnings
None

Mempool Info


TX count
1
TX size
372 B
Memory size
1.2 KB
Max memory size
640 MB

Network Info


Peers
54
Network Traffic
Total Download: 979.26 MB (avg 645.34 B/s)
Total Upload: 10.24 GB (avg 6.75 KB/s)

getblockchaininfo


{
    "chain": "test",
    "blocks": 1725996,
    "headers": 1725996,
    "bestblockhash": "00000000ed09ef533a019d0fe199402257bcbb437a8ae3ddeb41fd40c7153e2f",
    "difficulty": 1,
    "mediantime": 1788164580,
    "verificationprogress": 0.9999999383882168,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000000011fcd482e8fd4f52b36",
    "size_on_disk": 45507905497,
    "pruned": false,
    "upgrade_status": {
        "name": "May 2027 Upgrade (testnet)",
        "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": 979257945,
    "totalbytessent": 10242303389,
    "timemillis": 1788167738297,
    "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(EB32.0)/",
    "protocolversion": 70016,
    "localservices": "0000000000000425",
    "localservicesnames": [
        "NETWORK",
        "BLOOM",
        "BITCOIN_CASH",
        "NETWORK_LIMITED"
    ],
    "localrelay": true,
    "timeoffset": 0,
    "networkactive": true,
    "connections": 54,
    "connections_in": 46,
    "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": 26343
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 1,
    "bytes": 372,
    "usage": 1200,
    "maxmempool": 640000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001,
    "permitbaremultisig": true,
    "maxdatacarriersize": 223,
    "total_fee": 0.00001496
}