Memory Pool Memory Pool Refreshing

6,561 transactions
1.82 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
906,346 000000000000000000023aa60000000000000000000000000000000000000000 ago 1.00 vMB 3,869 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 906,345 (615,083 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
291,262 291,262 00000000000000008ba37fea958e8618ad5cf27d2ca89eb428cadfcdf9357fe0 0.14 MB 314 33
291,261 291,261 00000000000000007d8f0b19987063752b8c152f9014f6d5938f71f34692c2f5 0.22 MB 366 30
291,260 291,260 0000000000000000180326fddce23abd1ead7af91b7fadece353bd13f7a3f731 0.10 MB 256 64
291,259 291,259 0000000000000000cf577bb98a9f94e18f654c88faa242d5fcc04c2a26219171 0.15 MB 347 39
291,258 291,258 0000000000000000fff78be2d6cf11d09bbfe37d63671343e45bb81294d64935 0.18 MB 356 39
291,257 291,257 00000000000000000a4cc276e4306df8bece43a2cee840c2b026a846ae326c83 0.18 MB 345 29
291,256 291,256 0000000000000000cd31eb1647aa6eb152b41bf779db8861c3d04385ccb7e44d 0.04 MB 95 42
291,255 291,255 0000000000000000553b5e379af02953d4c44dca6451837e76c43dbb291f1fa3 0.11 MB 278 31
291,254 291,254 00000000000000006d5e5443f91703b962659c5f712e9baa30c13e5ced5db6f1 0.35 MB 759 41
291,253 291,253 0000000000000000c9368378b23f472b7141e52061131bcdc5e7b3ea888871ec 0.42 MB 717 31
291,252 291,252 0000000000000000338da403611d8b45d752e6054b7c0b25b471780b820c6f09 0.03 MB 85 37
291,251 291,251 00000000000000009aea7df62938410aa9c03bb39da37f0a5684c748c704db26 0.00 MB 11 31
291,250 291,250 00000000000000004a32f52190ddf371e43348424387c5b8800ffa7550d6251a 0.09 MB 168 18
291,249 291,249 00000000000000004f069d2144791d173da6111f351a896630dcf50a792c7809 0.27 MB 170 12
291,248 291,248 00000000000000008dc35214d5ee8caf839ff00cb2642796644576c45fa22ad2 0.49 MB 870 34
291,247 291,247 000000000000000001aa4dbb3dc17fc39c9c226ec9e8e00cc6312f31e104e861 0.35 MB 1,018 52
291,246 291,246 0000000000000000316aff04cf4d18d415e9950187cb61a095168f33dc843882 0.35 MB 663 34
291,245 291,245 0000000000000000ca0af18470402dfca4528023bd9a967f906a18f66f7b4830 0.25 MB 737 60
291,244 291,244 0000000000000000fd7f241fd71ef26da96d191d828f871384ba36d4ce40bda7 0.14 MB 302 37
291,243 291,243 0000000000000000a6339087c5f6e71d4553c6247b5608b033c21197be9e99dc 0.11 MB 215 27
291,242 291,242 00000000000000009725e14c28d88378f8aed6bbbbb8ba076434a08bc7f821ab 0.50 MB 1,001 36
Previous 10 blocks ↓
Total Size: 766.53 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,454.66 GB sent, 80.06 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.