Memory Pool Memory Pool Refreshing

10,026 transactions
3.10 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,291 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (757,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
150,741 150,741 00000000000009c37e725fe84a1c57af2e470c915f9fbe3538f503a67970527b 0.02 MB 47 17
150,740 150,740 0000000000000454cef5a84d6fae6e0f3d8792f23ab3aa651afdaaa0c130cf16 0.00 MB 7 0
150,739 150,739 00000000000009300946b3b7830da4ec01ece78fa361f9e8135d54f05a9bfd24 0.03 MB 72 109
150,738 150,738 00000000000006053b90ee7288aaa141b629d1312fca588bc059d1d7e693dedf 0.03 MB 89 129
150,737 150,737 00000000000001b64f1fd5945f9ec5bb262cf76e43a29e3d47a91c5e39afa0b1 0.02 MB 29 138
150,736 150,736 00000000000006909a75be3e957ac82667c518d2f943323c2cc7c43c1ddd3fe4 0.00 MB 10 81
150,735 150,735 000000000000092d6495905abfc3407f780ed5995b63580bd50f628827e8034f 0.01 MB 31 167
150,734 150,734 00000000000005e3a6baba1327301a74ebebdcb8dee15abd902af530b0dcfc4c 0.00 MB 1 0
150,733 150,733 00000000000001510b90226a20d57d21ab57c34ab5b45e6dcd35883274ce1d48 0.01 MB 9 40
150,732 150,732 0000000000000b2203c5b8a7bd9f5fdfbfd8cdd72dd0f2470f06df32be1b52a2 0.01 MB 10 46
150,731 150,731 00000000000007c3e6f18895cc9a5532ef3bfbc1229cda39796d64113016e742 0.04 MB 93 120
150,730 150,730 0000000000000586e003dec326e1d7cb878967ac9a485b719535c26349c4c2ad 0.05 MB 156 89
150,729 150,729 000000000000092bdf4e8a861be89119bc7a9c7abc20f721c4fcd22b642a6d99 0.01 MB 17 158
150,728 150,728 000000000000067aa357ae1f8a50b037392c5038df7c25d7b1cd19a24e7038f5 0.00 MB 16 544
150,727 150,727 00000000000001474a92f60d45c0494d8950f76b76829c60693d2be647b3b92c 0.00 MB 11 354
150,726 150,726 000000000000013dda4456fb62d7c8e384aae7814ab45480955d247353e3b04d 0.01 MB 9 51
150,725 150,725 000000000000063a323f9fed60abe02491e50a529c0a38f64db825e864bfd165 0.00 MB 12 34
150,724 150,724 0000000000000b0cd553546c5dbaf7c3dcabedee6168a3015eb9e819c23c61bd 0.03 MB 62 19
150,723 150,723 000000000000028e2541fd92911979b010b7ea1f7d1fe2d4638cd19c410fd0f0 0.06 MB 116 147
150,722 150,722 000000000000056f7f46a1d81baefad22e02776f695db99cdf79d2f1c495bae7 0.02 MB 25 40
150,721 150,721 0000000000000139c3ea0064f5f7fa65c871170be413b38d315eb01109898350 0.01 MB 17 90
Previous 10 blocks ↓
Total Size: 769.24 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,635.04 GB sent, 94.13 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.