Node Status


Summary


Chain
chip
Version
28000200 (/Bitcoin Cash Node:28.0.2(EB2.0)/)
Protocol Version
70016
Blockchain Size
321.08 MB
(pruned: false)
Block Count
260,840
(headers: 260,840)
Difficulty
2.598 x 100
Status
Synchronized with network
Uptime
8:50:28
Warnings
This is a pre-release test build - use at your own risk - do not use for mining or merchant applications

Mempool Info


TX count
19
TX size
12.3 KB
Memory size
33.1 KB
Max memory size
20 MB

Network Info


Peers
7
Network Traffic
Total Download: 778.84 KB (avg 24.47 B/s)
Total Upload: 5.15 MB (avg 161.81 B/s)

getblockchaininfo


{
    "chain": "chip",
    "blocks": 260840,
    "headers": 260840,
    "bestblockhash": "000000005226b897d15c8737ba1efa1444b85ba8c1b98f416285c5a6e66fad32",
    "difficulty": 2.598212174256715,
    "mediantime": 1751841637,
    "verificationprogress": 0.999988707725105,
    "initialblockdownload": false,
    "chainwork": "0000000000000000000000000000000000000000000000000218c5b1db6fd57f",
    "size_on_disk": 321080708,
    "pruned": false,
    "warnings": "This is a pre-release test build - use at your own risk - do not use for mining or merchant applications"
}

getnettotals


{
    "totalbytesrecv": 778843,
    "totalbytessent": 5150233,
    "timemillis": 1751845445929,
    "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": 7,
    "connections_in": 0,
    "connections_out": 7,
    "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": false,
            "reachable": true,
            "proxy": "127.0.0.1:9050",
            "proxy_randomize_credentials": true
        },
        {
            "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": "2001:470:ec1b:dead::11",
            "port": 48333,
            "score": 31
        },
        {
            "address": "ca2rcqnvhotnuzoahal5zlbsg7buvipnr6tsa6ngqumv3er46iui64qd.onion",
            "port": 48333,
            "score": 4
        }
    ],
    "warnings": "This is a pre-release test build - use at your own risk - do not use for mining or merchant applications"
}

getmempoolinfo


{
    "loaded": true,
    "size": 19,
    "bytes": 12275,
    "usage": 33072,
    "maxmempool": 20000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}