# on receiving block 928387 here
$ date -u '+%Y-%m-%dT%H:%M:%SZ'
2025-12-18T08:57:16Z
# as written in the block header
2025-12-18T08:56:51Z
$ uptime # since last reboot
08:57:16 up 126 days, 18:48, 0 users, load average: 0.92, 1.23, 1.71
$ battery.sh
50%, Power Supply Online
$ uname -smnr
Linux singer 6.12.40-0-lts x86_64
$ grep ^MemAvailable /proc/meminfo
MemAvailable: 1655924 kB
$ du -h -d1 .bitcoin/
1.5G .bitcoin/testnet4
11.9G .bitcoin/indexes
3.8G .bitcoin/signet
41.8M .bitcoin/wallets
97.6G .bitcoin/blocks
18.6M .bitcoin/regtest
10.6G .bitcoin/chainstate
125.6G .bitcoin/
$ df -h .
Filesystem Size Used Available Use% Mounted on
/dev/sda3 911.4G 834.0G 76.4G 92% /
$ bitcoind -version
Bitcoin Core daemon version libre-relay-v30.0-1
Copyright (C) 2009-2025 The Bitcoin Core developers
Please contribute if you find Bitcoin Core useful. Visit
for further information about the software.
The source code is available from .
This is experimental software.
Distributed under the MIT software license, see the accompanying file COPYING
or
$ BC=$(bitcoin-cli getblockcount); echo $BC
928387
$ BH=$(bitcoin-cli getblockhash 928387); echo $BH
00000000000000000000d617b9668191a6f3534ce75ab049b14bc354303a41bc
$ bitcoin-cli getblockheader 00000000000000000000d617b9668191a6f3534ce75ab049b14bc354303a41bc
{
"hash": "00000000000000000000d617b9668191a6f3534ce75ab049b14bc354303a41bc",
"confirmations": 1,
"height": 928387,
"version": 538165248,
"versionHex": "2013c000",
"merkleroot": "f10d4a94580c3c3d77425a76b9ff45ce20fc4157fee0a97cbbee9b1525fb9bcb",
"time": 1766048211,
"mediantime": 1766046364,
"nonce": 4277735708,
"bits": "1701e63a",
"target": "00000000000000000001e63a0000000000000000000000000000000000000000",
"difficulty": 148195306640204.7,
"chainwork": "0000000000000000000000000000000000000000fef438459404c66e570fad0c",
"nTx": 3899,
"previousblockhash": "00000000000000000001882ec8d1c1d9658dbc49dd350619bc2c5295317c453c"
}
$ echo $BH | tr 0 . | fold -w 4 | paste -d " " - - - -
.... .... .... ....
.... d617 b966 8191
a6f3 534c e75a b.49
b14b c354 3.3a 41bc
$ : Following was the shortform
$ : from which shortkode came
$ last=${BH: -4}
$ a=$(echo $BH | cut -b-60 \
| fold -w 4 \
| grep -Ev '^(0000|[^0]{4})$')
$ R=$(echo $a $last | cut -b-20)
$ printf "%s sf: " $BC
$ { echo $R | grep "$last$" \
|| echo $R M; } | tr "0\n" ". "
echo
928387 sf: b.49 3.3a 41bc
$ : Following was the shortkode
$ : from which anecdote came
$ nz=$(echo $BH | fold -w 4 \
| grep -cE '^[^0]{4}$')
$ z=$(echo $BH | fold -w 4 \
| grep -c '^0000$')
$ nzzs=$(((${nz}<<4)+${z}))
$ printf "%s sk: " $BC
$ printf "%s %x\n" \
$last \
$nzzs \
| tr 0 .
928387 sk: 41bc 95
$ : Following is an anecdote
$ all=$(echo $BH | fold -w 4 \
| sed 's/^/0x/' \
| paste -s | tr '\t' ^)
$ printf "%s ak: " $BC
$ printf "%04x %02x\n" \
$(($all)) $nzzs \
| tr 0 .
928387 ak: 4fd5 95
### niceblack moved to the end
$ bitcoin-cli getmempoolinfo
{
"loaded": true,
"size": 35299,
"bytes": 28473555,
"usage": 158819680,
"total_fee": 0.03247951,
"maxmempool": 300000000,
"mempoolminfee": 0.00000001,
"minrelaytxfee": 0.00000001,
"incrementalrelayfee": 0.00000001,
"unbroadcastcount": 0,
"fullrbf": true,
"permitbaremultisig": true,
"maxdatacarriersize": 100000
}
$ gmm.sh
114
## Current epoch estimation is -0.45%
## 1027 of 2016, i.e. 50%, 989 to go
## Current and previous two in numbers:
$ bitcoin-cli getnetworkhashps 2016
1.055793490347316e+21
$ bitcoin-cli getnetworkhashps 2016 927359
1.060568478882824e+21
$ bitcoin-cli getnetworkhashps 2016 925343
1.068462185929668e+21
$ bitcoin-cli gettxoutsetinfo muhash
{
"height": 928387,
"bestblock": "00000000000000000000d617b9668191a6f3534ce75ab049b14bc354303a41bc",
"txouts": 164753052,
"bogosize": 12913281996,
"muhash": "ecc0b79678ed143ca781c3c0b96f4d9bd343f3d8bdb76152fb04793595469805",
"total_amount": 19963482.41046395,
"total_unspendable_amount": 230.08953605,
"block_info": {
"prevout_spent": 3715.65642376,
"coinbase": 3.13297737,
"new_outputs_ex_coinbase": 3715.64844636,
"unspendable": 0.00000003,
"unspendables": {
"genesis_block": 0.00000000,
"bip30": 0.00000000,
"scripts": 0.00000003,
"unclaimed_rewards": 0.00000000
}
}
}
$ bitcoin-cli getblockstats 928387
{
"avgfee": 204,
"avgfeerate": 0,
"avgtxsize": 432,
"blockhash": "00000000000000000000d617b9668191a6f3534ce75ab049b14bc354303a41bc",
"feerate_percentiles": [
0,
0,
1,
1,
1
],
"height": 928387,
"ins": 7293,
"maxfee": 52244,
"maxfeerate": 40,
"maxtxsize": 114230,
"medianfee": 109,
"mediantime": 1766046364,
"mediantxsize": 367,
"minfee": 20,
"minfeerate": 0,
"mintxsize": 139,
"outs": 10077,
"subsidy": 312500000,
"swtotal_size": 1585857,
"swtotal_weight": 3595590,
"swtxs": 3776,
"time": 1766048211,
"total_out": 371564844639,
"total_size": 1684900,
"total_weight": 3991762,
"totalfee": 797737,
"txs": 3899,
"utxo_increase": 2784,
"utxo_size_inc": 206573,
"utxo_increase_actual": 889,
"utxo_size_inc_actual": 84435
}
$ bitcoin-cli getnettotals
{
"totalbytesrecv": 2645992076,
"totalbytessent": 5946724525,
"timemillis": 1766048237200,
"uploadtarget": {
"timeframe": 86400,
"target": 0,
"target_reached": false,
"serve_historical_blocks": true,
"bytes_left_in_cycle": 0,
"time_left_in_cycle": 0
}
}
$ bitcoin-cli -netinfo
Bitcoin Core client libre-relay-v30.0-1 - server 70016/Satoshi:30.0.0/
ipv4 npr total block libre
in 25 1 26
out 14 0 14 2 4
total 39 1 40
Local services: witness, compact filters, network limited, p2p v2, libre
Local addresses: n/a
$ bitcoin-cli -addrinfo
{
"addresses_known": {
"ipv4": 63737,
"ipv6": 0,
"onion": 0,
"i2p": 0,
"cjdns": 0,
"total": 63737
}
}
$ halving.sh 928387
=====================================
Bitcoin Block Halving prediction
=====================================
bc=928387
gbt=1231006505
bbt=1766048211
This is average time to mine a block
(1766048211-1231006505)/928387
bts=576.3126042128937470109480
Now let's multiply that by 1050000
which is the block number of next
halving and get the prediction:
Wed Mar 8 13:35:15 UTC 2028
-------------------------------------
Next palindrome will be 928829
predicted to happen at this time:
Sun Dec 21 07:42:21 UTC 2025
-------------------------------------
Current mining epoch number is 460.
The next fortnight happens in block
929376 and probably around this time:
Wed Dec 24 23:16:24 UTC 2025
### v2_peerinfo are in v2_peerinfo-bitcoin.txt
$ bitcoin-cli getpeerinfo | grep -w 'v2' | uniq -c
16 "transport_protocol_type": "v2",
$ bitcoin-cli getpeerinfo \
| jq -r '.[]
| select ( .transport_protocol_type == "v2" )
| .addr + " " + .session_id' \
| while read addr sid
do
a=$(echo ${addr%\]*} | tr -d '\[' | md5sum | cut -b-16);
printf "%s\n\t%s\n" "$a" "$sid"
done
9368a2868c6ca52d
d8697c481b6339734411359c40f32a07e9b589d78ee0ace63a3c1ea3b5f75df2
ce11c19bf8bf5570
88bd3b684d4ce4099c2c9e78365007b5e1e13b37b69580136433c2cc1032188b
b15e4d890262ee80
e9a41b96e5c4e09fef52c4a49db89376e7efd034bd4a2e625adc2c02885dd5bd
b33d9979c3ac519f
fe468c9082d1f2d2a5698000839f0612acc57604b1e68db987f11cb485d8439c
7b9a1ca6d304d08a
7f1a74c40a932e0442fb8f3545dc5a8b09c3c7bb5ba078a4987b13dfc5d3b4d9
2f483f8248b737c5
c52be77074176d57f290e6033fa8b7e357759b7d885b957de26dd45b2b9b4df7
9dcb5e85e7380fc8
a600f255f3c73c6a94dfeb4625c9792b0bf2962b5e5edb4c49fbc61a5872c8c8
3292d7567fdd2c15
dfbb9984b5bf4277aeae08d6a62b4fa2065738ffdb1e496788087a337275ec66
952c29ffb60124fb
31733c8f2ec035a6406a5ca456e0407131e95142eda2e4a745f09a9976626280
3da7a61d822d21c9
975d734b659852d2b12e64676322f019630b9ef7c6e225798bbb6f8e2e74b1d0
9eca5a639da9e95b
415d02a952ef2ce353ed5b06eac9489a2321910f84aff4c59f6289a82a1033d8
6ce14080159d3a4d
525145416407e45909f8024761240e6161774f4a2a2c49fd04de7b8f75c4a799
842b963a3d2d3874
c0fe0d4ff93a881503999420aca49db8028f7a2e070090a15a89ad3497454203
09da5e56a43c1088
05b2281efadb129eb2e5e354b8a1697fbf419660944fae17eb7fa31c24888d91
fc75407f2e57534b
3f21429c08bae67e5bb32ee2155e5164547ff4387ef093ba0904fac7c0e1cd60
b84b0a562bc7fbfd
2147c9a8d2d0f84bf63911780b9ebf5427520d6a39d9d59d21848f6f9f0e5162
$ niceblack.sh $BH $BC
___ ___ ___
/ _ \__ \ / _ \
| (_) | ) | (_) |
\__, |/ / > _ <
/ // /_| (_) |
/_/|____|\___/
____ ___ ______
|___ \ / _ \____ |
__) | (_) | / /
|__ < > _ < / /
___) | (_) |/ /
|____/ \___//_/
,----- .123 4567 89ab cdef -----,
| |
| .. .... .... .... .... .f |
| 1. .... d617 b966 8191 1f |
| 2. a6f3 534c e75a b.49 2f |
| 3. b14b c354 3.3a 41bc 3f |
'=== ==== ==== ==== ==== ==='
ak: 4fd5 95
................ ||.|.||....|.|||