Node Status


Summary


Chain
chip
Version
28000200 (/Bitcoin Cash Node:28.0.2(EB2.0)/)
Protocol Version
70016
Blockchain Size
543.53 MB
(pruned: false)
Block Count
286,740
(headers: 286,740)
Difficulty
5.524 x 100
Status
Synchronized with network
Uptime
1 month, 18 days
Warnings
None

Mempool Info


TX count
32
TX size
22.9 KB
Memory size
56.2 KB
Max memory size
20 MB

Network Info


Peers
8
Network Traffic
Total Download: 57.09 MB (avg 13.73 B/s)
Total Upload: 396.93 MB (avg 95.46 B/s)

getblockchaininfo


{
    "chain": "chip",
    "blocks": 286740,
    "headers": 286740,
    "bestblockhash": "00000000177c88e627ecad2dfa607b6a25f6abb3c728e5acda26d7c5afd257c4",
    "difficulty": 5.523764558069796,
    "mediantime": 1767378908,
    "verificationprogress": 0.9999915655453115,
    "initialblockdownload": false,
    "chainwork": "0000000000000000000000000000000000000000000000000219fd9c1da21484",
    "size_on_disk": 543534285,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 57089076,
    "totalbytessent": 396929297,
    "timemillis": 1767382121447,
    "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": 8,
    "connections_in": 0,
    "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": [],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 32,
    "bytes": 22902,
    "usage": 56160,
    "maxmempool": 20000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}