# on receiving block 896366 here $ date -u '+%Y-%m-%dT%H:%M:%SZ' 2025-05-12T06:02:34Z # as written in the block header 2025-05-12T06:02:19Z $ uptime # since last reboot 06:02:33 up 98 days, 17:42, 0 users, load average: 2.73, 2.66, 2.08 $ battery.sh 124%, Power Supply Online $ uname -smnr Linux singer 6.6.37-0-lts x86_64 $ grep ^MemAvailable /proc/meminfo MemAvailable: 2036312 kB $ du -h -d1 .bitcoin/ 11.2G .bitcoin/indexes 1.9G .bitcoin/signet 3.4M .bitcoin/wallets 97.7G .bitcoin/blocks 11.0G .bitcoin/chainstate 15.0G .bitcoin/testnet3 136.8G .bitcoin/ $ df -h . Filesystem Size Used Available Use% Mounted on /dev/sda3 911.4G 836.3G 74.1G 92% / $ bitcoind -version Bitcoin Core daemon version v29.99.0-92b05c17b147 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 896366 $ BH=$(bitcoin-cli getblockhash 896366); echo $BH 000000000000000000010afc55922bf527bdaf66488a9250414f85e562f260c6 $ bitcoin-cli getblockheader 000000000000000000010afc55922bf527bdaf66488a9250414f85e562f260c6 { "hash": "000000000000000000010afc55922bf527bdaf66488a9250414f85e562f260c6", "confirmations": 1, "height": 896366, "version": 748945408, "versionHex": "2ca40000", "merkleroot": "2fc0a6e66da52c1bc82d88aad44ee436e1611dc2af8558fa91f268d31811d3b1", "time": 1747029739, "mediantime": 1747026644, "nonce": 4210047686, "bits": "17025ced", "target": "000000000000000000025ced0000000000000000000000000000000000000000", "difficulty": 119116256505723.5, "chainwork": "0000000000000000000000000000000000000000c28fa79b9a0a0e8389b9c282", "nTx": 3584, "previousblockhash": "00000000000000000001f1a5feee3024de248f3b767eb71b2a15a97a4a514393" } $ echo $BH | tr 0 . | fold -w 4 | paste -d " " - - - - .... .... .... .... ...1 .afc 5592 2bf5 27bd af66 488a 925. 414f 85e5 62f2 6.c6 $ : 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 896366 sf: ...1 .afc 925. 6.c6 $ : 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 . 896366 sk: 6.c6 84 $ : 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 . 896366 ak: e..5 84 ### niceblack moved to the end $ bitcoin-cli getmempoolinfo { "loaded": true, "size": 444, "bytes": 9317701, "usage": 37689824, "total_fee": 0.09362464, "maxmempool": 300000000, "mempoolminfee": 0.00001000, "minrelaytxfee": 0.00001000, "incrementalrelayfee": 0.00001000, "unbroadcastcount": 0, "fullrbf": true } $ gmm.sh 1004 ## Current epoch estimation is +5.19% ## 1262 of 2016, i.e. 62%, 754 to go ## Current and previous two in numbers: $ bitcoin-cli getnetworkhashps 2016 8.967207234169787e+20 $ bitcoin-cli getnetworkhashps 2016 895103 8.524479268489561e+20 $ bitcoin-cli getnetworkhashps 2016 893087 8.821342073060424e+20 $ bitcoin-cli gettxoutsetinfo muhash { "height": 896366, "bestblock": "000000000000000000010afc55922bf527bdaf66488a9250414f85e562f260c6", "txouts": 172124106, "bogosize": 13472924079, "muhash": "571a223d46ac89631561e13a691a858accdcb29957e6ae9d15e8ae35d7045651", "total_amount": 19863425.85240131, "total_unspendable_amount": 221.02259869, "block_info": { "prevout_spent": 2567.95431890, "coinbase": 3.14888388, "new_outputs_ex_coinbase": 2567.93043502, "unspendable": 0.00000000, "unspendables": { "genesis_block": 0.00000000, "bip30": 0.00000000, "scripts": 0.00000000, "unclaimed_rewards": 0.00000000 } } } $ bitcoin-cli getblockstats 896366 { "avgfee": 666, "avgfeerate": 2, "avgtxsize": 484, "blockhash": "000000000000000000010afc55922bf527bdaf66488a9250414f85e562f260c6", "feerate_percentiles": [ 1, 1, 1, 2, 5 ], "height": 896366, "ins": 7557, "maxfee": 117480, "maxfeerate": 73, "maxtxsize": 178579, "medianfee": 240, "mediantime": 1747026644, "mediantxsize": 352, "minfee": 111, "minfeerate": 1, "mintxsize": 150, "outs": 10008, "subsidy": 312500000, "swtotal_size": 1702766, "swtotal_weight": 3864485, "swtxs": 3494, "time": 1747029739, "total_out": 256793043502, "total_size": 1734573, "total_weight": 3991713, "totalfee": 2388388, "txs": 3584, "utxo_increase": 2451, "utxo_size_inc": 167381, "utxo_increase_actual": 574, "utxo_size_inc_actual": 40363 } $ bitcoin-cli getnettotals { "totalbytesrecv": 210267359, "totalbytessent": 393103700, "timemillis": 1747029754835, "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 v29.99.0-92b05c17b147 - server 70016/Satoshi:29.99.0/ ipv4 npr total block in 32 2 34 out 10 0 10 2 total 42 2 44 Local addresses: n/a $ bitcoin-cli -addrinfo { "addresses_known": { "ipv4": 62523, "ipv6": 0, "onion": 0, "i2p": 0, "cjdns": 0, "total": 62523 } } $ halving.sh 896366 ===================================== Bitcoin Block Halving prediction ===================================== bc=896366 gbt=1231006505 bbt=1747029739 This is average time to mine a block (1747029739-1231006505)/896366 bts=575.6829892220485582356333 Now let's multiply that by 1050000 which is the block number of next halving and get the prediction: Tue Feb 29 21:56:59 UTC 2028 ------------------------------------- Next palindrome will be 896698 predicted to happen at this time: Wed May 14 11:07:45 UTC 2025 ------------------------------------- Current mining epoch number is 444. The next fortnight happens in block 897120 and probably around this time: Sat May 17 06:36:43 UTC 2025 ### v2_peerinfo are in v2_peerinfo-bitcoin.txt $ bitcoin-cli getpeerinfo | grep -w 'v2' | uniq -c 7 "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 4f66566466552b0c b4ecca880486ad754264e666ef7b626b564ba262b4e80db62d4c189a870b440f 5169e38cd47b537d 9f2c1a96901056c587917415cf63ba609939405306c42c75839932a2c2883c55 02212ecf6df649e2 205fcda572a77abd3127b0202cc248f145d7ea8a0acfb8a8c0cba5b797c82fbd 2dfb83e8741b716f 0d8fe4c34398362f4e3838963b0420a6e4a2d93f17599e7a4e942ff9d53e0049 29ea539e695bea67 857c6301be8f4164d2fdc53d4d3a89d48445ec4d02dfd0b782c3232f58eefca7 9cee412e8799423c 6e44e1bd6206b3cfb57dc8b4f6b89379b9d1e72252db0f30e2153e69a6c6eba1 e2526ca3b14517e0 28211ec5cca7a3636e4079b9e9bf6545c4f4d21b339240d2d10072be89322c38 $ niceblack.sh $BH $BC _|_| _|_| _|_|_| _| _| _| _| _| _|_| _|_|_| _|_|_| _| _| _| _| _| _|_| _|_|_| _|_| _|_|_| _|_|_| _|_|_| _| _| _| _|_| _|_|_| _|_|_| _| _| _| _| _| _|_|_| _|_| _|_| ,----- .123 4567 89ab cdef -----, | | | .. .... .... .... .... .f | | 1. ...1 .afc 5592 2bf5 1f | | 2. 27bd af66 488a 925. 2f | | 3. 414f 85e5 62f2 6.c6 3f | '=== ==== ==== ==== ==== ===' ak: e..5 84