Memory Pool Memory Pool Refreshing

1,549 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,639 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,536 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (892,368 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,270 16,270 000000005b2ff6e5fe6a8a680374dd7e8120a130d22d2fd0e6ecc8d6352359d9 0.00 MB 1 0
16,269 16,269 000000003cf333476ee8c4f45128562dc7036f3fbc354bef61473b888f616e8d 0.00 MB 1 0
16,268 16,268 000000002d7bb28f1ebeb69c38ba73adbe1074dd527065cad02ca15fa017c90e 0.00 MB 1 0
16,267 16,267 000000005260df074e5968e17f5ded3f2acdf7875d432a1b3dab913b21737d22 0.00 MB 1 0
16,266 16,266 00000000a4b3c6e49eff2575055515a24b294fec70bbcf30b3934f19002abda2 0.00 MB 1 0
16,265 16,265 000000009101f3a38431907ca7f3d5a4c1f8350b904f1cfb3d1b82c9db48badc 0.00 MB 1 0
16,264 16,264 00000000ae70393e00f5b44b98baa846c28678edb61c61249b51915381150071 0.00 MB 1 0
16,263 16,263 0000000042f6ae5cda798280de87b62da738735beb36e33533dc8e609a466e78 0.00 MB 1 0
16,262 16,262 00000000883698b976bd5089623cdd0ee010e53cc913d68ac547a006e6349901 0.00 MB 1 0
16,261 16,261 00000000f039c077d4306ab541bf5f15bf5bc7963e7fe7eb6371881e3c452dd9 0.00 MB 1 0
16,260 16,260 000000008d5e8a260e034c0cdeffb71450b44bdbb75aeb38cb3290cdb6ba50e2 0.00 MB 1 0
16,259 16,259 000000005fa6c9d83fa89130cdcbaca9cde6d5440c5bf158f81b03e84093a45d 0.00 MB 1 0
16,258 16,258 0000000041e0702f0ba1cd76127eb620320890fdb0763485d30a8f28a4716d35 0.00 MB 1 0
16,257 16,257 000000006274451f0e6586d191136f142e657acb5337fa7787ef575da2ca4ebc 0.00 MB 1 0
16,256 16,256 00000000b045203349c79ea7c1e4f3ce86a29faeae8c15d89be078c0c6ac2645 0.00 MB 1 0
16,255 16,255 00000000e5798e3d01f0350094bb6f472866d98adadd5e2b4d2772840fa118a5 0.00 MB 1 0
16,254 16,254 00000000615f0bf5132bc52bc3e971a4e181a367c14795f39fd9173fc8c0c7cc 0.00 MB 1 0
16,253 16,253 000000005c549727d240e6db6b3503dfb11e414612ec5ab3b7e01a8270b38b44 0.00 MB 1 0
16,252 16,252 00000000523a6c4c8a16fbbd4a4466f7a702403875922775250c2c403b66206b 0.00 MB 1 0
16,251 16,251 0000000045b7f775d7806ecbdfa03170d07c4bdccfba1d07cb8994d0f6e06cdb 0.00 MB 1 0
16,250 16,250 00000000ffeb2708cfc0aa1b5db3a6eacccc9112eb10cc0de2ec3e98c6c11a7a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.33 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.