Node Status


Summary


Chain
chip
Version
26010100 (/Bitcoin Cash Node:26.1.1(EB2.0)/)
Protocol Version
70016
Blockchain Size
2.69 GB
(pruned: false)
Block Count
178,250
(headers: 178,250)
Difficulty
1 x 100
Status
Synchronized with network
Uptime
3 weeks, 6 days, 16 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
2
TX size
932 B
Memory size
2.4 KB
Max memory size
20 MB

Network Info


Peers
29
Network Traffic
Total Download: 6.6 GB (avg 2.76 KB/s)
Total Upload: 6.76 GB (avg 2.83 KB/s)

getblockchaininfo


{
    "chain": "chip",
    "blocks": 178250,
    "headers": 178250,
    "bestblockhash": "000000004450f5e4598fd35e2f5bc3648bae5ebabd5f9a23fdd1519f7add0706",
    "difficulty": 1,
    "mediantime": 1702284353,
    "verificationprogress": 0.9999954135742433,
    "initialblockdownload": false,
    "chainwork": "0000000000000000000000000000000000000000000000000163a41e49869178",
    "size_on_disk": 2686500465,
    "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": 6599877678,
    "totalbytessent": 6760665825,
    "timemillis": 1702288311333,
    "uploadtarget": {
        "timeframe": 86400,
        "target": 0,
        "target_reached": false,
        "serve_historical_blocks": true,
        "bytes_left_in_cycle": 0,
        "time_left_in_cycle": 0
    }
}

getnetworkinfo


{
    "version": 26010100,
    "subversion": "/Bitcoin Cash Node:26.1.1(EB2.0)/",
    "protocolversion": 70016,
    "localservices": "0000000000000425",
    "localrelay": true,
    "timeoffset": 0,
    "networkactive": true,
    "connections": 29,
    "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": "96.126.111.144",
            "port": 48333,
            "score": 20045
        },
        {
            "address": "2600:3c03::f03c:93ff:fef5:20eb",
            "port": 48333,
            "score": 141
        }
    ],
    "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": 2,
    "bytes": 932,
    "usage": 2416,
    "maxmempool": 20000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}