Node Status


Summary


Chain
temp
Version
28000200 (/Bitcoin Cash Node:28.0.2(EB2.0)/)
Protocol Version
70016
Blockchain Size
446.5 MB
(pruned: false)
Block Count
276,753
(headers: 276,171)
Difficulty
1 x 100
Status
Synchronized with network
Uptime
1 week, 3 days, 13 hours
Warnings
Warning: This version of Bitcoin Cash Node is old and may fall out of network consensus in 15 day(s). Please upgrade, or add expire=0 to your configuration file if you want to continue running this version. If you do nothing, the software will gracefully degrade by limiting its functionality in 15 day(s).

Mempool Info


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

Network Info


Peers
2
Network Traffic
Total Download: 610.59 MB (avg 670.7 B/s)
Total Upload: 284.11 MB (avg 312.08 B/s)

getblockchaininfo


{
    "chain": "temp",
    "blocks": 276753,
    "headers": 276171,
    "bestblockhash": "000000003dbe120d767135958b5bbc5829f7f9e43a3614406e5cc556fbc4c8fb",
    "difficulty": 1,
    "mediantime": 1761946085,
    "verificationprogress": 0.9999970593680719,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000000000002193b5b3612fb1e",
    "size_on_disk": 446504872,
    "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": "Warning: This version of Bitcoin Cash Node is old and may fall out of network consensus in 15 day(s). Please upgrade, or add expire=0 to your configuration file if you want to continue running this version. If you do nothing, the software will gracefully degrade by limiting its functionality in 15 day(s)."
}

getnettotals


{
    "totalbytesrecv": 610593895,
    "totalbytessent": 284109110,
    "timemillis": 1761949121023,
    "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": 1,
    "networkactive": true,
    "connections": 2,
    "connections_in": 0,
    "connections_out": 2,
    "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": 58333,
            "score": 841
        },
        {
            "address": "t3kg4djnfbzzyf7iibelnjvfvgtvde4ssp74pjgaf2bslzsoxwrdavqd.onion",
            "port": 48333,
            "score": 4
        }
    ],
    "warnings": "Warning: This version of Bitcoin Cash Node is old and may fall out of network consensus in 15 day(s). Please upgrade, or add expire=0 to your configuration file if you want to continue running this version. If you do nothing, the software will gracefully degrade by limiting its functionality in 15 day(s)."
}

getmempoolinfo


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