Node Status


Summary


Chain
main
Version
28000100 (/Bitcoin Cash Node:28.0.1(EB32.0)/)
Protocol Version
70016
Blockchain Size
239.05 GB
(pruned: false)
Block Count
903,973
(headers: 903,973)
Difficulty
547.883 x 109
Status
Synchronized with network
Uptime
2 weeks, 5 days, 8 hours
Warnings
None

Mempool Info


TX count
66
TX size
57.5 KB
Memory size
145.8 KB
Max memory size
320 MB

Network Info


Peers
48
Network Traffic
Total Download: 15.39 GB (avg 9.21 KB/s)
Total Upload: 336.26 GB (avg 201.24 KB/s)

getblockchaininfo


{
    "chain": "main",
    "blocks": 903973,
    "headers": 903973,
    "bestblockhash": "000000000000000000de18f44d34ba57235b5c322013d221048b02e2af189f77",
    "difficulty": 547883137869.3423,
    "mediantime": 1750621759,
    "verificationprogress": 0.9999997065068578,
    "initialblockdownload": false,
    "chainwork": "0000000000000000000000000000000000000000026937d0097aab156f2b94a4",
    "size_on_disk": 239053875835,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 15394171663,
    "totalbytessent": 336258690449,
    "timemillis": 1750623522155,
    "uploadtarget": {
        "timeframe": 86400,
        "target": 0,
        "target_reached": false,
        "serve_historical_blocks": true,
        "bytes_left_in_cycle": 0,
        "time_left_in_cycle": 0
    }
}

getnetworkinfo


{
    "version": 28000100,
    "subversion": "/Bitcoin Cash Node:28.0.1(EB32.0)/",
    "protocolversion": 70016,
    "localservices": "0000000000000425",
    "localrelay": true,
    "timeoffset": 18,
    "networkactive": true,
    "connections": 48,
    "connections_in": 39,
    "connections_out": 9,
    "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": 8333,
            "score": 28125
        },
        {
            "address": "g73swphpkbqtzpd2i3v6et2gwfaojn5gb5abcomjroy3xzyuxap25bid.onion",
            "port": 8333,
            "score": 4
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 66,
    "bytes": 57477,
    "usage": 145760,
    "maxmempool": 320000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}