Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

37 transactions (0.01 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
909,673 000000000000000000022cb30000000000000000000000000000000000000000 0.00 vMB 27 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,672 (846,752 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,920 62,920 000000000b5744c9362f83737a118445517e1346887c4c2b602f3ee44dadd72e 0.00 MB 1 0
62,919 62,919 0000000007363a5749fa52ffdfafe28b9d70d695c9d409bb6f079a8c69be6c2f 0.00 MB 1 0
62,918 62,918 00000000037c9924f83a8e67c9ef1401bcf01942e32d6b72a6688cc51aaf5e93 0.00 MB 1 0
62,917 62,917 0000000008b128e75d01ed78dc9e3bb8f9c7fbb4ede103f43028458ddd6b05e9 0.00 MB 1 0
62,916 62,916 0000000008eadb24a7ea99f1c6ada9242a1fdc1afd899649a63c008612378c08 0.00 MB 2 0
62,915 62,915 000000000680320a9432aabaaa51ca5390c76b1b2cefb825496b1b8618f035b4 0.00 MB 1 0
62,914 62,914 000000000c5e992939acde55e105569619f416ec024579d4c6d178d778ab71c6 0.00 MB 1 0
62,913 62,913 0000000002bed43eceb0205290ad56dc7c55b488f6b9510960a8bd3a589851e3 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 772.80 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,137.68 GB sent, 112.32 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.