Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,031 transactions (0.35 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
910,323 000000000000000000022cb30000000000000000000000000000000000000000 0.34 vMB 1,012 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,322 (887,563 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,759 22,759 00000000b3e92cb6d81a9d9840b133fe14c58acde0df378199270f3aa073e5fb 0.00 MB 1 0
22,758 22,758 00000000adba8594fc338fc3679ad24e7d85a39593a8672e63c04f2b869b9556 0.00 MB 1 0
22,757 22,757 00000000f8442e92cc0bf2e6efe3f73de4ca53d99a36ec244106d294c882e1cd 0.00 MB 1 0
22,756 22,756 00000000c7da4b6154ba2736cafaa4ab6661e6329029130470374ef8d5e696b5 0.00 MB 1 0
22,755 22,755 0000000088eb4ea4a08248493a1cc3ebafdc6a67269a5ce737ce6f638680bc3b 0.00 MB 1 0
22,754 22,754 00000000b5ccfd582a9531f096222aeb2f1e093449c82f6b731760160fe9d89e 0.00 MB 1 0
22,753 22,753 0000000023aebd854134358c5df029809e75140e3e9271d1dc570bfd2e70abe4 0.00 MB 1 0
22,752 22,752 00000000d85195b52ac314f8c8ace907f66f15e5ddfc618995c5e6c00bb955fc 0.00 MB 1 0
22,751 22,751 000000004262f4a3ac47850c8422cafa767b7a36b612ca62b780e02b7e940653 0.00 MB 1 0
22,750 22,750 000000000e1502d0ad264b3b76e77dde1a26a8fe312df269cb40945508b8b4a0 0.00 MB 1 0
22,749 22,749 00000000575c21d7cbb95e702072324f5458f7011c61546ee80a4c37d59a355b 0.00 MB 1 0
22,748 22,748 00000000add8a815bb40cdf313a78f3a165445dd4e16efd11351e26f7cf365cb 0.00 MB 1 0
22,747 22,747 0000000083c082761bdf89a4167592f01ee609dc2326c2975fccb8346d0fb041 0.00 MB 1 0
22,746 22,746 00000000a05c1ba54365afc5bf88f1bb11178db68c90ff6dc87cbb9283d41ec0 0.00 MB 1 0
22,745 22,745 00000000aca511aee86547e9979884f3aeffb766fc8cfd889b8752870e491140 0.00 MB 1 0
22,744 22,744 00000000ed2ab9da50447846291516c2eb67cd672e2da89c286d9f3654584a2f 0.00 MB 1 0
22,743 22,743 0000000075b770e742494faf6801fdd3faa44e7d396f9cc8b5b023c9aa251621 0.00 MB 1 0
22,742 22,742 0000000011919b6352b72ac874c1b6b5ca3b00957dcd6719b48adc740ac4665f 0.00 MB 1 0
22,741 22,741 000000004ac1c85b26722a1b9c7037045548fa3c659a27e0f7014f8e4ab0c10c 0.00 MB 1 0
22,740 22,740 0000000002a9b4be4de82a439bc03bcbbd93901be8b4ad63f6824ec855fa7911 0.00 MB 1 0
22,739 22,739 00000000193b876939d9c1e161e999facbcb8e4c799d83f973e07d1965364d51 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.00 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,231.01 GB sent, 118.54 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.