Node Status


Summary


Chain
test4
Version
29010000 (/Bitcoin Cash Node:29.1.0(EB2.0)/)
Protocol Version
70016
Blockchain Size
141.69 MB
(pruned: false)
Block Count
322,782
(headers: 322,782)
Difficulty
87.3 x 103
Status
Synchronized with network
Uptime
5 days, 16 hours
Warnings
None

Mempool Info


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

Network Info


Peers
16
Network Traffic
Total Download: 54.7 MB (avg 111.5 B/s)
Total Upload: 216.99 MB (avg 442.34 B/s)

getblockchaininfo


{
    "chain": "test4",
    "blocks": 322782,
    "headers": 322782,
    "bestblockhash": "00000000000026d3658eda2529ec1c7472064a3edc5dfa481f30eeb90d80cee2",
    "difficulty": 87300.07439478017,
    "mediantime": 1788953332,
    "verificationprogress": 0.9999972260353261,
    "initialblockdownload": false,
    "chainwork": "0000000000000000000000000000000000000000000000003b2a9f4ce601c9dc",
    "size_on_disk": 141687253,
    "pruned": false,
    "upgrade_status": {
        "name": "May 2027 Upgrade (test4net)",
        "mempool_activated": false,
        "mempool_activation_mtp": 1810382400,
        "block_preactivation_height": null,
        "block_preactivation_hash": null,
        "block_postactivation_height": null,
        "block_postactivation_hash": null,
        "software_expiration_time": 1810382400
    },
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 54695534,
    "totalbytessent": 216989171,
    "timemillis": 1788956151503,
    "uploadtarget": {
        "timeframe": 86400,
        "target": 0,
        "target_reached": false,
        "serve_historical_blocks": true,
        "bytes_left_in_cycle": 0,
        "time_left_in_cycle": 0
    }
}

getnetworkinfo


{
    "version": 29010000,
    "subversion": "/Bitcoin Cash Node:29.1.0(EB2.0)/",
    "protocolversion": 70016,
    "localservices": "0000000000000425",
    "localservicesnames": [
        "NETWORK",
        "BLOOM",
        "BITCOIN_CASH",
        "NETWORK_LIMITED"
    ],
    "localrelay": true,
    "timeoffset": 0,
    "networkactive": true,
    "connections": 16,
    "connections_in": 8,
    "connections_out": 8,
    "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": 28333,
            "score": 513
        },
        {
            "address": "iegjwfjzixjyufqcdazfa7lvqgy3hpmz456eck4qgxxikmqdwxk4vcid.onion",
            "port": 28333,
            "score": 4
        }
    ],
    "warnings": ""
}

getmempoolinfo


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