Loading Tool

Explorer IconExplorer

Memory Pool

535 transactions (0.17 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 1.00/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,385 000000000000000000022b910000000000000000000000000000000000000000 532 0.00508893 BTC 0.17 vMB 1.95
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,384 (870,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
41,658 41,658 0000000008ec830c3a73159665caea8e9b4e2987a37c1169e21005a47d33b6be 0.00 MB 1 0
41,657 41,657 000000000a4ec4b71061b25f45d4aeaa610b4ea10a65ac827ca851a97cfaab86 0.00 MB 1 0
41,656 41,656 0000000013e09732e84cb34ee6ebfc76f185904261b587e6a49e63bc95de6034 0.00 MB 1 0
41,655 41,655 0000000062fc42b7419ccd81543c495a84e4c81f1fa5971d4960c96a3e9d9746 0.00 MB 1 0
41,654 41,654 000000004abcace3830e591281025a0ba4fbf27842ca5de934be5aefa579ae6f 0.00 MB 2 0
41,653 41,653 000000005358d1d72149a9f3f379be21a789fedd7d65406918f43aea5af8ae58 0.00 MB 1 0
41,652 41,652 000000005e258d34b8c1d2bfd635aa81b33d33f289abf10e935e83b8fb3f5b6f 0.00 MB 1 0
41,651 41,651 000000004b8eda73f4676ddee372858c693e078f36aa741347d8a628d8324144 0.00 MB 1 0
41,650 41,650 0000000035ff8d6ad8b632c62d812d1dc50e9e6ad31f882eb5ef6634b8535c20 0.00 MB 1 0
41,649 41,649 000000001f77904fe6b2fe9903727e541926f37d10007a943e101676d9e58016 0.00 MB 1 0
41,648 41,648 0000000050357daf5faec86e33856ad45f699a2bdd92895affbe7be92e3c2cfd 0.00 MB 1 0
41,647 41,647 0000000013cc9a44b7308c15836c13084f5e0ee6052b0be9c51bce066db3209a 0.00 MB 1 0
41,646 41,646 0000000061070a015011f6a4282e26c90fc11880947a46bc1c4f2390fabb2384 0.00 MB 1 0
41,645 41,645 00000000617f5b6c700578a2d67aebe305a7c89e46617acd255e4db81b3b6523 0.00 MB 1 0
41,644 41,644 00000000347d8434e89a09f56429b0e0600a52b44f09adbed818e88c7c4d6eaa 0.00 MB 1 0
41,643 41,643 000000003a06e18e3f6ce6228776538a9375b48b562136c6b3363a37a61ec2cb 0.00 MB 1 0
41,642 41,642 0000000052b2dec01ab62f8c524db922c6231e2305154e0203599002b1aeedb2 0.00 MB 1 0
41,641 41,641 00000000183acbb0221cfe4c444585194745dfac951bd44f7a3abdd1c22592b7 0.00 MB 1 0
41,640 41,640 000000001a5e71ad4ca72ff6b2a3717e50e975788698476b098b55752e2d1e30 0.00 MB 1 0
41,639 41,639 0000000037c369533d15d38eab3680e78b8d8e0e57a507b5f59ad88ca605583c 0.00 MB 1 0
41,638 41,638 000000003f30282d913a7e9aeead5c7ff02caeb388aa3f7ea611b8bf3e1beac0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.77 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,548.50 GB
    • Received: 137.16 GB
  • Uptime:

Notes

  • 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.