Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,460 transactions (3.63 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,564 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,575 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,563 (824,346 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,217 85,217 00000000002b6b7c5aba456cd1f39e4efac2472ed400f370e28c8da4727da824 0.00 MB 1 0
85,216 85,216 000000000003645c3b1abfb04d36f17467e0138e72827cb40fc9fc41c976d159 0.00 MB 1 0
85,215 85,215 00000000002caedb905f1dd580028d07a9cf68004ef2c0dc555a21539a6cb3e0 0.00 MB 1 0
85,214 85,214 00000000000c710b25d4916e9c31066c3f3e26ec2e4e24e4065b3fcfe10e56fa 0.00 MB 2 0
85,213 85,213 000000000015e68b16298b20d6c2da2a3d808475fdb3e24d16309c1bd8c5e905 0.00 MB 2 0
85,212 85,212 00000000001c28488c824903028016087fddac160f42d713f9a986f2409caef5 0.00 MB 1 0
85,211 85,211 000000000025ce41104f753a5c1e1ee60778dc31233d32ec07482790ee37164c 0.00 MB 1 0
85,210 85,210 0000000000103d9f542175c7e7bb761e13b793d63b434a7c6126bd4e83e353e4 0.00 MB 1 0
85,209 85,209 000000000010f28e8c227cf29d38388889087465c03c53aa13378df3f655c593 0.00 MB 1 0
85,208 85,208 00000000000f96c7e7bf8ce7c02c67ed6d93ce14382f3f7c73da7c56b0d7155b 0.00 MB 1 0
85,207 85,207 00000000000d941ddae23724bd27a5c431b60867c283c1ae6b3ebab0452d76f5 0.00 MB 1 0
85,206 85,206 000000000006e95dba96bf040da62bda3249e5c3ee5b8001cb76b0bb990c03e0 0.00 MB 1 0
85,205 85,205 00000000002795d3ca978b807facf7795bd9984537a6bf0ef6ae9caac6225d24 0.00 MB 2 0
85,204 85,204 00000000001c40f06ba9a27d1374a06ed896d886a4792d833e28e555d40fd14c 0.00 MB 1 0
85,203 85,203 0000000000065a2f3adfff162f8b82ed4ed1f266c67ced684695c9f42c625590 0.00 MB 1 0
85,202 85,202 00000000002ac446cf0d1c8878bbbd508fe2d55e73cc637c416ba57f7f9d8696 0.00 MB 3 0
85,201 85,201 00000000001806c5a659cef60b1e44f0fdd95941403ea0a9afa9d3441d71915c 0.00 MB 1 0
85,200 85,200 00000000000de65c171ec4dc1095e872fce17b193fcce3b6f76963aff612de44 0.00 MB 1 0
85,199 85,199 00000000002f3d3dba9d38e38c99e648f69957033f3cfcd3eda0fe75874ae90c 0.00 MB 2 0
85,198 85,198 00000000001c6d5d6b4d06a54e2671be76bf53bc2da5304c093d2cb2810d42dc 0.00 MB 1 0
85,197 85,197 00000000000a42035b531412cbb67a22b4b50847ea1e7a66981bf6c354b92d00 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.60 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,089.82 GB sent, 111.26 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.