Admin Dashboard

Basics

Uptime
1 week, 0 days, 4 hours
Node Version
v18.19.1
Node Env
development

App Config

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

App Events

EventCountLastParams
request213720:36UTC(0s ago)
error40429320:34UTC(1m ago)
crawlRequest510/8, 14:35UTC(1d, 6hr ago)
crawler[microsoft]: 5

Memory Stats

Heap SizeUsed HeapHeap LimitPhysical SizeAvailable Size
83.18 MB77.52 MB4.35 GB82.81 MB4.27 GB

Cache Stats

CacheTryHitMissError
memory6,784202(2.978 %)6,582(97.022 %)0(0 %)

Cache Sizes

{
    "misc": {
        "size": 8
    },
    "block": {
        "size": 6
    },
    "tx": {
        "size": 5
    },
    "mining": {
        "size": 0
    }
}

RPC Stats

MethodCountTime (s)Avg Time (ms)Successes / FailuresSuccess Rate
getnetworkinfo5,32425.2814.7482/5,3220 %
getblockchaininfo5,92929.374.954607/5,32210.2 %
getindexinfo10.00881/0100 %
getmempoolinfo300.1464.86730/0100 %
getmininginfo300.1956.530/0100 %
estimatesmartfee1201.29310.775120/0100 %
getnetworkhashps560.83614.92956/0100 %
getblockstats1,585155.47898.0931,584/199.9 %
getblockhash2,398456.599190.4082,398/0100 %
getblockheader1,6424.3712.6621,642/0100 %
getblock1,975247.154125.1411,975/0100 %
getrawtransaction2,69358.86721.8592,693/0100 %
getblocktemplate90.0758.3339/0100 %
gettxout1820.63.297182/0100 %
getrawmempool10.00221/0100 %
getchaintxstats1,094720.033658.1651,094/0100 %
getpeerinfo10.00661/0100 %
uptime10.00551/0100 %
getnettotals10.00771/0100 %
getdeploymentinfo10.016161/0100 %

Electrum Stats

ActionCountFirst SeenLast Seen
connect0--
disconnect1,0011 week, 0 days, 4 hours ago1 week, 0 days, 2 hours ago
error2,0011 week, 0 days, 4 hours ago1 week, 0 days, 2 hours ago

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

Error Stats

ErrorCountFirst SeenLast Seen
3ufhwehe
configDir
/opt/btc-rpc-explorer/public/txt/mining-pools-configs/KBUC1
desc
Unable to scan directory1
errorMsg
ENOENT: no such file or directory, scandir '/opt/btc-rpc-explorer/public/txt/mining-pools-configs/KBUC'1
11 week, 0 days, 4 hours ago1 week, 0 days, 4 hours ago
937gf47dsyde
host
127.0.0.12001
port
500012001
protocol
tcp2001
errorMsg
connect ECONNREFUSED 127.0.0.1:500012001
2,0011 week, 0 days, 4 hours ago1 week, 0 days, 2 hours ago
120387rygxx231gwe40
errorMsg
connect ECONNREFUSED 127.0.0.1:500011
11 week, 0 days, 4 hours ago1 week, 0 days, 4 hours ago
31207ugf4e0fed
electrumServers
[object Object]1
errorMsg
connect ECONNREFUSED 127.0.0.1:500011
11 week, 0 days, 4 hours ago1 week, 0 days, 4 hours ago
RpcError-001
request
getnetworkinfo5322getblockchaininfo5322
errorMsg
connect ECONNREFUSED 127.0.0.1:1939310644
10,6441 week, 0 days, 4 hours ago5 days, 8 hours ago
32ugegdfsde
errorMsg
connect ECONNREFUSED 127.0.0.1:193935322
5,3221 week, 0 days, 4 hours ago5 days, 8 hours ago
238023hw87gddd
errorMsg
Cannot read properties of undefined (reading 'height')35
355 days, 8 hours ago3:12:59 ago
ExpressUncaughtError
errorMsg
/opt/btc-rpc-explorer/views/transaction.pug:50 48| - var totalInputValue = new Decimal(0); 49| if (result.getrawtransaction.vin[0].coinbase) > 50| - totalInputValue = totalInputValue.plus(new Decimal(coinConfig.blockRewardFunction(result.getblock.height, activeBlockchain))); 51| each txInput, txInputIndex in result.txInputs 52| if (txInput) 53| - var vout = txInput; Cannot read properties of undefined (reading 'height')89txid is not defined49blockHash is not defined42/opt/btc-rpc-explorer/views/next-halving.pug:13 11| h6.mb-2 About Next Halving 12| > 13| | This page shows details about the next halving. Halvings occur every #{nextHalvingData.halvingBlockInterval.toLocaleString()} blocks and cut the block subsidy (new supply creation) in half. So far #{nextHalvingData.halvingCount.toLocaleString()} halving#{halvingCount == 1 ? " has" : "s have"} occurred. After #{nextHalvingData.terminalHalvingCount} halvings, the block subsidy will drop to zero and no more halvings will occur. 14| 15| if (nextHalvingData.nextHalvingIndex > -1) 16| +contentSection("Summary") Cannot read properties of undefined (reading 'halvingBlockInterval')4/opt/btc-rpc-explorer/views/block.pug:42 40| - var txCount = result.getblock.nTx; 41| - var coinbaseTx = result.transactions && result.transactions.length > 0 ? result.transactions[0] : null; > 42| - var blockLeader = utils.extractBlockLeader(coinbaseTx); 43| 44| - // Check if result.getblock has a blockLeader property 45| - var resultBlockLeader = result.getblock.blockLeader || null; leaderName is not defined1/opt/btc-rpc-explorer/views/includes/blocks-list.pug:128 126| - var blockLeader = null 127| if (block.coinbaseTx) > 128| - blockLeader = utils.extractBlockLeader(block.coinbaseTx) 129| 130| if (blockLeader) 131| if (blockLeader.special) leaderName is not defined1Cannot read properties of undefined (reading 'duplicateIndex')1
1875 days, 8 hours ago11:13 ago
NotFound
path
/undefined19/api/block-analysis1/api/rpc-browser1/api/next-halving1/block-height/api/docs1/block-height/api/node-details1/sitemap.xml5/admin/stats1/%60./quote/0%601/block-height/admin/dashboard1/block-height/block/87181b87b86ce111b472bfa566458ca1d80f8c273d36a2450f242cbcb6b866211/block-height/block/node-details1/block-height/block/0a04b27ea92bd4327d48c5e73042b57bf2be84b7949712d007a127a988d397731/block-height/block/mempool-transactions1/block-height/block/da63ee42eeb5cda6ea116e12e45e4e07b8f6a5fdbf95826fdbd1030d7905f2e11/block-height/block/8bdca3fd960102108d062cadb49900dde5ab2aaff1fb4185dcd4346a5c7b48b71/block-height/block/utxo-set1/block-height/block/22eb64205536ccb4984187b1d3cec2cab2f195dd6ebdf33066c59b107c05d2dd1/block-height/block/82b9eb2612f794123867cfc00354fee3bf03886c2fac3f05b72277e185d2365a1/block-height/block/peers1/block-height/block/mempool-summary1/admin/next-block1/admin/api/docs1/block-height/block-analysis/d45983f4fcaf26f93ddf54dc1e5f0695d2bc5a0328a3e34f8d5c3c118f6ec3df1/block-height/block/f4e1d18adb90391a1154525ea878d4c5ab1ec69a17655508f8c5e073ecca13081/block-height/block/421b905efa47aeddfe0bccfa2812b1ec8aa15c03bdc00990620d5e81f551ce191/block-height/block/api/docs1/block-height/block/changeSetting?name=uiTimezone&value=local1/block-height/block/6e818d4de7a39d437f1768f4f072b70b09f5714cfe2e005bdd8610c52d4f0cd31/wp-content/plugins/hellopress/wp_filemanager.php2/error.php1/1.php1/2.php1/gmo.php1/gm.php1/hk.php1/akcc.php1/info.php1/class20.php1/.well-known/acme-challenge/about.php1/222.php1/file21.php2/opop.php1/gelay.php1/011i.php1/snus.php1/pn.php1/f6.php1/nfmr.php1/wfile.php1/gof.php1/jsp.php1/alam.php1/3.php1/a.php1/about.php1/about3.php1/file18.php2/f35.php1/ut.php1/031.php1/520.php1/file2.php1/w.php1/ee.php1/an.php1/wp.php2/makeasmtp.php1/system_log.php1/NewFile.php1/r.php1/v4.php2/lock360.php1/build.php1/inde.php1/atomlib.php1/ffile.php1/0x0x.php1/sec.php1/ssss.php1/anskrit.php1/thh.php1/he.php1/ddgg.php1/aves.php1/pp.php1/geck.php1/plss3.php1/ton.php1/ahax.php1/ar.php1/xx.php1/wp-gr.php1/yellow.php1/a1.php1/zwso.php2/alfa.php1/epinyins.php1/x.php1/lv.php1/fffff.php1/file1.php1/keu.php1/file88.php1/cccc.php1/hexx.php1/a2.php1/cfile.php1/jmfi2.php1/file7.php1/file4.php1/manager.php1/abcd.php1/efile.php1/filesss.php2/tox.php1/2clas.php1/vee.php1/ff2.php1/rrr.php1/alpa.php1/aa21.php1/default.php1/fileas.php1/t.php1/c.php1/wpc.php1/aa.php1/usep.php1/cool.php1/lol.php1/radio.php1/ilex.php1/klex.php1/blex.php1/mlex.php1/nfile.php1/class19.php1/resp.php1/vanta.php1/fass.php1/huangs.php1/anan.php1/classgoto24.php1/hook.php1/simp.php1/ckk.php1/tiny.php1/wa.php1/wb.php1/wc.php1/wd.php1/we.php2/wf.php1/wg.php1/wh.php1/wi.php1/wj.php1/wk.php1/block-height/block-analysis/8ef1a199f45dabec6c75f7d41616ed92039f191a5d837a259504ffac80eb1b8f1/block-height/block-analysis/blocks1/block-height/block-analysis/49d1db89f0752b9f77d794c59c2b693b69b9cbedc219516e3b3d2a567c1f568a1/shoha.php1/file17.php1/class-t.api.php1/v2.php1/wp-xrm.php1/r4f_1.php1/nbm.php1/ff.php1/mws.php1/alf4.php1/mtrje.php1/shell1.php1/chn.php1/mnkalo.php1/abt.php1/awi.php1/malo.php1/upgrade.php1/10266.php1/xpass.php1/hg.php1/async.php1/class.1.php1/gfile1.php1/whv.php1/ioxi-o.php1/volka.php1/codicil.php1/gn.php1/lfm.php1/nxac.php1/cache.php1/ftp.php1/tgrs.php1/wek.php1/php.php1/C1.php1/auth.php1/ht.php1/st.php1/z.php1/444.php1/gi.php1/mds.php1/zt2.php1/zzz.php1/nij.php1/simple.php1/sts.php1/uploxe.php1/wp-load.php1/ropyx.php1/class-config.php1/403.php1/fwe.php1/fw.php1/cs.php1/k.php1/ws.php1/wo.php2/test2.php1/jf1d22.php1/v3.php1/hn.php1/nl.php1/er8.php1/zc-903.php1/bb2.php1/new.php1/num.php1/aipoyp.php1/flower.php1/g.php1/xmlrpc.php1/naxc.php1/555.php1/CLA.php1/fmk.php1/bless2.php1/zc-749.php1/we2.php1/asd67.php1/zhidagen.php1/000.php1/okxoby.php1/pass.php1/class17.php1/dfre.php1/nc.php1/AxAo.php1/Okxob.php1/block-height/block/d1592ec344944d8aeb0e6ac7b7d27aa9e24db1d76d6034494c94b71ac9920bfb1/.well-known/traffic-advice1/block-height/block/1005ce0fce16728407b25ed3ff4aac210d5d056f6f85b4d0b1e4dcd4d2a4db8c1/block-height/block/a7a2e4505ffdd62232f42ed0ab6798d2a99eb782f50700c87ff3dbef1fa45c351/block-height/block-analysis/987e555c3fc0b04b99758ab16439685effd6c58c2014c487488eeb4df32000071/block-height/block-analysis/a7a2e4505ffdd62232f42ed0ab6798d2a99eb782f50700c87ff3dbef1fa45c351/block-height/block/difficulty-history1/block-height/block-analysis/utxo-set1/./snippet/quote/random1
errorMsg
Not Found: /undefined19Not Found: /api/block-analysis1Not Found: /api/rpc-browser1Not Found: /api/next-halving1Not Found: /block-height/api/docs1Not Found: /block-height/api/node-details1Not Found: /sitemap.xml5Not Found: /admin/stats1Not Found: /%60./quote/0%601Not Found: /block-height/admin/dashboard1Not Found: /block-height/block/87181b87b86ce111b472bfa566458ca1d80f8c273d36a2450f242cbcb6b866211Not Found: /block-height/block/node-details1Not Found: /block-height/block/0a04b27ea92bd4327d48c5e73042b57bf2be84b7949712d007a127a988d397731Not Found: /block-height/block/mempool-transactions1Not Found: /block-height/block/da63ee42eeb5cda6ea116e12e45e4e07b8f6a5fdbf95826fdbd1030d7905f2e11Not Found: /block-height/block/8bdca3fd960102108d062cadb49900dde5ab2aaff1fb4185dcd4346a5c7b48b71Not Found: /block-height/block/utxo-set1Not Found: /block-height/block/22eb64205536ccb4984187b1d3cec2cab2f195dd6ebdf33066c59b107c05d2dd1Not Found: /block-height/block/82b9eb2612f794123867cfc00354fee3bf03886c2fac3f05b72277e185d2365a1Not Found: /block-height/block/peers1Not Found: /block-height/block/mempool-summary1Not Found: /admin/next-block1Not Found: /admin/api/docs1Not Found: /block-height/block-analysis/d45983f4fcaf26f93ddf54dc1e5f0695d2bc5a0328a3e34f8d5c3c118f6ec3df1Not Found: /block-height/block/f4e1d18adb90391a1154525ea878d4c5ab1ec69a17655508f8c5e073ecca13081Not Found: /block-height/block/421b905efa47aeddfe0bccfa2812b1ec8aa15c03bdc00990620d5e81f551ce191Not Found: /block-height/block/api/docs1Not Found: /block-height/block/changeSetting?name=uiTimezone&value=local1Not Found: /block-height/block/6e818d4de7a39d437f1768f4f072b70b09f5714cfe2e005bdd8610c52d4f0cd31Not Found: /wp-content/plugins/hellopress/wp_filemanager.php2Not Found: /error.php1Not Found: /1.php1Not Found: /2.php1Not Found: /gmo.php1Not Found: /gm.php1Not Found: /hk.php1Not Found: /akcc.php1Not Found: /info.php1Not Found: /class20.php1Not Found: /.well-known/acme-challenge/about.php1Not Found: /222.php1Not Found: /file21.php2Not Found: /opop.php1Not Found: /gelay.php1Not Found: /011i.php1Not Found: /snus.php1Not Found: /pn.php1Not Found: /f6.php1Not Found: /nfmr.php1Not Found: /wfile.php1Not Found: /gof.php1Not Found: /jsp.php1Not Found: /alam.php1Not Found: /3.php1Not Found: /a.php1Not Found: /about.php1Not Found: /about3.php1Not Found: /file18.php2Not Found: /f35.php1Not Found: /ut.php1Not Found: /031.php1Not Found: /520.php1Not Found: /file2.php1Not Found: /w.php1Not Found: /ee.php1Not Found: /an.php1Not Found: /wp.php2Not Found: /makeasmtp.php1Not Found: /system_log.php1Not Found: /NewFile.php1Not Found: /r.php1Not Found: /v4.php2Not Found: /lock360.php1Not Found: /build.php1Not Found: /inde.php1Not Found: /atomlib.php1Not Found: /ffile.php1Not Found: /0x0x.php1Not Found: /sec.php1Not Found: /ssss.php1Not Found: /anskrit.php1Not Found: /thh.php1Not Found: /he.php1Not Found: /ddgg.php1Not Found: /aves.php1Not Found: /pp.php1Not Found: /geck.php1Not Found: /plss3.php1Not Found: /ton.php1Not Found: /ahax.php1Not Found: /ar.php1Not Found: /xx.php1Not Found: /wp-gr.php1Not Found: /yellow.php1Not Found: /a1.php1Not Found: /zwso.php2Not Found: /alfa.php1Not Found: /epinyins.php1Not Found: /x.php1Not Found: /lv.php1Not Found: /fffff.php1Not Found: /file1.php1Not Found: /keu.php1Not Found: /file88.php1Not Found: /cccc.php1Not Found: /hexx.php1Not Found: /a2.php1Not Found: /cfile.php1Not Found: /jmfi2.php1Not Found: /file7.php1Not Found: /file4.php1Not Found: /manager.php1Not Found: /abcd.php1Not Found: /efile.php1Not Found: /filesss.php2Not Found: /tox.php1Not Found: /2clas.php1Not Found: /vee.php1Not Found: /ff2.php1Not Found: /rrr.php1Not Found: /alpa.php1Not Found: /aa21.php1Not Found: /default.php1Not Found: /fileas.php1Not Found: /t.php1Not Found: /c.php1Not Found: /wpc.php1Not Found: /aa.php1Not Found: /usep.php1Not Found: /cool.php1Not Found: /lol.php1Not Found: /radio.php1Not Found: /ilex.php1Not Found: /klex.php1Not Found: /blex.php1Not Found: /mlex.php1Not Found: /nfile.php1Not Found: /class19.php1Not Found: /resp.php1Not Found: /vanta.php1Not Found: /fass.php1Not Found: /huangs.php1Not Found: /anan.php1Not Found: /classgoto24.php1Not Found: /hook.php1Not Found: /simp.php1Not Found: /ckk.php1Not Found: /tiny.php1Not Found: /wa.php1Not Found: /wb.php1Not Found: /wc.php1Not Found: /wd.php1Not Found: /we.php2Not Found: /wf.php1Not Found: /wg.php1Not Found: /wh.php1Not Found: /wi.php1Not Found: /wj.php1Not Found: /wk.php1Not Found: /block-height/block-analysis/8ef1a199f45dabec6c75f7d41616ed92039f191a5d837a259504ffac80eb1b8f1Not Found: /block-height/block-analysis/blocks1Not Found: /block-height/block-analysis/49d1db89f0752b9f77d794c59c2b693b69b9cbedc219516e3b3d2a567c1f568a1Not Found: /shoha.php1Not Found: /file17.php1Not Found: /class-t.api.php1Not Found: /v2.php1Not Found: /wp-xrm.php1Not Found: /r4f_1.php1Not Found: /nbm.php1Not Found: /ff.php1Not Found: /mws.php1Not Found: /alf4.php1Not Found: /mtrje.php1Not Found: /shell1.php1Not Found: /chn.php1Not Found: /mnkalo.php1Not Found: /abt.php1Not Found: /awi.php1Not Found: /malo.php1Not Found: /upgrade.php1Not Found: /10266.php1Not Found: /xpass.php1Not Found: /hg.php1Not Found: /async.php1Not Found: /class.1.php1Not Found: /gfile1.php1Not Found: /whv.php1Not Found: /ioxi-o.php1Not Found: /volka.php1Not Found: /codicil.php1Not Found: /gn.php1Not Found: /lfm.php1Not Found: /nxac.php1Not Found: /cache.php1Not Found: /ftp.php1Not Found: /tgrs.php1Not Found: /wek.php1Not Found: /php.php1Not Found: /C1.php1Not Found: /auth.php1Not Found: /ht.php1Not Found: /st.php1Not Found: /z.php1Not Found: /444.php1Not Found: /gi.php1Not Found: /mds.php1Not Found: /zt2.php1Not Found: /zzz.php1Not Found: /nij.php1Not Found: /simple.php1Not Found: /sts.php1Not Found: /uploxe.php1Not Found: /wp-load.php1Not Found: /ropyx.php1Not Found: /class-config.php1Not Found: /403.php1Not Found: /fwe.php1Not Found: /fw.php1Not Found: /cs.php1Not Found: /k.php1Not Found: /ws.php1Not Found: /wo.php2Not Found: /test2.php1Not Found: /jf1d22.php1Not Found: /v3.php1Not Found: /hn.php1Not Found: /nl.php1Not Found: /er8.php1Not Found: /zc-903.php1Not Found: /bb2.php1Not Found: /new.php1Not Found: /num.php1Not Found: /aipoyp.php1Not Found: /flower.php1Not Found: /g.php1Not Found: /xmlrpc.php1Not Found: /naxc.php1Not Found: /555.php1Not Found: /CLA.php1Not Found: /fmk.php1Not Found: /bless2.php1Not Found: /zc-749.php1Not Found: /we2.php1Not Found: /asd67.php1Not Found: /zhidagen.php1Not Found: /000.php1Not Found: /okxoby.php1Not Found: /pass.php1Not Found: /class17.php1Not Found: /dfre.php1Not Found: /nc.php1Not Found: /AxAo.php1Not Found: /Okxob.php1Not Found: /block-height/block/d1592ec344944d8aeb0e6ac7b7d27aa9e24db1d76d6034494c94b71ac9920bfb1Not Found: /.well-known/traffic-advice1Not Found: /block-height/block/1005ce0fce16728407b25ed3ff4aac210d5d056f6f85b4d0b1e4dcd4d2a4db8c1Not Found: /block-height/block/a7a2e4505ffdd62232f42ed0ab6798d2a99eb782f50700c87ff3dbef1fa45c351Not Found: /block-height/block-analysis/987e555c3fc0b04b99758ab16439685effd6c58c2014c487488eeb4df32000071Not Found: /block-height/block-analysis/a7a2e4505ffdd62232f42ed0ab6798d2a99eb782f50700c87ff3dbef1fa45c351Not Found: /block-height/block/difficulty-history1Not Found: /block-height/block-analysis/utxo-set1Not Found: /./snippet/quote/random1
crawler
microsoft5
2935 days, 3 hours ago1:49 ago
389wer07eghdd
errorMsg
Cannot set properties of undefined (setting 'tx')26
265 days, 2 hours ago16:22:39 ago
awaitPromises_rejected
errorMsg
Cannot set properties of undefined (setting 'tx')42socket hang up1
435 days ago1:24:56 ago
013923hege3
errorMsg
Cannot read properties of undefined (reading 'height')4
44 days, 11 hours ago9:54:58 ago
RpcError-002
request
getblockstats([65589])1
errorMsg
socket hang up1
13 days, 18 hours ago3 days, 18 hours ago
DoubleUrl
type
block/block3
userAgent
Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.13
33 days, 4 hours ago15:25:50 ago

Memory Stats

{
    "total_heap_size": 83177472,
    "total_heap_size_executable": 8372224,
    "total_physical_size": 82812928,
    "total_available_size": 4267039088,
    "used_heap_size": 77522072,
    "heap_size_limit": 4345298944,
    "malloced_memory": 1081424,
    "peak_malloced_memory": 13695488,
    "does_zap_garbage": 0,
    "number_of_native_contexts": 1,
    "number_of_detached_contexts": 0,
    "total_global_handles_size": 147456,
    "used_global_handles_size": 106784,
    "external_memory": 23833602
}

Error Stats

{
    "3ufhwehe": {
        "count": 1,
        "firstSeen": 1759421514396,
        "properties": {
            "configDir": {
                "/opt/btc-rpc-explorer/public/txt/mining-pools-configs/KBUC": 1
            },
            "desc": {
                "Unable to scan directory": 1
            },
            "errorMsg": {
                "ENOENT: no such file or directory, scandir '/opt/btc-rpc-explorer/public/txt/mining-pools-configs/KBUC'": 1
            }
        },
        "lastSeen": 1759421514396
    },
    "937gf47dsyde": {
        "count": 2001,
        "firstSeen": 1759421514398,
        "properties": {
            "host": {
                "127.0.0.1": 2001
            },
            "port": {
                "50001": 2001
            },
            "protocol": {
                "tcp": 2001
            },
            "errorMsg": {
                "connect ECONNREFUSED 127.0.0.1:50001": 2001
            }
        },
        "lastSeen": 1759431595958
    },
    "120387rygxx231gwe40": {
        "count": 1,
        "firstSeen": 1759421514398,
        "properties": {
            "errorMsg": {
                "connect ECONNREFUSED 127.0.0.1:50001": 1
            }
        },
        "lastSeen": 1759421514398
    },
    "31207ugf4e0fed": {
        "count": 1,
        "firstSeen": 1759421514398,
        "properties": {
            "electrumServers": {
                "[object Object]": 1
            },
            "errorMsg": {
                "connect ECONNREFUSED 127.0.0.1:50001": 1
            }
        },
        "lastSeen": 1759421514398
    },
    "RpcError-001": {
        "count": 10644,
        "firstSeen": 1759421514400,
        "properties": {
            "request": {
                "getnetworkinfo": 5322,
                "getblockchaininfo": 5322
            },
            "errorMsg": {
                "connect ECONNREFUSED 127.0.0.1:19393": 10644
            }
        },
        "lastSeen": 1759581197731
    },
    "32ugegdfsde": {
        "count": 5322,
        "firstSeen": 1759421514400,
        "properties": {
            "errorMsg": {
                "connect ECONNREFUSED 127.0.0.1:19393": 5322
            }
        },
        "lastSeen": 1759581197731
    },
    "238023hw87gddd": {
        "count": 35,
        "firstSeen": 1759581277063,
        "properties": {
            "errorMsg": {
                "Cannot read properties of undefined (reading 'height')": 35
            }
        },
        "lastSeen": 1760030629530
    },
    "ExpressUncaughtError": {
        "count": 187,
        "firstSeen": 1759583010965,
        "properties": {
            "errorMsg": {
                "/opt/btc-rpc-explorer/views/transaction.pug:50\n    48| \t\t- var totalInputValue = new Decimal(0);\n    49| \t\tif (result.getrawtransaction.vin[0].coinbase)\n  > 50| \t\t\t- totalInputValue = totalInputValue.plus(new Decimal(coinConfig.blockRewardFunction(result.getblock.height, activeBlockchain)));\n    51| \t\teach txInput, txInputIndex in result.txInputs\n    52| \t\t\tif (txInput)\n    53| \t\t\t\t- var vout = txInput;\n\nCannot read properties of undefined (reading 'height')": 89,
                "txid is not defined": 49,
                "blockHash is not defined": 42,
                "/opt/btc-rpc-explorer/views/next-halving.pug:13\n    11| \t\th6.mb-2 About Next Halving\n    12| \n  > 13| \t\t| This page shows details about the next halving. Halvings occur every #{nextHalvingData.halvingBlockInterval.toLocaleString()} blocks and cut the block subsidy (new supply creation) in half. So far #{nextHalvingData.halvingCount.toLocaleString()} halving#{halvingCount == 1 ? \" has\" : \"s have\"} occurred. After #{nextHalvingData.terminalHalvingCount} halvings, the block subsidy will drop to zero and no more halvings will occur.\n    14| \n    15| \tif (nextHalvingData.nextHalvingIndex > -1)\n    16| \t\t+contentSection(\"Summary\")\n\nCannot read properties of undefined (reading 'halvingBlockInterval')": 4,
                "/opt/btc-rpc-explorer/views/block.pug:42\n    40| \t\t- var txCount = result.getblock.nTx;\n    41| \t\t- var coinbaseTx = result.transactions && result.transactions.length > 0 ? result.transactions[0] : null;\n  > 42| \t\t- var blockLeader = utils.extractBlockLeader(coinbaseTx);\n    43| \n    44| \t\t- // Check if result.getblock has a blockLeader property\n    45| \t\t- var resultBlockLeader = result.getblock.blockLeader || null;\n\nleaderName is not defined": 1,
                "/opt/btc-rpc-explorer/views/includes/blocks-list.pug:128\n    126| \t\t\t\t\t\t\t- var blockLeader = null\n    127| \t\t\t\t\t\t\tif (block.coinbaseTx)\n  > 128| \t\t\t\t\t\t\t\t- blockLeader = utils.extractBlockLeader(block.coinbaseTx)\n    129| \n    130| \t\t\t\t\t\t\tif (blockLeader)\n    131| \t\t\t\t\t\t\t\tif (blockLeader.special)\n\nleaderName is not defined": 1,
                "Cannot read properties of undefined (reading 'duplicateIndex')": 1
            }
        },
        "lastSeen": 1760041534836
    },
    "NotFound": {
        "count": 293,
        "firstSeen": 1759600841188,
        "properties": {
            "path": {
                "/undefined": 19,
                "/api/block-analysis": 1,
                "/api/rpc-browser": 1,
                "/api/next-halving": 1,
                "/block-height/api/docs": 1,
                "/block-height/api/node-details": 1,
                "/sitemap.xml": 5,
                "/admin/stats": 1,
                "/%60./quote/0%60": 1,
                "/block-height/admin/dashboard": 1,
                "/block-height/block/87181b87b86ce111b472bfa566458ca1d80f8c273d36a2450f242cbcb6b86621": 1,
                "/block-height/block/node-details": 1,
                "/block-height/block/0a04b27ea92bd4327d48c5e73042b57bf2be84b7949712d007a127a988d39773": 1,
                "/block-height/block/mempool-transactions": 1,
                "/block-height/block/da63ee42eeb5cda6ea116e12e45e4e07b8f6a5fdbf95826fdbd1030d7905f2e1": 1,
                "/block-height/block/8bdca3fd960102108d062cadb49900dde5ab2aaff1fb4185dcd4346a5c7b48b7": 1,
                "/block-height/block/utxo-set": 1,
                "/block-height/block/22eb64205536ccb4984187b1d3cec2cab2f195dd6ebdf33066c59b107c05d2dd": 1,
                "/block-height/block/82b9eb2612f794123867cfc00354fee3bf03886c2fac3f05b72277e185d2365a": 1,
                "/block-height/block/peers": 1,
                "/block-height/block/mempool-summary": 1,
                "/admin/next-block": 1,
                "/admin/api/docs": 1,
                "/block-height/block-analysis/d45983f4fcaf26f93ddf54dc1e5f0695d2bc5a0328a3e34f8d5c3c118f6ec3df": 1,
                "/block-height/block/f4e1d18adb90391a1154525ea878d4c5ab1ec69a17655508f8c5e073ecca1308": 1,
                "/block-height/block/421b905efa47aeddfe0bccfa2812b1ec8aa15c03bdc00990620d5e81f551ce19": 1,
                "/block-height/block/api/docs": 1,
                "/block-height/block/changeSetting?name=uiTimezone&value=local": 1,
                "/block-height/block/6e818d4de7a39d437f1768f4f072b70b09f5714cfe2e005bdd8610c52d4f0cd3": 1,
                "/wp-content/plugins/hellopress/wp_filemanager.php": 2,
                "/error.php": 1,
                "/1.php": 1,
                "/2.php": 1,
                "/gmo.php": 1,
                "/gm.php": 1,
                "/hk.php": 1,
                "/akcc.php": 1,
                "/info.php": 1,
                "/class20.php": 1,
                "/.well-known/acme-challenge/about.php": 1,
                "/222.php": 1,
                "/file21.php": 2,
                "/opop.php": 1,
                "/gelay.php": 1,
                "/011i.php": 1,
                "/snus.php": 1,
                "/pn.php": 1,
                "/f6.php": 1,
                "/nfmr.php": 1,
                "/wfile.php": 1,
                "/gof.php": 1,
                "/jsp.php": 1,
                "/alam.php": 1,
                "/3.php": 1,
                "/a.php": 1,
                "/about.php": 1,
                "/about3.php": 1,
                "/file18.php": 2,
                "/f35.php": 1,
                "/ut.php": 1,
                "/031.php": 1,
                "/520.php": 1,
                "/file2.php": 1,
                "/w.php": 1,
                "/ee.php": 1,
                "/an.php": 1,
                "/wp.php": 2,
                "/makeasmtp.php": 1,
                "/system_log.php": 1,
                "/NewFile.php": 1,
                "/r.php": 1,
                "/v4.php": 2,
                "/lock360.php": 1,
                "/build.php": 1,
                "/inde.php": 1,
                "/atomlib.php": 1,
                "/ffile.php": 1,
                "/0x0x.php": 1,
                "/sec.php": 1,
                "/ssss.php": 1,
                "/anskrit.php": 1,
                "/thh.php": 1,
                "/he.php": 1,
                "/ddgg.php": 1,
                "/aves.php": 1,
                "/pp.php": 1,
                "/geck.php": 1,
                "/plss3.php": 1,
                "/ton.php": 1,
                "/ahax.php": 1,
                "/ar.php": 1,
                "/xx.php": 1,
                "/wp-gr.php": 1,
                "/yellow.php": 1,
                "/a1.php": 1,
                "/zwso.php": 2,
                "/alfa.php": 1,
                "/epinyins.php": 1,
                "/x.php": 1,
                "/lv.php": 1,
                "/fffff.php": 1,
                "/file1.php": 1,
                "/keu.php": 1,
                "/file88.php": 1,
                "/cccc.php": 1,
                "/hexx.php": 1,
                "/a2.php": 1,
                "/cfile.php": 1,
                "/jmfi2.php": 1,
                "/file7.php": 1,
                "/file4.php": 1,
                "/manager.php": 1,
                "/abcd.php": 1,
                "/efile.php": 1,
                "/filesss.php": 2,
                "/tox.php": 1,
                "/2clas.php": 1,
                "/vee.php": 1,
                "/ff2.php": 1,
                "/rrr.php": 1,
                "/alpa.php": 1,
                "/aa21.php": 1,
                "/default.php": 1,
                "/fileas.php": 1,
                "/t.php": 1,
                "/c.php": 1,
                "/wpc.php": 1,
                "/aa.php": 1,
                "/usep.php": 1,
                "/cool.php": 1,
                "/lol.php": 1,
                "/radio.php": 1,
                "/ilex.php": 1,
                "/klex.php": 1,
                "/blex.php": 1,
                "/mlex.php": 1,
                "/nfile.php": 1,
                "/class19.php": 1,
                "/resp.php": 1,
                "/vanta.php": 1,
                "/fass.php": 1,
                "/huangs.php": 1,
                "/anan.php": 1,
                "/classgoto24.php": 1,
                "/hook.php": 1,
                "/simp.php": 1,
                "/ckk.php": 1,
                "/tiny.php": 1,
                "/wa.php": 1,
                "/wb.php": 1,
                "/wc.php": 1,
                "/wd.php": 1,
                "/we.php": 2,
                "/wf.php": 1,
                "/wg.php": 1,
                "/wh.php": 1,
                "/wi.php": 1,
                "/wj.php": 1,
                "/wk.php": 1,
                "/block-height/block-analysis/8ef1a199f45dabec6c75f7d41616ed92039f191a5d837a259504ffac80eb1b8f": 1,
                "/block-height/block-analysis/blocks": 1,
                "/block-height/block-analysis/49d1db89f0752b9f77d794c59c2b693b69b9cbedc219516e3b3d2a567c1f568a": 1,
                "/shoha.php": 1,
                "/file17.php": 1,
                "/class-t.api.php": 1,
                "/v2.php": 1,
                "/wp-xrm.php": 1,
                "/r4f_1.php": 1,
                "/nbm.php": 1,
                "/ff.php": 1,
                "/mws.php": 1,
                "/alf4.php": 1,
                "/mtrje.php": 1,
                "/shell1.php": 1,
                "/chn.php": 1,
                "/mnkalo.php": 1,
                "/abt.php": 1,
                "/awi.php": 1,
                "/malo.php": 1,
                "/upgrade.php": 1,
                "/10266.php": 1,
                "/xpass.php": 1,
                "/hg.php": 1,
                "/async.php": 1,
                "/class.1.php": 1,
                "/gfile1.php": 1,
                "/whv.php": 1,
                "/ioxi-o.php": 1,
                "/volka.php": 1,
                "/codicil.php": 1,
                "/gn.php": 1,
                "/lfm.php": 1,
                "/nxac.php": 1,
                "/cache.php": 1,
                "/ftp.php": 1,
                "/tgrs.php": 1,
                "/wek.php": 1,
                "/php.php": 1,
                "/C1.php": 1,
                "/auth.php": 1,
                "/ht.php": 1,
                "/st.php": 1,
                "/z.php": 1,
                "/444.php": 1,
                "/gi.php": 1,
                "/mds.php": 1,
                "/zt2.php": 1,
                "/zzz.php": 1,
                "/nij.php": 1,
                "/simple.php": 1,
                "/sts.php": 1,
                "/uploxe.php": 1,
                "/wp-load.php": 1,
                "/ropyx.php": 1,
                "/class-config.php": 1,
                "/403.php": 1,
                "/fwe.php": 1,
                "/fw.php": 1,
                "/cs.php": 1,
                "/k.php": 1,
                "/ws.php": 1,
                "/wo.php": 2,
                "/test2.php": 1,
                "/jf1d22.php": 1,
                "/v3.php": 1,
                "/hn.php": 1,
                "/nl.php": 1,
                "/er8.php": 1,
                "/zc-903.php": 1,
                "/bb2.php": 1,
                "/new.php": 1,
                "/num.php": 1,
                "/aipoyp.php": 1,
                "/flower.php": 1,
                "/g.php": 1,
                "/xmlrpc.php": 1,
                "/naxc.php": 1,
                "/555.php": 1,
                "/CLA.php": 1,
                "/fmk.php": 1,
                "/bless2.php": 1,
                "/zc-749.php": 1,
                "/we2.php": 1,
                "/asd67.php": 1,
                "/zhidagen.php": 1,
                "/000.php": 1,
                "/okxoby.php": 1,
                "/pass.php": 1,
                "/class17.php": 1,
                "/dfre.php": 1,
                "/nc.php": 1,
                "/AxAo.php": 1,
                "/Okxob.php": 1,
                "/block-height/block/d1592ec344944d8aeb0e6ac7b7d27aa9e24db1d76d6034494c94b71ac9920bfb": 1,
                "/.well-known/traffic-advice": 1,
                "/block-height/block/1005ce0fce16728407b25ed3ff4aac210d5d056f6f85b4d0b1e4dcd4d2a4db8c": 1,
                "/block-height/block/a7a2e4505ffdd62232f42ed0ab6798d2a99eb782f50700c87ff3dbef1fa45c35": 1,
                "/block-height/block-analysis/987e555c3fc0b04b99758ab16439685effd6c58c2014c487488eeb4df3200007": 1,
                "/block-height/block-analysis/a7a2e4505ffdd62232f42ed0ab6798d2a99eb782f50700c87ff3dbef1fa45c35": 1,
                "/block-height/block/difficulty-history": 1,
                "/block-height/block-analysis/utxo-set": 1,
                "/./snippet/quote/random": 1
            },
            "errorMsg": {
                "Not Found: /undefined": 19,
                "Not Found: /api/block-analysis": 1,
                "Not Found: /api/rpc-browser": 1,
                "Not Found: /api/next-halving": 1,
                "Not Found: /block-height/api/docs": 1,
                "Not Found: /block-height/api/node-details": 1,
                "Not Found: /sitemap.xml": 5,
                "Not Found: /admin/stats": 1,
                "Not Found: /%60./quote/0%60": 1,
                "Not Found: /block-height/admin/dashboard": 1,
                "Not Found: /block-height/block/87181b87b86ce111b472bfa566458ca1d80f8c273d36a2450f242cbcb6b86621": 1,
                "Not Found: /block-height/block/node-details": 1,
                "Not Found: /block-height/block/0a04b27ea92bd4327d48c5e73042b57bf2be84b7949712d007a127a988d39773": 1,
                "Not Found: /block-height/block/mempool-transactions": 1,
                "Not Found: /block-height/block/da63ee42eeb5cda6ea116e12e45e4e07b8f6a5fdbf95826fdbd1030d7905f2e1": 1,
                "Not Found: /block-height/block/8bdca3fd960102108d062cadb49900dde5ab2aaff1fb4185dcd4346a5c7b48b7": 1,
                "Not Found: /block-height/block/utxo-set": 1,
                "Not Found: /block-height/block/22eb64205536ccb4984187b1d3cec2cab2f195dd6ebdf33066c59b107c05d2dd": 1,
                "Not Found: /block-height/block/82b9eb2612f794123867cfc00354fee3bf03886c2fac3f05b72277e185d2365a": 1,
                "Not Found: /block-height/block/peers": 1,
                "Not Found: /block-height/block/mempool-summary": 1,
                "Not Found: /admin/next-block": 1,
                "Not Found: /admin/api/docs": 1,
                "Not Found: /block-height/block-analysis/d45983f4fcaf26f93ddf54dc1e5f0695d2bc5a0328a3e34f8d5c3c118f6ec3df": 1,
                "Not Found: /block-height/block/f4e1d18adb90391a1154525ea878d4c5ab1ec69a17655508f8c5e073ecca1308": 1,
                "Not Found: /block-height/block/421b905efa47aeddfe0bccfa2812b1ec8aa15c03bdc00990620d5e81f551ce19": 1,
                "Not Found: /block-height/block/api/docs": 1,
                "Not Found: /block-height/block/changeSetting?name=uiTimezone&value=local": 1,
                "Not Found: /block-height/block/6e818d4de7a39d437f1768f4f072b70b09f5714cfe2e005bdd8610c52d4f0cd3": 1,
                "Not Found: /wp-content/plugins/hellopress/wp_filemanager.php": 2,
                "Not Found: /error.php": 1,
                "Not Found: /1.php": 1,
                "Not Found: /2.php": 1,
                "Not Found: /gmo.php": 1,
                "Not Found: /gm.php": 1,
                "Not Found: /hk.php": 1,
                "Not Found: /akcc.php": 1,
                "Not Found: /info.php": 1,
                "Not Found: /class20.php": 1,
                "Not Found: /.well-known/acme-challenge/about.php": 1,
                "Not Found: /222.php": 1,
                "Not Found: /file21.php": 2,
                "Not Found: /opop.php": 1,
                "Not Found: /gelay.php": 1,
                "Not Found: /011i.php": 1,
                "Not Found: /snus.php": 1,
                "Not Found: /pn.php": 1,
                "Not Found: /f6.php": 1,
                "Not Found: /nfmr.php": 1,
                "Not Found: /wfile.php": 1,
                "Not Found: /gof.php": 1,
                "Not Found: /jsp.php": 1,
                "Not Found: /alam.php": 1,
                "Not Found: /3.php": 1,
                "Not Found: /a.php": 1,
                "Not Found: /about.php": 1,
                "Not Found: /about3.php": 1,
                "Not Found: /file18.php": 2,
                "Not Found: /f35.php": 1,
                "Not Found: /ut.php": 1,
                "Not Found: /031.php": 1,
                "Not Found: /520.php": 1,
                "Not Found: /file2.php": 1,
                "Not Found: /w.php": 1,
                "Not Found: /ee.php": 1,
                "Not Found: /an.php": 1,
                "Not Found: /wp.php": 2,
                "Not Found: /makeasmtp.php": 1,
                "Not Found: /system_log.php": 1,
                "Not Found: /NewFile.php": 1,
                "Not Found: /r.php": 1,
                "Not Found: /v4.php": 2,
                "Not Found: /lock360.php": 1,
                "Not Found: /build.php": 1,
                "Not Found: /inde.php": 1,
                "Not Found: /atomlib.php": 1,
                "Not Found: /ffile.php": 1,
                "Not Found: /0x0x.php": 1,
                "Not Found: /sec.php": 1,
                "Not Found: /ssss.php": 1,
                "Not Found: /anskrit.php": 1,
                "Not Found: /thh.php": 1,
                "Not Found: /he.php": 1,
                "Not Found: /ddgg.php": 1,
                "Not Found: /aves.php": 1,
                "Not Found: /pp.php": 1,
                "Not Found: /geck.php": 1,
                "Not Found: /plss3.php": 1,
                "Not Found: /ton.php": 1,
                "Not Found: /ahax.php": 1,
                "Not Found: /ar.php": 1,
                "Not Found: /xx.php": 1,
                "Not Found: /wp-gr.php": 1,
                "Not Found: /yellow.php": 1,
                "Not Found: /a1.php": 1,
                "Not Found: /zwso.php": 2,
                "Not Found: /alfa.php": 1,
                "Not Found: /epinyins.php": 1,
                "Not Found: /x.php": 1,
                "Not Found: /lv.php": 1,
                "Not Found: /fffff.php": 1,
                "Not Found: /file1.php": 1,
                "Not Found: /keu.php": 1,
                "Not Found: /file88.php": 1,
                "Not Found: /cccc.php": 1,
                "Not Found: /hexx.php": 1,
                "Not Found: /a2.php": 1,
                "Not Found: /cfile.php": 1,
                "Not Found: /jmfi2.php": 1,
                "Not Found: /file7.php": 1,
                "Not Found: /file4.php": 1,
                "Not Found: /manager.php": 1,
                "Not Found: /abcd.php": 1,
                "Not Found: /efile.php": 1,
                "Not Found: /filesss.php": 2,
                "Not Found: /tox.php": 1,
                "Not Found: /2clas.php": 1,
                "Not Found: /vee.php": 1,
                "Not Found: /ff2.php": 1,
                "Not Found: /rrr.php": 1,
                "Not Found: /alpa.php": 1,
                "Not Found: /aa21.php": 1,
                "Not Found: /default.php": 1,
                "Not Found: /fileas.php": 1,
                "Not Found: /t.php": 1,
                "Not Found: /c.php": 1,
                "Not Found: /wpc.php": 1,
                "Not Found: /aa.php": 1,
                "Not Found: /usep.php": 1,
                "Not Found: /cool.php": 1,
                "Not Found: /lol.php": 1,
                "Not Found: /radio.php": 1,
                "Not Found: /ilex.php": 1,
                "Not Found: /klex.php": 1,
                "Not Found: /blex.php": 1,
                "Not Found: /mlex.php": 1,
                "Not Found: /nfile.php": 1,
                "Not Found: /class19.php": 1,
                "Not Found: /resp.php": 1,
                "Not Found: /vanta.php": 1,
                "Not Found: /fass.php": 1,
                "Not Found: /huangs.php": 1,
                "Not Found: /anan.php": 1,
                "Not Found: /classgoto24.php": 1,
                "Not Found: /hook.php": 1,
                "Not Found: /simp.php": 1,
                "Not Found: /ckk.php": 1,
                "Not Found: /tiny.php": 1,
                "Not Found: /wa.php": 1,
                "Not Found: /wb.php": 1,
                "Not Found: /wc.php": 1,
                "Not Found: /wd.php": 1,
                "Not Found: /we.php": 2,
                "Not Found: /wf.php": 1,
                "Not Found: /wg.php": 1,
                "Not Found: /wh.php": 1,
                "Not Found: /wi.php": 1,
                "Not Found: /wj.php": 1,
                "Not Found: /wk.php": 1,
                "Not Found: /block-height/block-analysis/8ef1a199f45dabec6c75f7d41616ed92039f191a5d837a259504ffac80eb1b8f": 1,
                "Not Found: /block-height/block-analysis/blocks": 1,
                "Not Found: /block-height/block-analysis/49d1db89f0752b9f77d794c59c2b693b69b9cbedc219516e3b3d2a567c1f568a": 1,
                "Not Found: /shoha.php": 1,
                "Not Found: /file17.php": 1,
                "Not Found: /class-t.api.php": 1,
                "Not Found: /v2.php": 1,
                "Not Found: /wp-xrm.php": 1,
                "Not Found: /r4f_1.php": 1,
                "Not Found: /nbm.php": 1,
                "Not Found: /ff.php": 1,
                "Not Found: /mws.php": 1,
                "Not Found: /alf4.php": 1,
                "Not Found: /mtrje.php": 1,
                "Not Found: /shell1.php": 1,
                "Not Found: /chn.php": 1,
                "Not Found: /mnkalo.php": 1,
                "Not Found: /abt.php": 1,
                "Not Found: /awi.php": 1,
                "Not Found: /malo.php": 1,
                "Not Found: /upgrade.php": 1,
                "Not Found: /10266.php": 1,
                "Not Found: /xpass.php": 1,
                "Not Found: /hg.php": 1,
                "Not Found: /async.php": 1,
                "Not Found: /class.1.php": 1,
                "Not Found: /gfile1.php": 1,
                "Not Found: /whv.php": 1,
                "Not Found: /ioxi-o.php": 1,
                "Not Found: /volka.php": 1,
                "Not Found: /codicil.php": 1,
                "Not Found: /gn.php": 1,
                "Not Found: /lfm.php": 1,
                "Not Found: /nxac.php": 1,
                "Not Found: /cache.php": 1,
                "Not Found: /ftp.php": 1,
                "Not Found: /tgrs.php": 1,
                "Not Found: /wek.php": 1,
                "Not Found: /php.php": 1,
                "Not Found: /C1.php": 1,
                "Not Found: /auth.php": 1,
                "Not Found: /ht.php": 1,
                "Not Found: /st.php": 1,
                "Not Found: /z.php": 1,
                "Not Found: /444.php": 1,
                "Not Found: /gi.php": 1,
                "Not Found: /mds.php": 1,
                "Not Found: /zt2.php": 1,
                "Not Found: /zzz.php": 1,
                "Not Found: /nij.php": 1,
                "Not Found: /simple.php": 1,
                "Not Found: /sts.php": 1,
                "Not Found: /uploxe.php": 1,
                "Not Found: /wp-load.php": 1,
                "Not Found: /ropyx.php": 1,
                "Not Found: /class-config.php": 1,
                "Not Found: /403.php": 1,
                "Not Found: /fwe.php": 1,
                "Not Found: /fw.php": 1,
                "Not Found: /cs.php": 1,
                "Not Found: /k.php": 1,
                "Not Found: /ws.php": 1,
                "Not Found: /wo.php": 2,
                "Not Found: /test2.php": 1,
                "Not Found: /jf1d22.php": 1,
                "Not Found: /v3.php": 1,
                "Not Found: /hn.php": 1,
                "Not Found: /nl.php": 1,
                "Not Found: /er8.php": 1,
                "Not Found: /zc-903.php": 1,
                "Not Found: /bb2.php": 1,
                "Not Found: /new.php": 1,
                "Not Found: /num.php": 1,
                "Not Found: /aipoyp.php": 1,
                "Not Found: /flower.php": 1,
                "Not Found: /g.php": 1,
                "Not Found: /xmlrpc.php": 1,
                "Not Found: /naxc.php": 1,
                "Not Found: /555.php": 1,
                "Not Found: /CLA.php": 1,
                "Not Found: /fmk.php": 1,
                "Not Found: /bless2.php": 1,
                "Not Found: /zc-749.php": 1,
                "Not Found: /we2.php": 1,
                "Not Found: /asd67.php": 1,
                "Not Found: /zhidagen.php": 1,
                "Not Found: /000.php": 1,
                "Not Found: /okxoby.php": 1,
                "Not Found: /pass.php": 1,
                "Not Found: /class17.php": 1,
                "Not Found: /dfre.php": 1,
                "Not Found: /nc.php": 1,
                "Not Found: /AxAo.php": 1,
                "Not Found: /Okxob.php": 1,
                "Not Found: /block-height/block/d1592ec344944d8aeb0e6ac7b7d27aa9e24db1d76d6034494c94b71ac9920bfb": 1,
                "Not Found: /.well-known/traffic-advice": 1,
                "Not Found: /block-height/block/1005ce0fce16728407b25ed3ff4aac210d5d056f6f85b4d0b1e4dcd4d2a4db8c": 1,
                "Not Found: /block-height/block/a7a2e4505ffdd62232f42ed0ab6798d2a99eb782f50700c87ff3dbef1fa45c35": 1,
                "Not Found: /block-height/block-analysis/987e555c3fc0b04b99758ab16439685effd6c58c2014c487488eeb4df3200007": 1,
                "Not Found: /block-height/block-analysis/a7a2e4505ffdd62232f42ed0ab6798d2a99eb782f50700c87ff3dbef1fa45c35": 1,
                "Not Found: /block-height/block/difficulty-history": 1,
                "Not Found: /block-height/block-analysis/utxo-set": 1,
                "Not Found: /./snippet/quote/random": 1
            },
            "crawler": {
                "microsoft": 5
            }
        },
        "lastSeen": 1760042099285
    },
    "389wer07eghdd": {
        "count": 26,
        "firstSeen": 1759601876114,
        "properties": {
            "errorMsg": {
                "Cannot set properties of undefined (setting 'tx')": 26
            }
        },
        "lastSeen": 1759983249588
    },
    "awaitPromises_rejected": {
        "count": 43,
        "firstSeen": 1759608741180,
        "properties": {
            "errorMsg": {
                "Cannot set properties of undefined (setting 'tx')": 42,
                "socket hang up": 1
            }
        },
        "lastSeen": 1760037112632
    },
    "013923hege3": {
        "count": 4,
        "firstSeen": 1759657405052,
        "properties": {
            "errorMsg": {
                "Cannot read properties of undefined (reading 'height')": 4
            }
        },
        "lastSeen": 1760006510238
    },
    "RpcError-002": {
        "count": 1,
        "firstSeen": 1759719220914,
        "properties": {
            "request": {
                "getblockstats([65589])": 1
            },
            "errorMsg": {
                "socket hang up": 1
            }
        },
        "lastSeen": 1759719220915
    },
    "DoubleUrl": {
        "count": 3,
        "firstSeen": 1759769206565,
        "properties": {
            "type": {
                "block/block": 3
            },
            "userAgent": {
                "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1": 3
            }
        },
        "lastSeen": 1759986657948
    }
}