Node Status


Summary


Chain
main
Version
1030000 (/Radiant Node:1.3.0(EB256.0)/)
Protocol Version
70016
Blockchain Size
8.39 GB
(pruned: false)
Block Count
266,515
(headers: 266,515)
Difficulty
166.66 x 106
Status
Synchronized with network
Uptime
1 week, 0 days, 10 hours
Warnings
None

Mempool Info


TX count
267
TX size
147.7 KB
Memory size
415.5 KB
Max memory size
1.3 GB

Network Info


Peers
8
Network Traffic
Total Download: 538.23 MB (avg 838.1 B/s)
Total Upload: 201.7 MB (avg 314.08 B/s)

getblockchaininfo


{
    "chain": "main",
    "blocks": 266515,
    "headers": 266515,
    "bestblockhash": "0000000000000012f74d669fbaa5331c4619b96b1888a6e1bb786d465e46c941",
    "difficulty": 166659965.0796854,
    "mediantime": 1729618633,
    "verificationprogress": 0.01408224542643658,
    "initialblockdownload": false,
    "chainwork": "000000000000000000000000000000000000000000000275e9632f00ae5c57be",
    "size_on_disk": 8392028773,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 538234493,
    "totalbytessent": 201703711,
    "timemillis": 1729620071834,
    "uploadtarget": {
        "timeframe": 86400,
        "target": 0,
        "target_reached": false,
        "serve_historical_blocks": true,
        "bytes_left_in_cycle": 0,
        "time_left_in_cycle": 0
    }
}

getnetworkinfo


{
    "version": 1030000,
    "subversion": "/Radiant Node:1.3.0(EB256.0)/",
    "protocolversion": 70016,
    "localservices": "0000000000000425",
    "localrelay": true,
    "timeoffset": 0,
    "networkactive": true,
    "connections": 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": 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.01,
    "excessutxocharge": 0,
    "localaddresses": [],
    "warnings": ""
}

getmempoolinfo


{
    "loaded": true,
    "size": 267,
    "bytes": 147673,
    "usage": 415504,
    "maxmempool": 1280000000,
    "mempoolminfee": 0.01,
    "minrelaytxfee": 0.01
}