Memory Pool Memory Pool Refreshing

23,483 transactions (9.29 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (18 blocks)
  • 4 sats/vbyte = (9 blocks)
  • 6 sats/vbyte = (8 blocks)
  • 7 sats/vbyte = (6 blocks)
  • 8 sats/vbyte = (4 blocks)
  • 10 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 49/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,911 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,215 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,910 (829,410 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
79,500 79,500 00000000002064fcb7e89948378381e247c514f78f8d441597f3419d47e9f282 0.00 MB 6 0
79,499 79,499 000000000042152ab12d5b7d97c8d24744291114048758edbd9c7f06f689ee67 0.00 MB 4 0
79,498 79,498 0000000000128e44e3b9cfc86c775bbe1a570d514e74b84d4280db253d5c02d2 0.00 MB 6 0
79,497 79,497 0000000000599d99481e34a4e3b7fa7b9c640115ccfff664ecf2c5415fd806e7 0.00 MB 1 0
79,496 79,496 000000000013c500a854b1129a68e4c408ffeeb5ae6c00e94605d7ed3397472a 0.00 MB 2 0
79,495 79,495 00000000000f6303f385bae569407feedce746de0a7ec846f5a17c2c48f01608 0.00 MB 1 0
79,494 79,494 000000000030525e7ee28dbdb1258fe6439da8e698276d4306811ec5efa26199 0.00 MB 5 0
79,493 79,493 00000000001d2d0d070d5309e7f273dd740d6f284547ab895d86bf90d8047755 0.00 MB 2 0
79,492 79,492 0000000000530375c67846b2ff5d5ffbb6bc0b5cc97e7c90e9e1629ca11eb3cc 0.00 MB 2 0
79,491 79,491 000000000003a481f762c74337c796d7859306501a496b667b45e6ca6b90fe8e 0.00 MB 2 0
79,490 79,490 00000000003641f3242a1f61599db543eb6488b7598fd266c044f5735baf8f31 0.00 MB 1 0
79,489 79,489 000000000018641497ac955fc150adf6f992e9d6345db6b7ea1bf726b6b4b2f1 0.00 MB 1 0
79,488 79,488 000000000030708b7627672f0ff31d5f0f378d5d30a8777e8224f29d5aa475e3 0.00 MB 1 0
79,487 79,487 0000000000578c9343c400daab9146b027f89421b872016db53799847a618f1b 0.00 MB 1 0
79,486 79,486 000000000001cfe54570104ba3f2e7cee981cc19ebb98774c0a80b4000460f4c 0.00 MB 3 0
79,485 79,485 00000000004c1a13b7bafb59a6fa98ad610b72d2e1e50cfa89a9d8faf14447f9 0.00 MB 7 0
79,484 79,484 00000000004e8e9d5fc6e0acbe7b1d41767c4d7083eaad049026219a1313c587 0.00 MB 6 0
79,483 79,483 00000000001cb5e397519d137b194728dad123672d746c2c1879d09d3d2bd7d0 0.00 MB 3 0
79,482 79,482 00000000002cce1f6443614d32272d06cd310cd9425cd1ed044d397978b8b868 0.01 MB 7 0
79,481 79,481 0000000000140a65dd3bbd4ed573e26dbc0b422dbab2e007adc897ae3cccc697 0.00 MB 1 0
79,480 79,480 000000000016650688632af69372d6e0ef660992222dedfb023bbd36a074d6d1 0.00 MB 16 0
Previous 10 blocks ↓
Total Size: 771.38 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,863.91 GB sent, 104.31 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.