Memory Pool Memory Pool Refreshing

6,631 transactions (2.96 vMB)
  • 1 sats/vbyte = (12 blocks)
  • 2 sats/vbyte = (7 blocks)
  • 4 sats/vbyte = (5 blocks)
  • 5 sats/vbyte = (4 blocks)
  • 7 sats/vbyte = (3 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,966 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,942 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,965 (899,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
9,541 9,541 000000003ef4ac1722dd82267620bdc3d892fbeb7253ed596b16909e196e7413 0.00 MB 1 0
9,540 9,540 000000008893a16f8cf72bcad0280c0afb27fe42e69747644f5337f28ca5e32d 0.00 MB 1 0
9,539 9,539 00000000a20b846670fec9ef68b31b35fb757b3e6e1db5166241eefb686acd39 0.00 MB 1 0
9,538 9,538 00000000fbbffc7331fb0ed43747916f69a0713e2cdd270ee8894f89ce6c4aa0 0.00 MB 1 0
9,537 9,537 00000000c238df4eba161fcfd081e9f2a4f7c6559a795c71c6d1b648acc127fc 0.00 MB 1 0
9,536 9,536 00000000178d30dd222f5810676c3c16eb8a676a03c20aa11a7911bcff10e538 0.00 MB 1 0
9,535 9,535 00000000b844536347267e9686984e824573a438244e9e95856dd82bbf241982 0.00 MB 1 0
9,534 9,534 000000005d8516771145d96282eee114a0c22ae6d5f1d7f1d531b2723209cbab 0.00 MB 1 0
9,533 9,533 0000000005346e72acfbba94ad89208e51788b01bce5104a3f6c293987733433 0.00 MB 1 0
9,532 9,532 0000000084433079d0ab1d1201fed36c8116799aed2ae1d080eaf16d7b7296d2 0.00 MB 1 0
9,531 9,531 0000000023173119b46962ddaa22d7ae8ef98cf6e338be74755e4075e2920edf 0.00 MB 1 0
9,530 9,530 0000000090a96913e004b8f0d667acb422ee1f968c70a82c57f049e6c0ffdfca 0.00 MB 1 0
9,529 9,529 00000000107dd9466de09c0baa868916a2584259b1d52201c2001d094bb9524b 0.00 MB 1 0
9,528 9,528 00000000de1cd8f29486aa30424bd0e46440f318730574d1cbf80ea08492ec7f 0.00 MB 1 0
9,527 9,527 00000000add747b1142266d344fc45c498c783759907c3566308de616652cd52 0.00 MB 1 0
9,526 9,526 0000000026043b432e4c6bd79d827582acb9c72a09e21fadeece7eda2b3729b8 0.00 MB 1 0
9,525 9,525 000000004013f5eba4a7825f8cdb1bbfe8fa9d2b359adc4ad1da086db08227e8 0.00 MB 1 0
9,524 9,524 000000004a6484386e4f23ce779f7a6ae651c15c64db1ccd927fc633442b9e77 0.00 MB 1 0
9,523 9,523 00000000b5c402362622742217dcbf6488bb7f6cd6f3712eaef85c1734f657d7 0.00 MB 1 0
9,522 9,522 000000006401b8f289c114b1c11b97eaab640b06cf977144b34bf0eaa69aee81 0.00 MB 1 0
9,521 9,521 00000000659e1402f1cdf3d2fd94065369e5cde43d6a00b6b5edcff01db50000 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.48 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,866.63 GB sent, 104.81 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.