Node Status


Summary


Chain
temp
Version
28000200 (/Bitcoin Cash Node:28.0.2(EB2.0)/)
Protocol Version
70016
Blockchain Size
446.72 MB
(pruned: false)
Block Count
277,481
(headers: 278,492)
Difficulty
1 x 100
Status
Initial block download progress 100%
Uptime
9:39:57
Warnings
Warning: This version of Bitcoin Cash Node is old and may fall out of network consensus in 9 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 9 day(s).

Mempool Info


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

Network Info


Peers
3
Network Traffic
Total Download: 1.86 MB (avg 53.59 B/s)
Total Upload: 62.38 MB (avg 1.79 KB/s)

getblockchaininfo


{
    "chain": "temp",
    "blocks": 277481,
    "headers": 278492,
    "bestblockhash": "00000000e4ef853bc37615dd7194960c532c049c6c370ca9e48d595616616cc3",
    "difficulty": 1,
    "mediantime": 1762458849,
    "verificationprogress": 0.9999969585275882,
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000000000002193e3338eafdf6",
    "size_on_disk": 446721472,
    "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 9 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 9 day(s)."
}

getnettotals


{
    "totalbytesrecv": 1864793,
    "totalbytessent": 62380532,
    "timemillis": 1762462761710,
    "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": 3,
    "connections_in": 0,
    "connections_out": 3,
    "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": 35
        },
        {
            "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 9 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 9 day(s)."
}

getmempoolinfo


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