Memory Pool Memory Pool Refreshing

442 transactions
0.17 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,013 00000000000000000002349e0000000000000000000000000000000000000000 0.17 vMB 434 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,012 (703,739 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,273 204,273 0000000000000451559afc93062174189f1c7d9f05ac58271e3914316166699a 0.16 MB 362 91
204,272 204,272 00000000000004508f2ba322fb5df892a3c66ef172ccd387d49e1515f8ecf17b 0.17 MB 221 93
204,271 204,271 000000000000017da0faad85a687879de8579bd3846900e57fa582bd262e4a6e 0.04 MB 88 115
204,270 204,270 000000000000030724171fa8c00158613ab4f69b7173c56138a91ec9a0cdda6a 0.07 MB 118 85
204,269 204,269 000000000000014918409b351697e163ec948ec6bdb354765ef4a2c53d1d7772 0.16 MB 240 99
204,268 204,268 000000000000012064725431c3e9b7ddc97f4b4f6e24b3af1e45df9a2d2a9957 0.40 MB 800 103
204,267 204,267 000000000000054535278262fd0d462d8a197ca46332afea125cf0c3b84b926e 0.03 MB 107 20
204,266 204,266 0000000000000307d7c72a4e5bdfc430719f3488ae77f54b9291b1107e6cf945 0.05 MB 57 48
204,265 204,265 00000000000003a73faa4cc404ebc5fe8f4e3d867abf79ac3805e6b8038d6308 0.25 MB 409 90
204,264 204,264 00000000000004927d714f57e1514906637b0c7c2f5670f5697654ddc3f616db 0.25 MB 739 170
204,263 204,263 000000000000018d6b2efe1cf45ddf0406c63581c62d5e7014c35045e26a5754 0.03 MB 57 109
204,262 204,262 0000000000000197e36b688acfabf00fb1230d850f82501624c8b1f508adc103 0.04 MB 80 119
204,261 204,261 00000000000004305c232389f6f6840025a329a7787aa949151e710a70b5eaa7 0.23 MB 613 133
204,260 204,260 00000000000000ac7fa7491d9f27a9ebb894207ab566eb82469ca8ec367228db 0.30 MB 408 59
204,259 204,259 00000000000002042651e174dbc5e17e3be68dbe270d698723ba794d41d274dd 0.17 MB 149 69
204,258 204,258 00000000000000a356f08182a4e77eb7d85891625a49ee3c439e864ea1ccd683 0.25 MB 658 147
204,257 204,257 0000000000000255fd5dd4ad0f6c65ca9a8b4ebd3d74b2542625b58854c0ca2b 0.05 MB 176 31
204,256 204,256 00000000000001f7db2a9861f24bf846932d796b7e6d40a403b430224cd4b316 0.00 MB 14 15
204,255 204,255 000000000000022b3e420a9f9687bca986365d4cfb424c73ef3cbc23a2a8ef45 0.25 MB 392 123
204,254 204,254 00000000000002754fce1b5af27647649d7409f1611ce1c4b9a0fcffe73e8bac 0.24 MB 560 132
204,253 204,253 00000000000002801c3b453565febe25a0c9dee53e3ff27bccbbbc2a24e87225 0.07 MB 273 1
Previous 10 blocks ↓
Total Size: 769.57 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,649.63 GB sent, 95.78 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.