Memory Pool Memory Pool Refreshing

58,294 transactions
30.95 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
880,711 000000000000000000028c610000000000000000000000000000000000000000 1.00 vMB 2,790 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 880,710 (790,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,341 90,341 000000000011346692894e47278f2ec31892ca33c1b6e5095f45f2a4e0df0f1f 0.00 MB 2 0
90,340 90,340 0000000000084e2c042dfeba566833297a43bfbf2ccf0b86a7c9e0b10c4467a2 0.00 MB 1 0
90,339 90,339 000000000004f5b5950dd2cb44ea494ab73ed8d320f76c212261d3ca5040592e 0.00 MB 1 0
90,338 90,338 00000000000453d8cd4e17034c92ac890c4407cd9985411f4bb6657517db7dca 0.00 MB 2 0
90,337 90,337 000000000001935b3b95b14a8edd8bbfc6f54b36cb60eb720398e0457a4c7bca 0.00 MB 2 0
90,336 90,336 000000000013139ec529ff37043650ed5f821d48ce38c847e2412af1ffac1534 0.00 MB 1 0
90,335 90,335 000000000007d2139aedfd63173516f8ded17a1737e92ff1ca26f87decb596a4 0.00 MB 3 0
90,334 90,334 00000000000137ea6ef5d4ab57e4b2b014db98cd9a6829e4c88670e0f8eea031 0.00 MB 1 0
90,333 90,333 0000000000036e213dc4e1e185a1b3b7269e96090d6b3b3a5bf04a783920d6e4 0.00 MB 1 0
90,332 90,332 0000000000060c1f6af012988e2bebb895c71c4a795c00384eff6b140a7c99a2 0.00 MB 2 0
90,331 90,331 00000000000ecdebcaa9b5f81a955e003b789e101dae22cafef2bde11232c85f 0.00 MB 2 0
90,330 90,330 00000000000cbcb4858ee903b98cf93dd81c9d7d50d29dc9fd56629643581f07 0.00 MB 1 0
90,329 90,329 00000000000eeafdae1de3947da00df4ffc9be768934ebda5f77883eed9de1c3 0.00 MB 1 0
90,328 90,328 000000000000765795204a862f672cc55adf7ee71145b4ff273d3f4932b41120 0.00 MB 1 0
90,327 90,327 00000000000f53e9be537b96c8797b20308e23c0c3559b88e3855129e37ad851 0.00 MB 2 0
90,326 90,326 00000000001352897401831fb4cd6385e14b60fc602db12072a152cf6d1b55f2 0.01 MB 4 0
90,325 90,325 000000000006c97c19e2ccf66647ebe11ecf504ce58eb3e07c353b5fd9830627 0.00 MB 1 0
90,324 90,324 00000000000eb259472c718a3dc784b16be2d79af48b0d7610d2ab30b0685b90 0.00 MB 1 0
90,323 90,323 000000000011b401ce06853193bae904d870301c14f6caf4a5c9b552e951df4c 0.00 MB 1 0
90,322 90,322 000000000014c40c6d075af9fd018504a3901bf33e8796a2c10452b62f81e7fb 0.00 MB 1 0
90,321 90,321 0000000000064662aea154b724c6df6fee3d2b6311af3cf17c60d5eb3adbc671 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 719.76 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,873.54 GB sent, 63.87 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.