The creator asked me to post this on Bitcointalk.
Working site:
https://btcds.tarnkappe.info/Source code to run this privately:
https://github.com/tarnkappe-info/bitcoind-statsHow to usePaste the JSON output from
listtransactions into the site. You can import more than 500 transactions.
ScreenshotSample data format{ "result": [
{
"involvesWatchonly": true,
"address": "1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD",
"parent_descs": [
],
"category": "receive",
"amount": 0.02500000,
"label": "theymos",
"vout": 1,
"abandoned": false,
"confirmations": 363419,
"blockhash": "00000000000000000070279a0d22bb339bf4c606931e6b0fa3e669e7439594a3",
"blockheight": 476482,
"blockindex": 919,
"blocktime": 1500441150,
"txid": "2599adc6fcc4225d485d2e06726d02660d53a9b3e0224707fa8903d36e4d34fa",
"wtxid": "2599adc6fcc4225d485d2e06726d02660d53a9b3e0224707fa8903d36e4d34fa",
"walletconflicts": [
],
"time": 1500441150,
"timereceived": 1713439094,
"bip125-replaceable": "no"
},
{
"involvesWatchonly": true,
"address": "1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD",
"parent_descs": [
],
"category": "receive",
"amount": 0.04560345,
"label": "theymos",
"vout": 19,
"abandoned": false,
"confirmations": 213762,
"blockhash": "0000000000000000000a61a6ce749255e257205126c9cec2a7f31de63b401c16",
"blockheight": 626139,
"blockindex": 1959,
"blocktime": 1586978018,
"txid": "70a6f287479a557a2bd53d8da0152f472d6e3c8db3e06e26468a6203b966d0dd",
"wtxid": "82638e04d5fd13e9fb81837d841d6b13d112248dac5c5654ac35be78adc09233",
"walletconflicts": [
],
"time": 1586978018,
"timereceived": 1713444145,
"bip125-replaceable": "no"
}
]}