Memory Pool Memory Pool Refreshing

5,541 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 10/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
908,573 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,725 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (863,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,533 45,533 0000000024be2b110e08300df017b9f4a8d93e8038f0caff813e52ac09b12382 0.00 MB 1 0
45,532 45,532 000000002124ba7a768a9347da46b0343c7abd03162b28c353129da1bb530b6f 0.00 MB 1 0
45,531 45,531 000000001aff624f4af71bb0c2ede9ace61bd69a5bd576c4d41bea46565a2457 0.00 MB 1 0
45,530 45,530 000000000e535e18f9b1b42a4aa523d5090cad12413a48958499f4acf8e6da31 0.00 MB 1 0
45,529 45,529 00000000226131d3d0cbb5df580e0d940217a0d8b201e6e86bf3f58889e701fc 0.00 MB 1 0
45,528 45,528 000000001cbf5c33c9bbb6f08d7c7fefc3071b5606d6b29d8ffdb84094a176c6 0.00 MB 1 0
45,527 45,527 000000002c14fc3a8572e9e74d6e710620dad340350f2dfdda27a54b36ed708f 0.00 MB 1 0
45,526 45,526 00000000285244fff81134c9a96ac2177f66d0205a679bc7b43507790e075e0a 0.00 MB 1 0
45,525 45,525 0000000026beb9275b9eb0c1de29ed22302433bede191b7eb1cfb0356958ec34 0.00 MB 1 0
45,524 45,524 00000000199722f9a8750520feaf0ed97bb94a00f6461ebaa2a3ba37d40b3128 0.00 MB 1 0
45,523 45,523 00000000043b6d25a361125f2c3dff8b688eb3ff19d86647306500f00f369a9e 0.00 MB 1 0
45,522 45,522 00000000126283cd9d6cc2c7364f2daeff92362aaf75f460ab5de8d9156358c1 0.00 MB 1 0
45,521 45,521 0000000032f429ce58372c0d3b2068932e93ba14e07ed05699dfde15527ace59 0.00 MB 1 0
45,520 45,520 000000003108a0e4dbbf0b16120b3e81963722baad46acb8cf5ce119ee24061a 0.00 MB 1 0
45,519 45,519 000000001ffb5f0ec1bca1fc675ca2c60967f9a7afa5cfa3fbe796433806a026 0.00 MB 1 0
45,518 45,518 0000000025c6e215730f00978414372e94977dad8a7c9b70eee067bb5396a494 0.00 MB 1 0
45,517 45,517 000000000a765b02a1235ae811d0bac8a5f88bc6e8336d5ba905bfd282c3061a 0.00 MB 1 0
45,516 45,516 000000002d6d7c7e84dc0f85776f9e49e939e3ab3ae0c8fbe1e59d2322434f0c 0.00 MB 1 0
45,515 45,515 000000000ef97a1fe9f0a316feeb2b7812eb871feb0a60f017d8079e17b61398 0.00 MB 1 0
45,514 45,514 00000000136e665c8196e46747e99655984e1a3be37aee96d138d8770a71f228 0.00 MB 1 0
45,513 45,513 00000000262e831397540de5a3c312346fc44e5a8ea37c982339c5d06faf7319 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.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,848.13 GB sent, 100.77 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.