Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

16,177 transactions (3.82 vMB)

Priority:

  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,062 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 4,838 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,061 (891,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,684 18,684 00000000566096d82ca4e1e325fe2eeb2774ce47ae7b12d80e0f3368f675a025 0.00 MB 1 0
18,683 18,683 000000003d2881822612a5b5f549e9740a06e6b0867d1b3c698909e3db0a5a0c 0.00 MB 1 0
18,682 18,682 00000000a89c4598a9399cff78f3a6e7435102d3e4fd4defc2ba17f3fdcbb154 0.00 MB 1 0
18,681 18,681 00000000cddda63ad58ca8684a120c3d9afda7d7fbfd29fedb8d5f671ed71882 0.00 MB 1 0
18,680 18,680 0000000032a1136f22a3498083e11b7dd08a5b0e7eba7ed62eb8de48aa739884 0.00 MB 1 0
18,679 18,679 000000007468218eddc4db57827c7d999209a3d61ead38c02032b5e97cdc9a01 0.00 MB 1 0
18,678 18,678 000000006f7e5a4b4bfb69e3772b707072cde7591c8bad36254eff130f52439a 0.00 MB 1 0
18,677 18,677 00000000901db81e81c1d3acdc7ae4b7a86aaab90300ebc4687344746f12dacd 0.00 MB 1 0
18,676 18,676 00000000d1c61453580ca1b152c1510cb5a67451ba2f5f232824508667f23197 0.00 MB 1 0
18,675 18,675 000000007f19540ceb4fe3ffce0bf122dff3e656211da10f6746c9ea73817d1f 0.00 MB 1 0
18,674 18,674 000000005612dc180d3f77c7e2138876e770f041564f03686ccbfdff9514ceb1 0.00 MB 1 0
18,673 18,673 0000000018afbe7cb3453bac4e6f52f1ed05ab56dae16e20cd1d628dc0ab8fab 0.00 MB 1 0
18,672 18,672 0000000067d991242b73456ab85faedfbe3de63e246ace592f066f400400262a 0.00 MB 1 0
18,671 18,671 000000009dbda426d7c0b636df618d0db47a6666e8539cee933dae2acd02d9c0 0.00 MB 1 0
18,670 18,670 00000000e81dbe1c89ee9acff0a42a07e4dddc20864b5c51d461468254c75b78 0.00 MB 1 0
18,669 18,669 00000000f3b19910c3e9bc11dc55199fc40171edf46e829121bbdc65ad6e3db1 0.00 MB 1 0
18,668 18,668 00000000bdb7b0ad867b27c71ae88bd8e557f71f033e62ace7fc1be6b4ddd27c 0.00 MB 1 0
18,667 18,667 000000002215741fade191cb7b512d4242f1026afbd836583d19b45fc1587d40 0.00 MB 1 0
18,666 18,666 000000005b9ae5fd781afe4d57480795e7cf19661a08c8260d3b1c3e7c62d312 0.00 MB 1 0
18,665 18,665 00000000005c69babf8d42f2417b859e361b05d8ddae0092cb0a1f0216057f36 0.00 MB 1 0
18,664 18,664 00000000ceeb667e7308a599bb3f48af6e2a3ea59cb8d784fbc68d759f8c8904 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.51 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,186.44 GB sent, 115.98 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.