Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,269 transactions (0.32 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,363 000000000000000000022b910000000000000000000000000000000000000000 0.32 vMB 1,224 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,362 (892,862 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,500 18,500 00000000c73951aa45ec779a3d15830e614b29ca36d5618d6d300313d68a739b 0.00 MB 1 0
18,499 18,499 000000008dceb540ff16cae627049f110722248aa94f45668c4d5e1d315b66a1 0.00 MB 1 0
18,498 18,498 00000000d62f4e07539b56619ca46891873d3dd2c1ca61b7f5f9e8ae079dc1cd 0.00 MB 1 0
18,497 18,497 00000000eabc6415a9e7b5afa1ffcf5bb288f8e4192d8d12c8667c3f1a6011f1 0.00 MB 1 0
18,496 18,496 00000000ab4aa56b305bce3c9f722fa3328fdec6bd46a2be18fa6d8b5774631e 0.00 MB 1 0
18,495 18,495 00000000fd9800d1aec24ce3bdc5c222257ffe7a823faf2bf3072082e53988cf 0.00 MB 1 0
18,494 18,494 00000000f4199ce9f29044341659ab063eb9239e3fb433c59b259ccad7def483 0.00 MB 1 0
18,493 18,493 0000000096a6650333afaf12e2fe4a3022cfd2c1aafa3e1cc4e2bd77afc88587 0.00 MB 1 0
18,492 18,492 00000000d485e374fe5d5126b6ffacb0b57ca2f1098a99169e5aeb1b2100c864 0.00 MB 1 0
18,491 18,491 000000005b4fcf934c40d503d7487b164f7156d04ce477be7cc4c5270a45d0d9 0.00 MB 1 0
18,490 18,490 00000000351f3f37e2c0fe39526787db4e2b750b428540e5d88d0abeab66abe2 0.00 MB 1 0
18,489 18,489 00000000fac6b79d128f9847a9a1158b3700d4b89426508c91ca02856a984c7e 0.00 MB 1 0
18,488 18,488 000000006466c7139e8d1d7228c230171844d3476b1847b9a82a6aca0fcfe2fb 0.00 MB 1 0
18,487 18,487 00000000c89dc7d834350413808448d23ee4268aa9c83e0f060cfbee2986ec30 0.00 MB 1 0
18,486 18,486 0000000028ff4090bf29be8c9c13cb960d7786acd01e95cdf4b91d39791fa110 0.00 MB 1 0
18,485 18,485 00000000b2928afda2cf5933ce2ec126bb0fe85a44878370ddef8a49e06415cf 0.00 MB 1 0
18,484 18,484 00000000c0172f1f025825c150ce2bab536574cd070dc4216714f7787f118286 0.00 MB 1 0
18,483 18,483 00000000efc555f0fd73cc88c3dac1183abca6b8a8bd91ddeb7dcae1d67eb1b3 0.00 MB 1 0
18,482 18,482 00000000f465a8d5826fc6bce0fe245bc8eb04a184d3bd1b90a4dc17748ce9a5 0.00 MB 1 0
18,481 18,481 00000000c2a100c203c5989869a9ea6311e63c3e8c646c80862e52bb28f09228 0.00 MB 1 0
18,480 18,480 0000000007011810d1ffbfe6a3cbb04449187f72c9a6adf4cf21e716523e0bce 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.92 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: 2,401.54 GB sent, 128.39 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.