Memory Pool Memory Pool Refreshing

18,643 transactions (6.38 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 35/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,893 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,459 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,892 (845,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,307 63,307 000000000141f5317c2fe936476bf5a911c91571a52517e8ae64c92b595584ef 0.00 MB 1 0
63,306 63,306 000000000b66a0003320cb83efb618db9ff445ea246957ef7597b62c1f566c46 0.00 MB 1 0
63,305 63,305 00000000080ab92b82b849706b16a4153ff05325dedc421ceba3249289932d24 0.00 MB 1 0
63,304 63,304 000000000575ea9461a3cae4be465f775556255b245b570fd0554b3e093a1761 0.00 MB 2 0
63,303 63,303 000000000c7ee2b1675a068511f5e106e47837283f8d7df2a3371ca65dbf0029 0.00 MB 2 0
63,302 63,302 0000000005525103b97aeeeed59e68ddf1f07dc6a68e4e379ded2f6d153c1da8 0.00 MB 1 0
63,301 63,301 000000000c5d690039c277b4c87886fb82aa751484197b4c95913030eba6b960 0.00 MB 2 0
63,300 63,300 000000000b1444048e7355011bd392ad84cc458f2bacb7aecdc3387d83df76ea 0.00 MB 1 0
63,299 63,299 0000000003a98e5bd57c1b85501977aba96175153b575806e7eeaea3caa7950e 0.00 MB 1 0
63,298 63,298 0000000003760bfa2ab7ba547913032044ad5bc5d29ea47c7849ffc44ac9ccf8 0.00 MB 2 0
63,297 63,297 000000000556a178b74f37a823116d6b0510015da596bf2cd32b61bb9d5e693b 0.00 MB 1 0
63,296 63,296 0000000006dcf67eff80ea8f69e7c1c71b4069a000be60b2d2a124a16a04a45e 0.00 MB 1 0
63,295 63,295 0000000003d06ffca87fb71281ee07f9e4370b4c37f53cf620e7caba4e8de00c 0.00 MB 1 0
63,294 63,294 0000000008a8b7f8ea649047090b59f049704649e4900c5fdb1990bf8995705a 0.00 MB 1 0
63,293 63,293 0000000004b06bc1a4c47fcc79214f8344b943193fd01c6350c2ec6b7fbc4a80 0.00 MB 1 0
63,292 63,292 000000000b85034d2f2c19674e9ac3829c5e10d9d6eba93bc7a1b3b90486cce5 0.00 MB 2 0
63,291 63,291 000000000b0fcd79c95b87cc0d308a780ad00ad8ac435c7b1fbeae4cae5e150d 0.00 MB 1 0
63,290 63,290 0000000002557c9133ca60b5fd70277e4bdac73acaa7ba00e52401b5c79de5fb 0.00 MB 1 0
63,289 63,289 00000000008952ec669375e73a860c033c86116b0b8168c11830abc6505fbef3 0.00 MB 1 0
63,288 63,288 000000000c0b7de1daf959bb2b3f9ea22c6ed465eea1ed39a1547b4690154259 0.00 MB 1 0
63,287 63,287 0000000006b7446e488d3636123f221f89a2ea51833948a17b9db8f5f7537250 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.35 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,863.40 GB sent, 104.01 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.