Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,407 transactions (0.36 vMB)

Priority:

  • 1 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,676 000000000000000000022b910000000000000000000000000000000000000000 0.36 vMB 1,397 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,675 (198,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
713,198 713,198 00000000000000000000b355ff1ebf674ac7659841e911f77ede9531bb0e754c 0.01 MB 27 10
713,197 713,197 00000000000000000002213541247e618e6ab14c553e2b0450d01c386b204d12 1.38 MB 2,210 7
713,196 713,196 00000000000000000004ffed0654215a2d96233df86aecc6a1a2aafa4a498cca 1.48 MB 3,286 9
713,195 713,195 0000000000000000000b26566d8db70b8d78a92e1d3279968e780ba8f44f1e59 0.00 MB 7 3
713,194 713,194 0000000000000000000373a2b7162807201411923e3eac4997dbdcd744559312 1.40 MB 3,205 7
713,193 713,193 0000000000000000000c066f87070b6e65c94756ef0bfeada22180f08f9ba6d4 0.92 MB 1,901 7
713,192 713,192 000000000000000000060955bdbb58703c2fbdef1a9f4183572980521c414e48 1.42 MB 2,554 7
713,191 713,191 000000000000000000028f3605ad452ad389e86fe840de1c045b02e5e9ac06b9 0.47 MB 849 7
713,190 713,190 0000000000000000000a8474c979be1307616ac186b900e602ef876a40e48336 0.16 MB 314 6
713,189 713,189 0000000000000000000b2e81fcbbf2ea93254f907b51e22b3cce68731f0ddbea 0.97 MB 2,112 8
713,188 713,188 0000000000000000000a00d05aedc8124406d1dc59e18f62a501ee90f8453766 1.16 MB 2,507 8
713,187 713,187 000000000000000000065174a17f53b2cf367ca57a4c7d0cc9b92b37a789c050 0.37 MB 739 8
713,186 713,186 0000000000000000000c484bf7125cc410a9a4e4d5da05147b535c29ebb67f14 0.99 MB 1,770 5
713,185 713,185 000000000000000000042815132c33bd597ded009be32a12d61b2f3764df5d1c 1.47 MB 3,338 10
713,184 713,184 000000000000000000068966def60d1de04e816b25687cd95b781cb84bdf4653 0.86 MB 1,663 8
713,183 713,183 000000000000000000062b60b231c5351fd659ff6d351b7afe10e3927b3e26b4 1.02 MB 1,905 5
713,182 713,182 000000000000000000013f78f24a4c5d612267586ba7134d0af51c675de9240f 1.46 MB 3,433 12
713,181 713,181 00000000000000000002ddafe82d925e2237cead7418ad4e31dcca49ab7283c5 1.34 MB 2,881 10
713,180 713,180 00000000000000000003b848a2b4e87a115ee8b5b4c70e22b09e573d21ef5c75 0.78 MB 1,475 8
713,179 713,179 0000000000000000000960be261fb688bdbc8bcc2b92fb57884e7f85902f8ee4 0.70 MB 1,301 7
713,178 713,178 000000000000000000045e41046e20b895cac2a9976a6022b613610530044186 0.16 MB 383 7
Previous 10 blocks ↓
Total Size: 776.49 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,425.02 GB sent, 131.07 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.