Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

10,338 transactions (3.84 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,022 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,682 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,021 (849,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,909 60,909 000000000bed972f369dad35a5ed31577f72b74e0c3f715d26a970546185616b 0.00 MB 1 0
60,908 60,908 00000000080d845c453e56267d30453617eb35112f5ed241391cc7264c81ea73 0.00 MB 1 0
60,907 60,907 0000000001d9e01f0206f0b5d3e8326ce78a279a9b9e4e7af4f0125f07906f5b 0.00 MB 2 0
60,906 60,906 0000000006d2235e20ef4826ccbbfc8899e7c11371c9ec5783716a4cb0ded92a 0.00 MB 1 0
60,905 60,905 00000000063a66c5cf6b1f1bf990e6b1a120204476998562efbf3f09c63395f6 0.00 MB 2 0
60,904 60,904 00000000057bc3df0ee3cfd7164a26b19f2847590829b1098c4c8b077bba421a 0.00 MB 3 0
60,903 60,903 00000000014030d2c88ed73758a6b3739c33479e0cf084a13fd60164685248a0 0.00 MB 1 0
60,902 60,902 00000000035aacb1de87df522ba2922aa3a26080a8e07b012992f568462e0c14 0.00 MB 1 0
60,901 60,901 0000000002cfebba6bdda8daecd604473a738abfaef089acc610a2d3aec10759 0.00 MB 2 0
60,900 60,900 0000000001bcb34aecc82fa499842f1c187477445d3146059e629213edc2d8ed 0.00 MB 1 0
60,899 60,899 000000000de547d81f2c44eb18595fb77a27de3885cef7f957b78f3df4efbd7e 0.00 MB 1 0
60,898 60,898 00000000085936edff2e47e4037562cc54a58e87dd61efa8095b1e4d60171661 0.00 MB 1 0
60,897 60,897 000000000c9c0a1ab837071436c888da575a7eccc2a466745a0515927a928296 0.00 MB 2 0
60,896 60,896 0000000009114b401b75e4f0655af62e47b109256e4a260ffebaba38c141aabd 0.00 MB 2 0
60,895 60,895 000000000c004d800fb2086691fc4f62f95019b9bf368d36bb705b75d491b76d 0.00 MB 1 0
60,894 60,894 0000000002adfe21293f7b571a8bb6bac33fbb2e0a58ca2a836b6b7d87e0b1be 0.00 MB 3 0
60,893 60,893 0000000006a839bea389e24a124e625521741930d08b97a670b83ab66fb57b6e 0.00 MB 1 0
60,892 60,892 0000000006b63153cdf647f227ba06c69b0e95cc7ca4df8e107c0fb78c21b3ef 0.00 MB 3 0
60,891 60,891 0000000004ed0a17eac83746cb3c4d9144f757c78da538adbfd09ea9799505fe 0.00 MB 1 0
60,890 60,890 000000000504c28fc58a906598207b3155629b6b9242d6bce5c96cd33d9f6bca 0.00 MB 2 0
60,889 60,889 000000000670d18a8f5a5ccdb13e86f278d324d7c6ea555dc70cd23694df8a2b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.43 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,185.23 GB sent, 115.50 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.