Node Status


Summary


Chain
temp
Version
28000200 (/Bitcoin Cash Node:28.0.2(EB2.0)/)
Protocol Version
70016
Blockchain Size
435 MB
(pruned: false)
Block Count
271,109
(headers: 271,109)
Difficulty
1.292 x 100
Status
Synchronized with network
Uptime
11:42:17
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
21
TX size
13.3 KB
Memory size
38.1 KB
Max memory size
20 MB

Network Info


Peers
10
Network Traffic
Total Download: 11.97 MB (avg 283.98 B/s)
Total Upload: 32.56 MB (avg 772.67 B/s)

getblockchaininfo


{
    "chain": "temp",
    "blocks": 271109,
    "headers": 271109,
    "bestblockhash": "00000000a837e0665ca95181727f07bd9c2e392c21a3703ef7727daea0cc8ec3",
    "difficulty": 1.291890080428954,
    "mediantime": 1758006791,
    "verificationprogress": 0.9999959054385071,
    "initialblockdownload": false,
    "chainwork": "0000000000000000000000000000000000000000000000000219254b6c514ff1",
    "size_on_disk": 434999390,
    "pruned": false,
    "upgrade_status": {
        "name": "May 2026 Upgrade (tempnet)",
        "mempool_activation_mtp": 1757937600,
        "block_preactivation_height": 271015,
        "block_preactivation_hash": "00000000023062becd19275fa2ec7cbe32d3eb5329708ccb006143865f010af7",
        "block_postactivation_height": 271016,
        "block_postactivation_hash": "00000000163a426b4dfe4a484b8753c918f58b8cb9bf716cbf7be2d871867bc4",
        "software_expiration_mtp": 1763208000,
        "mempool_activated": true
    },
    "warnings": "This is a pre-release test build - use at your own risk - do not use for mining or merchant applications"
}

getnettotals


{
    "totalbytesrecv": 11966126,
    "totalbytessent": 32558084,
    "timemillis": 1758010559228,
    "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": 10,
    "connections_in": 3,
    "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": 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": "192.241.252.19",
            "port": 48333,
            "score": 221
        }
    ],
    "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": 21,
    "bytes": 13251,
    "usage": 38128,
    "maxmempool": 20000000,
    "mempoolminfee": 0.00001,
    "minrelaytxfee": 0.00001
}