Node Status


Summary


Chain
chip
Version
27010100 (/Bitcoin Cash Node:27.1.1(EB2.0)/)
Protocol Version
70016
Blockchain Size
281.51 MB
(pruned: false)
Block Count
226,460
(headers: 226,460)
Difficulty
1 x 100
Status
Synchronized with network
Uptime
1 week, 1 day, 16 hours
Warnings
None

Mempool Info


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

Network Info


Peers
1
Network Traffic
Total Download: 5.25 GB (avg 7.02 KB/s)
Total Upload: 2.53 GB (avg 3.39 KB/s)

getblockchaininfo


{
    "chain": "chip",
    "blocks": 226460,
    "headers": 226460,
    "bestblockhash": "000000009333981b46e358d436a1d0eab135b359dc8ac18182ee1517971723de",
    "difficulty": 1,
    "mediantime": 1731714628,
    "verificationprogress": 0.9999838241231486,
    "initialblockdownload": false,
    "chainwork": "0000000000000000000000000000000000000000000000000165993e5c4fabe0",
    "size_on_disk": 281507434,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 5246409593,
    "totalbytessent": 2534309813,
    "timemillis": 1731718272138,
    "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": 1,
    "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": "162.213.248.233",
            "port": 48333,
            "score": 3852
        }
    ],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 0,
    "bytes": 0,
    "usage": 0,
    "maxmempool": 640000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}