Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,295 transactions (0.55 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,509 000000000000000000022cb30000000000000000000000000000000000000000 0.55 vMB 1,289 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,508 (822,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,604 87,604 00000000001bd93f6c4b3fd65fe6e13b4fb309bded8d931720c555203b679994 0.00 MB 2 0
87,603 87,603 00000000001c4b2eff482b7f443cf6598b6825be326283fbf58d2f549cb19d46 0.00 MB 1 0
87,602 87,602 00000000001c5bf88793f5bffd9636b4dc7dd75b2f29757e096cd001b10475cc 0.00 MB 2 0
87,601 87,601 000000000012c3f7ac716b8d01be5f52730c6911a4965486d8894c01b2744142 0.00 MB 1 0
87,600 87,600 00000000001a2ee15e5eff365d3911a20cef4c0b4e492b062808d94942460d23 0.00 MB 5 0
87,599 87,599 000000000015e152cfe902e7210e93a7217a80882d9b07125afdc97b42fea974 0.00 MB 3 0
87,598 87,598 0000000000114c1842401faa8d41db0d4dd41ea03cd11b3b1ffc05ab1596a23e 0.00 MB 1 0
87,597 87,597 0000000000097f9137353a9ef2da3d7d956df662d20102a771a176f553eb496f 0.00 MB 1 0
87,596 87,596 00000000001335824410f520dd903dbf14a1507cb12580e2a2e24fae7c0f0412 0.00 MB 2 0
87,595 87,595 0000000000138fa01748b0aa0dc2df0748b6af3242b1eb6f5121d461216d1685 0.00 MB 1 0
87,594 87,594 0000000000105f9a031ebb1281acc294a2824c2bfbc0c8805352d81770f8c2fa 0.00 MB 2 0
87,593 87,593 00000000001093fad89329693235579775ebb3fe19804330412452b03eac40f8 0.00 MB 1 0
87,592 87,592 00000000001bb288a073c57ae5ff77a7df0e852c993d7786a7f5159746fe4da8 0.00 MB 1 0
87,591 87,591 000000000011185ba55b6a9bc253f61e8963ced1c352b00b409fcf98a7cd4d3e 0.00 MB 3 0
87,590 87,590 00000000001c4887fc64ec08f99a300a50891bc7515acd30be1660eb994882ae 0.00 MB 5 0
87,589 87,589 000000000002ee36da83bf40c5c42ba9d45aa65c206f474f1b168d856e54252d 0.00 MB 1 0
87,588 87,588 00000000001ac5b36930e5e72756f63c01312c0f74c1793a456183990c188ed2 0.00 MB 2 0
87,587 87,587 0000000000069b19ffe3c7ce5d901e8aaf358e400d31f57b2e18dbc827cf6679 0.00 MB 1 0
87,586 87,586 00000000001108c5a74bf4704b33f610cb1d8ce0c13506be906164ef49e1ee96 0.00 MB 1 0
87,585 87,585 00000000001e306f6d0338429e411495c31f600bf0291f06ea60f2a09326b6f7 0.00 MB 1 0
87,584 87,584 00000000001d273cddb8799abd3a9be8cb8685d0a13c96454c9f93193d25bda4 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 774.33 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.41 GB sent, 120.19 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.