Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

496 transactions (0.13 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,750 000000000000000000022b910000000000000000000000000000000000000000 0.13 vMB 484 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,749 (99,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
812,747 812,747 000000000000000000003549b3b7fcdff3a6328021eeabdae70c57e0fd3776c5 1.55 MB 3,304 17
812,746 812,746 000000000000000000045a9201769c223fdbea447f6df9996abdcccef4e164c9 1.59 MB 1,703 26
812,745 812,745 00000000000000000002737fe784207a8a119da4eafbe4d804f62ccdba512cca 1.53 MB 1,636 9
812,744 812,744 00000000000000000000982fce5715e68a32e0644ba5d5d6cd3fa4d8734da12b 1.96 MB 2,352 11
812,743 812,743 0000000000000000000191c67fc689b192982fa9f46e1cb2cdd7622e4f458a74 1.51 MB 1,959 13
812,742 812,742 000000000000000000037aba057c279e50dd36c92ee6b2cd66557f42e21059c9 1.84 MB 300 6
812,741 812,741 000000000000000000015b469b8b4f730b341d4976a83b60cc0453fefed90c8c 1.76 MB 973 8
812,740 812,740 00000000000000000003e362ad8a0656a79867236a3b969f843b868a6be39295 1.47 MB 2,691 14
812,739 812,739 00000000000000000000718ac380d2223dcd3118b8fd66497be9dca13a17ee4a 1.54 MB 1,421 7
812,738 812,738 0000000000000000000283f45deeb9e321674a272215ddebb3e2c72a083c875c 1.53 MB 3,627 20
812,737 812,737 000000000000000000023492fda98e8ec8dca12ec22095e664392a57accdffff 1.42 MB 1,681 11
812,736 812,736 000000000000000000044521694dbb8fce3ac23b9d6cd1756335763589498d25 0.00 MB 1 0
812,735 812,735 00000000000000000002733be10ede890f83e4bad0599dab001bd2ecc08a51d5 1.66 MB 3,164 17
812,734 812,734 00000000000000000001af430905e0c985460a150070496fc7dcc5b5a0038ba2 1.71 MB 1,050 6
812,733 812,733 000000000000000000028fc0370592cc0fc7bdc4d1d4c9f12816dfd669812d24 1.70 MB 1,274 6
812,732 812,732 00000000000000000002255f074221002b497eebbfe9c37bba0f90598c7ef730 1.68 MB 1,485 9
812,731 812,731 00000000000000000000826fc163d0658fa049bfa6cb04b05d1ee13ac4c899e2 2.16 MB 306 2
812,730 812,730 000000000000000000011fbc9c1be28c22c915f8817fe47c43c67b721c9d5147 1.51 MB 1,291 4
812,729 812,729 00000000000000000000e6ad62551043571e1763ecf6e318b2233bedee9d50fc 1.58 MB 2,569 13
812,728 812,728 00000000000000000000c23bc85be10115a0ab3981db37e324c0e7eb6c22ab02 1.60 MB 3,932 22
812,727 812,727 000000000000000000026aa11f5328556d1a7f51859464fd6565b55a14d6044c 1.43 MB 1,407 8
Previous 10 blocks ↓
Total Size: 776.62 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,428.82 GB sent, 131.68 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.