Explorer IconExplorer

Memory Pool Memory Pool Refreshing

10,861 transactions (3.58 vMB)

Priority:

  • 1 sats/vbyte = (24 blocks)
  • 2 sats/vbyte = (10 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,308 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,510 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,307 (839,858 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,449 69,449 0000000000964c4fb555e9b0d33041aec88a374901e7ba12eb71fe23b409e61e 0.00 MB 8 0
69,448 69,448 00000000005744aa4ef722d3de864f334ee5929f96e1a4328f2d282542199e51 0.00 MB 1 0
69,447 69,447 000000000032dec3f86d203e1b6a9b7086ca11cf01d977e51feadc1d9bb951b4 0.00 MB 1 0
69,446 69,446 00000000000031a5b05df6bc5e585bd69016aab365e9fd8bdaef265094198613 0.00 MB 4 0
69,445 69,445 0000000000dffae6e1b1b7d46f79e5b5473538159df6117a7742ec0564f76fd8 0.00 MB 2 0
69,444 69,444 00000000004cef7afd51a66d6787cce6b73d0667795d8371d3f92c09f692df4d 0.00 MB 1 0
69,443 69,443 00000000004fc2ec5e9059e6ce0e1ac469052a8a46512ff16172d0fcd65980b5 0.00 MB 7 0
69,442 69,442 00000000004e8362e80c9094c6adc16e89f0ec4441d706d784216cdd96048c96 0.00 MB 4 0
69,441 69,441 0000000000700b3f9a9326e82b3e5d2b753a9647a027db0cbdf01553e36a13e4 0.00 MB 1 0
69,440 69,440 0000000000b70f3b97630d17c7ab1f9ecf2d4dbaf8242b35aaf9719561a30424 0.00 MB 3 0
69,439 69,439 000000000035e48c9253558ae8108b51f0a82dc6669c5447d60c84b82c989d9b 0.00 MB 1 0
69,438 69,438 0000000001179bf3e8da2f2eb072bf0c53adc14e337e5919b52fc6e804fb9076 0.00 MB 3 0
69,437 69,437 00000000006fe43e341f70826dbace04b5e0859528b239d26b7f94254aba258e 0.00 MB 1 0
69,436 69,436 00000000006f18f88af5c4414fd179612a8beb5bc212937a2390cbc9b7b15267 0.00 MB 2 0
69,435 69,435 0000000000e4f296710a3c05559449c64b182c13fbd0132628bea01f4e81cc82 0.00 MB 2 0
69,434 69,434 0000000001650d9a5484dc7b4e5da27a41ba9d7d3b318c56081d973853ae1b33 0.00 MB 2 0
69,433 69,433 0000000000a625ebe09f81d3910e63848253bd70bf962b88dd0a3033b62a16f4 0.00 MB 1 0
69,432 69,432 000000000136fc17d9792611dedfd309a5fbd8c2d53eab70211f9bfa3ce6298f 0.00 MB 2 0
69,431 69,431 0000000001493270df73b13fec615ff964836d7fa1bbebe1a2e19a665f47274a 0.00 MB 1 0
69,430 69,430 000000000022b767ef6d30694736c1a0081e407f22dd28b68d5b6211be1c082a 0.00 MB 2 0
69,429 69,429 00000000011c50b6636ab682a7dbac369c595c6d15959fcda832323cd8e406ea 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.11 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,064.36 GB sent, 108.70 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.