Node Status


Summary


Chain
chip
Version
28000200 (/Bitcoin Cash Node:28.0.2(EB2.0)/)
Protocol Version
70016
Blockchain Size
322.85 MB
(pruned: false)
Block Count
261,030
(headers: 261,030)
Difficulty
2.163 x 100
Status
Synchronized with network
Uptime
1 day, 17 hours
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
7
TX size
4.4 KB
Memory size
12.1 KB
Max memory size
20 MB

Network Info


Peers
7
Network Traffic
Total Download: 3.65 MB (avg 24.91 B/s)
Total Upload: 23.8 MB (avg 162.63 B/s)

getblockchaininfo


{
    "chain": "chip",
    "blocks": 261030,
    "headers": 261030,
    "bestblockhash": "00000000105ad8f18be0c92f7d199972f02c731a8ac78d733288430dc3452a13",
    "difficulty": 2.162797398242763,
    "mediantime": 1751957628,
    "verificationprogress": 0.9999955546278909,
    "initialblockdownload": false,
    "chainwork": "0000000000000000000000000000000000000000000000000218c70ce9c931f0",
    "size_on_disk": 322846707,
    "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": 3645750,
    "totalbytessent": 23800879,
    "timemillis": 1751959968037,
    "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": 140
        },
        {
            "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": 7,
    "bytes": 4445,
    "usage": 12112,
    "maxmempool": 20000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}