Node Status


Summary


Chain
main
Version
3010200 (/Radiant Core:3.1.2(EB256.0)/)
Protocol Version
70016
Blockchain Size
30.21 GB
(pruned: false)
Block Count
456,066
(headers: 456,066)
Difficulty
29.385 x 106
Status
Synchronized with network
Uptime
1 week, 2 days, 11 hours
Warnings
None

Mempool Info


TX count
23
TX size
13.3 KB
Memory size
35.6 KB
Max memory size
1.3 GB

Network Info


Peers
11
Network Traffic
Total Download: 70.46 MB (avg 86.41 B/s)
Total Upload: 32.09 MB (avg 39.35 B/s)

getblockchaininfo


{
    "chain": "main",
    "blocks": 456066,
    "headers": 456066,
    "bestblockhash": "000000000000001cdd338bf2c2ec3ec7356a84fe08ae99a94e451b37991f5d14",
    "difficulty": 29384901.26306225,
    "mediantime": 1786909949,
    "verificationprogress": 1,
    "initialblockdownload": false,
    "chainwork": "0000000000000000000000000000000000000000000015dade3dbb3204c78c47",
    "size_on_disk": 30206723514,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 70462023,
    "totalbytessent": 32089936,
    "timemillis": 1786911140436,
    "uploadtarget": {
        "timeframe": 86400,
        "target": 0,
        "target_reached": false,
        "serve_historical_blocks": true,
        "bytes_left_in_cycle": 0,
        "time_left_in_cycle": 0
    }
}

getnetworkinfo


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

getmempoolinfo


{
    "loaded": true,
    "size": 23,
    "bytes": 13288,
    "usage": 35568,
    "maxmempool": 1280000000,
    "mempoolminfee": 0.01,
    "minrelaytxfee": 0.01,
    "effective_minrelaytxfee": 0.1
}