Node Status


Summary


Chain
chip
Version
27010100 (/Bitcoin Cash Node:27.1.1(EB2.0)/)
Protocol Version
70016
Blockchain Size
333.38 MB
(pruned: false)
Block Count
262,936
(headers: 262,936)
Difficulty
1.787 x 100
Status
Synchronized with network
Uptime
8 months, 6 days
Warnings
None

Mempool Info


TX count
0
TX size
0 B
Memory size
0 B
Max memory size
20 MB

Network Info


Peers
8
Network Traffic
Total Download: 148.98 MB (avg 6.93 B/s)
Total Upload: 327.41 MB (avg 15.24 B/s)

getblockchaininfo


{
    "chain": "chip",
    "blocks": 262936,
    "headers": 262936,
    "bestblockhash": "00000000614117dae03918a233c02a70e0206cc73afa11be68865966c9017aec",
    "difficulty": 1.786814624969327,
    "mediantime": 1753100893,
    "verificationprogress": 0.9999957494974688,
    "initialblockdownload": false,
    "chainwork": "0000000000000000000000000000000000000000000000000218d5c37a198a04",
    "size_on_disk": 333378274,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 148981095,
    "totalbytessent": 327406923,
    "timemillis": 1753104649535,
    "uploadtarget": {
        "timeframe": 86400,
        "target": 0,
        "target_reached": false,
        "serve_historical_blocks": true,
        "bytes_left_in_cycle": 0,
        "time_left_in_cycle": 0
    }
}

getnetworkinfo


{
    "version": 27010100,
    "subversion": "/Bitcoin Cash Node:27.1.1(EB2.0)/",
    "protocolversion": 70016,
    "localservices": "0000000000000425",
    "localrelay": true,
    "timeoffset": 0,
    "networkactive": true,
    "connections": 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": 0,
    "bytes": 0,
    "usage": 0,
    "maxmempool": 20000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}