Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,778 transactions (1.57 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,247 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 819 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,246 (823,773 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,473 85,473 0000000000277110722530cbf675c20d047de0696f2645f40de992c2e92b4235 0.00 MB 1 0
85,472 85,472 000000000011812dcb55676c7c3cb67c3f8dabd25b0824ecfd70f0a656b1ac70 0.00 MB 1 0
85,471 85,471 0000000000144731c5970ae5572b6dbbc7e8ba3591fb82a1e752c15059ea88c8 0.00 MB 1 0
85,470 85,470 00000000002643cc8c75534fa22f607ff71932087ebea1ae0092c9d9b207fdda 0.00 MB 1 0
85,469 85,469 00000000000337f5d4ee4fdb98cc31fc260698b679e19831c7593cc956ef9107 0.00 MB 1 0
85,468 85,468 00000000002aaab969bdb798c56bd31a77cc4fddb7c5911a2bda5b43909930e3 0.00 MB 1 0
85,467 85,467 00000000000fe7cfd94f0bdac88e039df6ece634db7ac17350fb2eb163a76416 0.00 MB 6 0
85,466 85,466 00000000001695a1d5145cb74eb8f60efe35cb339591d098e4862916ac25bdfc 0.00 MB 1 0
85,465 85,465 000000000024ee48b2730948e4c1d6c1d4e328cfd90294fd147b23d9ed5bc87a 0.00 MB 1 0
85,464 85,464 0000000000042eb0f2e36a69281cd3c29feee1f4e6ad436a159804f5d6eeb1c3 0.00 MB 1 0
85,463 85,463 000000000001afc2ee4dd78d34f9250f721843e515b3a393d0d4ea6ffaf403b8 0.00 MB 1 0
85,462 85,462 000000000025236cb5ee7b726be4762857cfbe52107443bea59721ec82877db4 0.00 MB 2 0
85,461 85,461 00000000000db50559f3337d8b560e8fa1258be101a87a323108a2752a19f75f 0.00 MB 1 0
85,460 85,460 000000000008a85e094f0562af47e1940840e0852311edb821852e0c199365a9 0.00 MB 1 0
85,459 85,459 000000000024599ff35c7a4e22c8a979a9dd7259cee19f3e507855efa9f451f8 0.00 MB 1 0
85,458 85,458 00000000001bd0fb62141190f152727ce6e4f1703b226295698e39f97041ce56 0.00 MB 1 0
85,457 85,457 0000000000270ae9b02a9fb5b21f236484842391151c73b1023b9ae5a854daea 0.00 MB 1 0
85,456 85,456 000000000028e95a3e34a6c5cd6240620b98f97f0fc914525a8c1e47eba07494 0.00 MB 1 0
85,455 85,455 0000000000250e023863b77156914bb8bd5056fd58d103a0788b7d28cd1afdd9 0.00 MB 1 0
85,454 85,454 0000000000149500b102cb4d7b74c84779901140182a181cb2cccb0e1eaf9635 0.00 MB 1 0
85,453 85,453 000000000001c686c965cdc022abb95c44ae1096186ca3f5b436651e3dff6999 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.99 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,023.82 GB sent, 107.92 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.