Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

13,753 transactions (5.38 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,699 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,515 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,698 (846,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,912 62,912 00000000032841d86a007c4090081f4ae7fa0365fc87a27c58cf25c029fd04ef 0.00 MB 2 0
62,911 62,911 000000000c0dc1a0e9d4dc5a57beaa5ef26a51e31a55dde90fd5f9be2ddd0e42 0.00 MB 2 0
62,910 62,910 000000000345834f8786825a359b4c8e8277c146f46832a08e7aa2ade6061682 0.00 MB 1 0
62,909 62,909 000000000972a6a4b9e62b0e83c02a4b5e1b36bc2964452f02093b39c0fb82b2 0.00 MB 1 0
62,908 62,908 0000000003b03605e895503c569c555cd2a08c21bbf82a366be453639c0e6016 0.00 MB 1 0
62,907 62,907 0000000008cb69fc47854b47362efb2832c42257778395aaaf7786001d15932f 0.00 MB 1 0
62,906 62,906 000000000a5c5ef338401384773f7d5da26232e435f95feb0a511b9180ab00c7 0.00 MB 1 0
62,905 62,905 000000000a1bbfca4ef6fce3eb2840b3b29f46cee159e6d2afb8aba60a027919 0.00 MB 2 0
62,904 62,904 0000000001c1985b0f7575d1967e6293d8999644f6d80f7929fc1d3df4c66648 0.00 MB 1 0
62,903 62,903 00000000025395e1b09c10f2379b31f1bbfa3050b041abf573482b49ae3906e7 0.00 MB 1 0
62,902 62,902 0000000006f37f6e1489319f376120c9076e0e18d09e04827244b4521178152e 0.00 MB 1 0
62,901 62,901 0000000007018a2b32c1f38b605de2e28e94284856e6b90aef0aa15b008b742c 0.00 MB 1 0
62,900 62,900 0000000004ff043f56b9a6f15011f5cfe31765609aba940d6a554f9bbd496aeb 0.00 MB 3 0
62,899 62,899 00000000070b5e39f5fcc231838546e59172f2ea4b585ed95c5da1d176933454 0.00 MB 1 0
62,898 62,898 00000000012b11d106c80147d3a65f076b600cfd76b3e71a01cda528bda483a0 0.00 MB 1 0
62,897 62,897 000000000ce9c260356cd75eda1c35e0311252be1056d47f77fa799ed025ac7e 0.00 MB 1 0
62,896 62,896 00000000057a518867379e97cbbe354d3263c407f8f4b5250718d5569b88f36f 0.00 MB 1 0
62,895 62,895 000000000b94bfaaa5e0b9dc024d248d10d2cdc7d1e9fb9b32ea752034249e04 0.00 MB 1 0
62,894 62,894 000000000b3592009fe7b41ccc4ba13675b3954c05f332d6af1db2c36e300420 0.00 MB 1 0
62,893 62,893 0000000005ceb21b71646c8681b433fc5c5efbaf4c807f4b883bd58d176d0c99 0.00 MB 1 0
62,892 62,892 00000000098f6c4eee045701742fa6eead9bcbd67a6d8e4cc41fa72b3efbeb73 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.85 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,155.84 GB sent, 112.64 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.