Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,167 transactions (0.42 vMB)

Priority:

  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 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,275 000000000000000000022b910000000000000000000000000000000000000000 0.42 vMB 1,159 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,274 (139,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
772,116 772,116 000000000000000000024f19affc97a9069e006da25397af06ef40414f992c8d 1.58 MB 3,212 10
772,115 772,115 0000000000000000000509a1230b09c5427d0cea161520748d811a19bcdb7b93 0.56 MB 1,106 8
772,114 772,114 0000000000000000000039b50392bbfe347164f679b3aa4410f7ee314f513aa3 0.51 MB 1,106 6
772,113 772,113 00000000000000000005660770e3bbc46c064d6cd447539d66e720ea009cba8e 1.37 MB 2,999 7
772,112 772,112 00000000000000000005e382155e1319d4db8c283f4f1945d75a6bd1851a9e22 1.55 MB 3,376 9
772,111 772,111 00000000000000000001c0df214a48378e691a30444c13037b74defae9c76198 1.33 MB 1,448 2
772,110 772,110 000000000000000000068f9ff4ca8b6f084ed2b55d28bad229950e56a7250061 1.62 MB 3,431 7
772,109 772,109 000000000000000000008abf13bb26b5b672c094c9cb0488ee5806309ab5a4af 1.70 MB 2,245 12
772,108 772,108 0000000000000000000476b788a1d1c047c6bbef79a02fe1ba98d3757dfe89a3 1.52 MB 2,097 6
772,107 772,107 00000000000000000004b30cb8894383004d2226b82317ad4d4a6ee27e34ae91 1.33 MB 2,566 8
772,106 772,106 00000000000000000001279de8b5fbc8b833f3d53efdfa9708253966d9b0c278 1.26 MB 1,052 5
772,105 772,105 00000000000000000003bb8476ddf3efd7d41196e16cef495663e483fa788bdd 0.33 MB 841 8
772,104 772,104 00000000000000000007d82bfcfc0de03fd46f5975a356d06fc8cf5f30d141a4 0.24 MB 653 8
772,103 772,103 00000000000000000006141bb25d5cf8b2959cfbffcf5579298d443fb3f0c9ff 0.87 MB 1,818 7
772,102 772,102 0000000000000000000757cc695c3feb5f5a3f10a3d3f2ee95f9613de3617545 0.47 MB 1,070 7
772,101 772,101 00000000000000000000856513be6971b38b972dbeeb504e4d357cfb30f79856 1.10 MB 2,362 7
772,100 772,100 00000000000000000005c7b08897c9eb6a63ade0d0afcef508ceac7cc885364e 0.79 MB 1,076 2
772,099 772,099 000000000000000000036179eef4a450de65a8236bf89745f7dcc9e033f37eee 1.51 MB 3,827 10
772,098 772,098 00000000000000000005c3a2ee12661bcdd407ab7c0d835c3e621a9b02c14c05 0.12 MB 308 8
772,097 772,097 00000000000000000002b447124eefd485d142f7325b0e7510824f165804830b 0.10 MB 241 7
772,096 772,096 00000000000000000001085faad78c47177f23536e529141fdfc892d8864365e 0.43 MB 857 10
Previous 10 blocks ↓
Total Size: 775.75 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,389.44 GB sent, 127.59 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.