Node Status


Summary


Chain
main
Version
28000100 (/Bitcoin Cash Node:28.0.1(EB32.0)/)
Protocol Version
70016
Blockchain Size
240.03 GB
(pruned: false)
Block Count
913,335
(headers: 913,335)
Difficulty
610.855 x 109
Status
Synchronized with network
Uptime
7 months, 15 days
Warnings
None

Mempool Info


TX count
32
TX size
16.5 KB
Memory size
46.1 KB
Max memory size
320 MB

Network Info


Peers
120
Network Traffic
Total Download: 119.62 GB (avg 6.08 KB/s)
Total Upload: 4.04 TB (avg 205.37 KB/s)

getblockchaininfo


{
    "chain": "main",
    "blocks": 913335,
    "headers": 913335,
    "bestblockhash": "000000000000000000bd1c73209ab5e36edc72c374235a65962eb73baa4e6a42",
    "difficulty": 610855328300.2726,
    "mediantime": 1756209458,
    "verificationprogress": 0.999999472313768,
    "initialblockdownload": false,
    "chainwork": "0000000000000000000000000000000000000000027c34f908a79d675955d9f7",
    "size_on_disk": 240031058659,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 119616040701,
    "totalbytessent": 4041784361837,
    "timemillis": 1756213692690,
    "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": 120,
    "connections_in": 112,
    "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": "135.148.236.246",
            "port": 8333,
            "score": 1022905
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 32,
    "bytes": 16488,
    "usage": 46096,
    "maxmempool": 320000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}