Memory Pool Memory Pool Refreshing

6,436 transactions
1.88 vMB
Show Random Selection Loading Transactions
Max Size: 12/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 ago 1.00 vMB 3,822 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (887,180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
21,381 21,381 00000000980f1a8fab4faa2c49c0a8f0ae4f7977e80708b7fd03266055b9f2be 0.00 MB 1 0
21,380 21,380 00000000d85f2e814b555bafaf774a15da7df781f5ca9a1dc9e24c80009551bc 0.00 MB 1 0
21,379 21,379 00000000a8389cc6eeafb076599fabd8d2d7fa29c29e8f44661f95ab04c3396d 0.00 MB 1 0
21,378 21,378 0000000070eec16a255ca0f52eaa1e030ebd5da10608e01ef0595b0131e71424 0.00 MB 1 0
21,377 21,377 00000000bb0ec7f6de840d43261e9753ef9c870b0e9001ad480d55fa57107b7f 0.00 MB 1 0
21,376 21,376 0000000041a83b18f8f3cf1df306f681098b708f2df2b4b76df09f1562a37284 0.00 MB 1 0
21,375 21,375 000000002218a47fc3cd49f16a2526e2a4c5949055efda451d3af46cf72d1958 0.00 MB 1 0
21,374 21,374 00000000a2bed8eb774caed69b9c37e9a725cec85ed8de73f430d3e296a72983 0.00 MB 1 0
21,373 21,373 00000000e0a3a48835992a12f785a786b21c33d179121ff0cdcc6d8a6f679bec 0.00 MB 1 0
21,372 21,372 000000007ed784d5eb0158fd7db92ceac6a7c2a34d57352d3ee142f1e6e9ea67 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.