Memory Pool Memory Pool Refreshing

12,390 transactions
3.91 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,180 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (18,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
888,733 888,733 00000000000000000001d1718564df3bd5ed9ec633bcfb480edfc7cb2fbec1a3 1.48 MB 2,294 3
888,732 888,732 000000000000000000011a0d31af1cbbea2579a953914883b099c3da339930d5 1.51 MB 3,159 4
888,731 888,731 0000000000000000000104bf52282e9461fce75713d3cbe5a0dcf8e8e56e9bd2 2.00 MB 2,139 2
888,730 888,730 00000000000000000000ca4b8332f712bcdccbedcc39dd57ee64027bed4bb74b 1.85 MB 1,908 2
888,729 888,729 00000000000000000002219959971a54789738ec9b9cb09a8f9dfe790b5a4f91 1.39 MB 1,578 2
888,728 888,728 000000000000000000022eaa6bc4b39c7d9758167d2ea8549dec6f5e3a161f09 1.49 MB 2,938 5
888,727 888,727 00000000000000000001d28c887009e768ab47dd6e08f4e8742f475aca200f92 1.50 MB 3,015 4
888,726 888,726 000000000000000000013cf79cda4c2523ec74cabb62017115fe03d910777e5b 2.14 MB 492 1
888,725 888,725 0000000000000000000134d87066b18ed7c50e8b9373fce438c24f67f7ba708c 1.96 MB 1,042 1
888,724 888,724 000000000000000000012bb48bac31a49e1951eabf345ca471c2dd2e8c9704f2 1.84 MB 2,554 1
888,723 888,723 0000000000000000000191d1e3f0313e33087d6fc0065587d3055dda57b8c981 1.48 MB 2,662 3
888,722 888,722 000000000000000000002de69b17780d825f9e880d95398940f0f74c0542647c 1.45 MB 2,621 2
888,721 888,721 00000000000000000002544dd975f68b992c340397ece77d0f2067e6e6766b76 1.64 MB 3,369 3
888,720 888,720 00000000000000000000f0f3ffa053299c5fbff3fe9e0cd1590a1d545fe5224d 1.63 MB 3,967 5
888,719 888,719 00000000000000000001bd56c7c0d4740c3f17c1451a2d0f6a9f730859703628 1.33 MB 1,795 3
888,718 888,718 0000000000000000000030e21d09057a2dfdad361f62a64b83379076121836d7 1.68 MB 2,676 4
888,717 888,717 000000000000000000025f0dab2deb553894b82848604132e02b63b7a9d7a307 1.60 MB 3,098 4
888,716 888,716 00000000000000000002560e437cfabc252c5696895856e8ba4243b251c53614 1.66 MB 3,622 1
888,715 888,715 00000000000000000001040d32c105c00ab8daae0bca7e251e502e6edd99bc9e 1.38 MB 2,388 4
888,714 888,714 00000000000000000000b33b7c8d726f3bb8b8de903b51019210a71447ea366f 1.36 MB 1,834 3
888,713 888,713 00000000000000000000ec33ef401c189d523cbf864cf07c2fc02a4b63ef4dec 1.52 MB 2,734 4
Previous 10 blocks ↓
Total Size: 769.01 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,622.15 GB sent, 92.93 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.