Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

154 transactions (0.04 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,497 000000000000000000022cb30000000000000000000000000000000000000000 0.04 vMB 148 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,496 (830,119 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,377 80,377 000000000031b94c9de33d46bbae5cdfc53bcb25e17a5a7f15f182904352b2b0 0.00 MB 4 0
80,376 80,376 00000000001303fbf15b55c0b3dc25266efffca880fd89753b526e2af0acbd40 0.00 MB 3 0
80,375 80,375 000000000025dba68aeaa9f4e2881bedf8bcc533700dae4d96bcaaeb1c8f648d 0.00 MB 1 0
80,374 80,374 00000000004c4e425927701c8f6108f2732e12cb4469ab5e396230d2599c328c 0.00 MB 1 0
80,373 80,373 0000000000350aa8a03e69d702e8e0a861e98505006fe1fa03aa67ec76c109e3 0.00 MB 3 0
80,372 80,372 0000000000343a90d6090f5b88b5217cf3f3d8b952b4c3d5d8f90599ee48f009 0.00 MB 1 0
80,371 80,371 000000000053f7605e42ec43105b83bd04250ed2c23b31ff64c15822294fb16c 0.00 MB 2 0
80,370 80,370 00000000001f5ac6c14f3db948ae65f47b4b00b8559d481aa36cc2634d2349e5 0.00 MB 1 0
80,369 80,369 0000000000425e210c8cacce8f8c82879880d6de7409e785fcaed3bdab348bc5 0.00 MB 1 0
80,368 80,368 00000000002ac457005edb7dd1ff87ac8ba2e329b1b09cb39c88cfbfb13951e2 0.00 MB 2 0
80,367 80,367 00000000004fb175636b1ad90b14c8eff1ae19392b95ada47e9b330254586350 0.00 MB 1 0
80,366 80,366 00000000001cc00f923154cee6bbcb21a3d5e3530145d2a93f5a2bd5efc0fc53 0.00 MB 3 0
80,365 80,365 00000000001380a5f6be8fbecc2c8ed972db6ec0eeef12dad65dc85373862b00 0.00 MB 4 0
80,364 80,364 00000000000906fc8ad45a8af59f985ddf8a3f91f20948459c2d461f81927888 0.00 MB 1 0
80,363 80,363 0000000000024289a831ec14189f0fdacc485eec776beb77c7f59e9369c2a760 0.00 MB 1 0
80,362 80,362 00000000002f2b4d20cec99d9e7ca28518eb479afb487a6e30bd1a0444870e6e 0.00 MB 4 0
80,361 80,361 0000000000552108a1e4bda929a46b81019bb3154c64d9c4ba669e5b43babac7 0.00 MB 2 0
80,360 80,360 00000000003c036fa98b757937ef8c9ef38079fd44de86450f7eeb9152bcabb8 0.00 MB 3 0
80,359 80,359 000000000048ec44f41babce0457ba3b2d8686e586037505938cdc01d7520580 0.00 MB 3 0
80,358 80,358 00000000004316df4e0e0028400d6f589edb3ae45c8469174c537534d4142612 0.00 MB 3 0
80,357 80,357 0000000000207fc9ea41e07add81d7cd99d18ff808281d9c6d8b8488a4ec5df0 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 774.31 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,244.13 GB sent, 120.08 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.