Admin Dashboard

Basics

Uptime
2:43:33
Node Version
v20.20.1
Node Env
development

App Config

{
    "privacyMode": false,
    "slowDeviceMode": true,
    "demoSite": false,
    "rpcConcurrency": 3,
    "addressApi": "none",
    "ipStackComApiAccessKey": false,
    "mapBoxComApiAccessKey": false,
    "redisCache": false,
    "noInmemoryRpcCache": false
}

Memory Stats

Heap SizeUsed HeapHeap LimitPhysical SizeAvailable Size
103.19 MB57.22 MB2.05 GB102.96 MB1.98 GB

Cache Stats

CacheTryHitMissError
memory1,554465(29.923 %)1,089(70.077 %)0(0 %)

Cache Sizes

{
    "misc": {
        "size": 14
    },
    "block": {
        "size": 113
    },
    "tx": {
        "size": 0
    },
    "mining": {
        "size": 0
    }
}

RPC Stats

MethodCountTime (s)Avg Time (ms)Successes / FailuresSuccess Rate
getnetworkinfo30.06220.6673/0100 %
getblockchaininfo290.1936.65529/0100 %
getindexinfo10.00331/0100 %
getmempoolinfo250.0732.9225/0100 %
getmininginfo180.0673.72218/0100 %
estimatesmartfee440.2315.2544/0100 %
getnetworkhashps120.0897.41712/0100 %
getblockstats470.2024.29847/0100 %
getblockhash897153.641171.283897/0100 %
getblockheader60.0254.1676/0100 %
getblock470.3036.44747/0100 %
getrawtransaction471.1624.68147/0100 %
getblocktemplate40.00414/0100 %
getdeploymentinfo20.0052.52/0100 %
getnettotals20.0073.52/0100 %
uptime20.0073.52/0100 %
getchaintxstats844273.597324.167844/0100 %

Electrum Stats

ActionCountFirst SeenLast Seen
connect0--
disconnect0--
error0--

RPCCountTime (s)Avg Time (ms)Successes / FailuresSuccess Rate

Error Stats

ErrorCountFirst SeenLast Seen
32907ghsd0ge
12:43:33 ago2:43:33 ago
ExpressUncaughtError
errorMsg
/usr/lib/node_modules/btc-rpc-explorer/views/node-details.pug:29 27| +pageTab("Details", true) 28| > 29| if (getblockchaininfo.warnings && getblockchaininfo.warnings.trim().length > 0) 30| +contentSection("Active Warnings") 31| if (getblockchaininfo.warnings && getblockchaininfo.warnings.trim().length > 0) 32| span.text-danger #{getblockchaininfo.warnings} getblockchaininfo.warnings.trim is not a function2invalid csrf token2/usr/lib/node_modules/btc-rpc-explorer/views/tx-stats.pug:36 34| h6.text-card-highlight.fw-light.mb-3 35| span.text-uppercase Last ~7 Days > 36| span.small.ms-2 (#{new Decimal(txStatsWeek.avgTimespan).dividedBy(60).toDP(1)} min/pt) 37| 38| script var txCountDataWeek = []; 39| each item, index in txStatsWeek.txCounts Cannot read properties of undefined (reading 'avgTimespan')1
52:19:15 ago0:15 ago
NotFound
path
/tx/1/css/support_parent.css1/js/lkk_ch.js1/assets/js/qr_modal.js1/static/style/sys_files/index.js1/js/twint_ch.js1/static/style/protect/index.js1/assets/js/message.js1/assets/js/auth.js1/_next1
errorMsg
Not Found: /tx/1Not Found: /css/support_parent.css1Not Found: /js/lkk_ch.js1Not Found: /assets/js/qr_modal.js1Not Found: /static/style/sys_files/index.js1Not Found: /js/twint_ch.js1Not Found: /static/style/protect/index.js1Not Found: /assets/js/message.js1Not Found: /assets/js/auth.js1Not Found: /_next1
101:48:02 ago19:41 ago
awaitPromises_rejected
errorMsg
Cannot read properties of undefined (reading 'name')3
30:16 ago0:16 ago

Memory Stats

{
    "total_heap_size": 103194624,
    "total_heap_size_executable": 5287936,
    "total_physical_size": 102961152,
    "total_available_size": 1982581024,
    "used_heap_size": 57215016,
    "heap_size_limit": 2053111808,
    "malloced_memory": 1081456,
    "peak_malloced_memory": 12038360,
    "does_zap_garbage": 0,
    "number_of_native_contexts": 1,
    "number_of_detached_contexts": 0,
    "total_global_handles_size": 8192,
    "used_global_handles_size": 3840,
    "external_memory": 22726748
}

Error Stats

{
    "32907ghsd0ge": {
        "count": 1,
        "firstSeen": 1773172904606,
        "properties": {},
        "lastSeen": 1773172904606
    },
    "ExpressUncaughtError": {
        "count": 5,
        "firstSeen": 1773174362211,
        "properties": {
            "errorMsg": {
                "/usr/lib/node_modules/btc-rpc-explorer/views/node-details.pug:29\n    27| \t\t\t+pageTab(\"Details\", true)\n    28| \n  > 29| \t\t\t\tif (getblockchaininfo.warnings && getblockchaininfo.warnings.trim().length > 0)\n    30| \t\t\t\t\t+contentSection(\"Active Warnings\")\n    31| \t\t\t\t\t\tif (getblockchaininfo.warnings && getblockchaininfo.warnings.trim().length > 0)\n    32| \t\t\t\t\t\t\tspan.text-danger #{getblockchaininfo.warnings}\n\ngetblockchaininfo.warnings.trim is not a function": 2,
                "invalid csrf token": 2,
                "/usr/lib/node_modules/btc-rpc-explorer/views/tx-stats.pug:36\n    34| \t\t\t\t\t\t\th6.text-card-highlight.fw-light.mb-3\n    35| \t\t\t\t\t\t\t\tspan.text-uppercase Last ~7 Days\n  > 36| \t\t\t\t\t\t\t\tspan.small.ms-2 (#{new Decimal(txStatsWeek.avgTimespan).dividedBy(60).toDP(1)} min/pt)\n    37| \n    38| \t\t\t\t\t\tscript var txCountDataWeek = [];\n    39| \t\t\t\t\t\teach item, index in txStatsWeek.txCounts\n\nCannot read properties of undefined (reading 'avgTimespan')": 1
            }
        },
        "lastSeen": 1773182701950
    },
    "NotFound": {
        "count": 10,
        "firstSeen": 1773176235000,
        "properties": {
            "path": {
                "/tx/": 1,
                "/css/support_parent.css": 1,
                "/js/lkk_ch.js": 1,
                "/assets/js/qr_modal.js": 1,
                "/static/style/sys_files/index.js": 1,
                "/js/twint_ch.js": 1,
                "/static/style/protect/index.js": 1,
                "/assets/js/message.js": 1,
                "/assets/js/auth.js": 1,
                "/_next": 1
            },
            "errorMsg": {
                "Not Found: /tx/": 1,
                "Not Found: /css/support_parent.css": 1,
                "Not Found: /js/lkk_ch.js": 1,
                "Not Found: /assets/js/qr_modal.js": 1,
                "Not Found: /static/style/sys_files/index.js": 1,
                "Not Found: /js/twint_ch.js": 1,
                "Not Found: /static/style/protect/index.js": 1,
                "Not Found: /assets/js/message.js": 1,
                "Not Found: /assets/js/auth.js": 1,
                "Not Found: /_next": 1
            }
        },
        "lastSeen": 1773181536683
    },
    "awaitPromises_rejected": {
        "count": 3,
        "firstSeen": 1773182701146,
        "properties": {
            "errorMsg": {
                "Cannot read properties of undefined (reading 'name')": 3
            }
        },
        "lastSeen": 1773182701146
    }
}