Node Status


Summary


Chain
chip
Version
28000200 (/Bitcoin Cash Node:28.0.2(EB2.0)/)
Protocol Version
70016
Blockchain Size
2.96 GB
(pruned: false)
Block Count
281,969
(headers: 281,969)
Difficulty
4.424 x 100
Status
Synchronized with network
Uptime
3 weeks, 1 day, 19 hours
Warnings
None

Mempool Info


TX count
14
TX size
13 KB
Memory size
31.6 KB
Max memory size
640 MB

Network Info


Peers
22
Network Traffic
Total Download: 1.69 GB (avg 855.55 B/s)
Total Upload: 10.42 GB (avg 5.29 KB/s)

getblockchaininfo


{
    "chain": "chip",
    "blocks": 281969,
    "headers": 281969,
    "bestblockhash": "000000000bb071fa7a5edd28b8a30999c641a85ce730cdeeb9a20e883f33856b",
    "difficulty": 4.424110125980772,
    "mediantime": 1764515035,
    "verificationprogress": 0.9999949393995228,
    "initialblockdownload": false,
    "chainwork": "0000000000000000000000000000000000000000000000000219a8b8ab1edc0e",
    "size_on_disk": 2962107776,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 1685924026,
    "totalbytessent": 10418531296,
    "timemillis": 1764520222910,
    "uploadtarget": {
        "timeframe": 86400,
        "target": 0,
        "target_reached": false,
        "serve_historical_blocks": true,
        "bytes_left_in_cycle": 0,
        "time_left_in_cycle": 0
    }
}

getnetworkinfo


{
    "version": 28000200,
    "subversion": "/Bitcoin Cash Node:28.0.2(EB2.0)/",
    "protocolversion": 70016,
    "localservices": "0000000000000425",
    "localrelay": true,
    "timeoffset": 0,
    "networkactive": true,
    "connections": 22,
    "connections_in": 14,
    "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": "66.29.152.199",
            "port": 48333,
            "score": 34715
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 14,
    "bytes": 13033,
    "usage": 31568,
    "maxmempool": 640000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}