Node Status


Summary


Chain
main
Version
3010200 (/Radiant Core:3.1.2(EB256.0)/)
Protocol Version
70016
Blockchain Size
30.27 GB
(pruned: false)
Block Count
461,952
(headers: 461,952)
Difficulty
23.995 x 106
Status
Synchronized with network
Uptime
1 week, 1 day, 15 hours
Warnings
None

Mempool Info


TX count
4
TX size
900 B
Memory size
4 KB
Max memory size
1.3 GB

Network Info


Peers
11
Network Traffic
Total Download: 22.24 GB (avg 29.85 KB/s)
Total Upload: 44.69 MB (avg 59.99 B/s)

getblockchaininfo


{
    "chain": "main",
    "blocks": 461952,
    "headers": 461952,
    "bestblockhash": "00000000000000561778c0d900fb07efa63153f45ae31ff3956f1ac7aa51ac25",
    "difficulty": 23995435.51122848,
    "mediantime": 1788688788,
    "verificationprogress": 1,
    "initialblockdownload": false,
    "chainwork": "0000000000000000000000000000000000000000000015fdc55be07d16cee095",
    "size_on_disk": 30267058034,
    "pruned": false,
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 22238635429,
    "totalbytessent": 44686263,
    "timemillis": 1788689672166,
    "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": 4,
    "bytes": 900,
    "usage": 4032,
    "maxmempool": 1280000000,
    "mempoolminfee": 0.01,
    "minrelaytxfee": 0.01,
    "effective_minrelaytxfee": 0.1
}