Node Status


Summary


Host : Port
127.0.0.1 : 11999
Chain
main
Version
60801 (/SpaceXpanse:0.6.8.1/)
Protocol Version
120018
Blockchain Size
2.55 GB
(pruned: false)
Soft Forks
  • bip34:
    type=buried,status=active(height: 1)
  • bip16:
    type=buried,status=active(height: 0)
  • bip66:
    type=buried,status=active(height: 0)
  • bip65:
    type=buried,status=active(height: 0)
  • csv:
    type=buried,status=active(height: 1)
  • segwit:
    type=buried,status=active(height: 0)
Block Count
3,659,763
(headers: 3,659,763)
Difficulty
564.197 x 106
Status
Synchronized with network
Uptime
1 day
Warnings
None

Network Info


Peers
25
(24 in; 1 out)
Network Traffic
Total Download: 29.4 MB (avg 339.34 B/s)
Total Upload: 255.55 MB (avg 2.95 KB/s)
Interfaces
ipv4: reachable
ipv6: reachable
onion: unreachable
i2p: unreachable
Local Addresses
45.148.30.132:11998(score: 38)
2a06:1301:4050:45:148:30:132:0:11998(score: 10)

getblockchaininfo


{
    "chain": "main",
    "blocks": 3659763,
    "headers": 3659763,
    "bestblockhash": "58d4ca7d6ad7f1014e4fb2975806f1a547505d0f4c1f3ff77d3c570447f313a3",
    "mediantime": 1772797321,
    "verificationprogress": "0.9999997383995597",
    "initialblockdownload": false,
    "chainwork": "0000000000000000000000000000000000000000000314b779e04b5a9cb76f55",
    "size_on_disk": 2549111622,
    "pruned": false,
    "softforks": {
        "bip34": {
            "type": "buried",
            "active": true,
            "height": 1
        },
        "bip16": {
            "type": "buried",
            "active": true,
            "height": 0
        },
        "bip66": {
            "type": "buried",
            "active": true,
            "height": 0
        },
        "bip65": {
            "type": "buried",
            "active": true,
            "height": 0
        },
        "csv": {
            "type": "buried",
            "active": true,
            "height": 1
        },
        "segwit": {
            "type": "buried",
            "active": true,
            "height": 0
        }
    },
    "warnings": ""
}

getnettotals


{
    "totalbytesrecv": 29395717,
    "totalbytessent": 255546005,
    "timemillis": 1772797656916,
    "uploadtarget": {
        "timeframe": 86400,
        "target": 0,
        "target_reached": false,
        "serve_historical_blocks": true,
        "bytes_left_in_cycle": 0,
        "time_left_in_cycle": 0
    }
}

getnetworkinfo


{
    "version": 60801,
    "subversion": "/SpaceXpanse:0.6.8.1/",
    "protocolversion": 120018,
    "localservices": "0000000000000409",
    "localservicesnames": [
        "NETWORK",
        "WITNESS",
        "NETWORK_LIMITED"
    ],
    "localrelay": true,
    "timeoffset": 0,
    "networkactive": true,
    "connections": 25,
    "connections_in": 24,
    "connections_out": 1,
    "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": "i2p",
            "limited": true,
            "reachable": false,
            "proxy": "",
            "proxy_randomize_credentials": false
        }
    ],
    "relayfee": 0.001,
    "incrementalfee": 0.00001,
    "localaddresses": [
        {
            "address": "45.148.30.132",
            "port": 11998,
            "score": 38
        },
        {
            "address": "2a06:1301:4050:45:148:30:132:0",
            "port": 11998,
            "score": 10
        }
    ],
    "warnings": ""
}