Node Status


Summary


Chain
main
Version
28000100 (/Bitcoin Cash Node:28.0.1(EB32.0)/)
Protocol Version
70016
Blockchain Size
239.74 GB
(pruned: false)
Block Count
909,775
(headers: 909,775)
Difficulty
600.972 x 109
Status
Synchronized with network
Uptime
2 weeks, 2 days, 12 hours
Warnings
None

Mempool Info


TX count
125
TX size
89.8 KB
Memory size
233.2 KB
Max memory size
320 MB

Network Info


Peers
76
Network Traffic
Total Download: 9.43 GB (avg 6.62 KB/s)
Total Upload: 399.93 GB (avg 280.83 KB/s)

getblockchaininfo


{
    "chain": "main",
    "blocks": 909775,
    "headers": 909775,
    "bestblockhash": "000000000000000000fe187dde0ce014c281543373e300faf3eaa515dd5f3b6c",
    "difficulty": 600971597383.6544,
    "mediantime": 1754080086,
    "verificationprogress": 0.9999986748212468,
    "initialblockdownload": false,
    "chainwork": "0000000000000000000000000000000000000000027468fe181be8ab94169397",
    "size_on_disk": 239736081870,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 9433154703,
    "totalbytessent": 399933040361,
    "timemillis": 1754082768475,
    "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": 0,
    "networkactive": true,
    "connections": 76,
    "connections_in": 68,
    "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": "173.212.243.103",
            "port": 8333,
            "score": 62932
        },
        {
            "address": "2a02:c207:0:5403::1",
            "port": 8333,
            "score": 16459
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 125,
    "bytes": 89830,
    "usage": 233184,
    "maxmempool": 320000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}