Memory Pool Memory Pool Refreshing

7,026 transactions
2.20 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,588 (887,186 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
21,402 21,402 00000000f549ea89e2c7558b7f4032fd7c90da417b65acec6cbfd4942847b931 0.00 MB 1 0
21,401 21,401 00000000d425763d53cae92e429f391ca58cded09be50bd60859bab2c4ff8798 0.00 MB 1 0
21,400 21,400 0000000049ad37de5181aa80075d5df8b923468d43030356db259acafd03ce69 0.00 MB 1 0
21,399 21,399 00000000d2375bce3ec22d8bfc6d57936b40c1cd4c846face2bf6de720e26da8 0.00 MB 1 0
21,398 21,398 0000000034573c31d2d30ea0ea672b17184c5c2b066e078e28fc7001d85d7e3d 0.00 MB 1 0
21,397 21,397 00000000aaaf134af1724e9480a120e00b5edd19e6b9afa84aa1aacf990c2252 0.00 MB 1 0
21,396 21,396 00000000765475971b4ec941a30eb1dcea597d9c980b94d186a865900dbe78d8 0.00 MB 1 0
21,395 21,395 000000004f48f4a0e576eb9429c839359785c483dfc3de762e09c40382315e4f 0.00 MB 1 0
21,394 21,394 000000003e2665402464eea22c6798e918853b754bb0a3d31b1ade310ec17edd 0.00 MB 1 0
21,393 21,393 00000000d93ac9f4ef41e2bfe57e8b2583a5197b6e1ee2035c671fe107fc00e5 0.00 MB 1 0
21,392 21,392 00000000907d21f4d0baf7c90da1550b8623cd0f700928cb14cbab386e807de7 0.00 MB 1 0
21,391 21,391 000000001af53cfe00a6fa7cf0ffc6e222f4f36dc62a741a03935730121d6709 0.00 MB 1 0
21,390 21,390 00000000c7e0102aed305cf79e78684c5141682d5423688a91b168f6d40fd7d3 0.00 MB 1 0
21,389 21,389 0000000075836a4523f3f3ce7e7b6ebf4187586d1f161e68ccb4ee4f3cff3e17 0.00 MB 1 0
21,388 21,388 0000000052e73d8518a2d01958965c6990ce695837c8730e581b52881ee8c51e 0.00 MB 1 0
21,387 21,387 00000000a1d550ce352fa3d17b169be9b1e7611eadf31dc3667dfbc1ad06e128 0.00 MB 1 0
21,386 21,386 00000000ac89883b7d2beba0c25babaaefb61d19054aef0e0ac2d88ca543f52f 0.00 MB 1 0
21,385 21,385 0000000014757bd8dd519586dd54e9071b15914f5396a25cd6fd25218eb67658 0.00 MB 1 0
21,384 21,384 00000000ca3baba0bcfc7c078a312f067d0ebbf4e47d674bdbb2ebc823a76f51 0.00 MB 1 0
21,383 21,383 00000000c4cb881455230762403a84d1a613e64d2c2319a3135683cbbc477818 0.00 MB 1 0
21,382 21,382 00000000aee2cabaf6c3c652e4936b43f9f60e5c5f591cb289818cabb74c3350 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.79 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,849.16 GB sent, 100.96 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.