Loading Tool

Explorer IconExplorer

Memory Pool

84,345 transactions
22.84 vMB
0.07172929 BTC
Random Selection Loading Transactions
Max Size: 152.75/200 MB

Candidate Block

Mining Attempt 2b13a7fe122515bc04dd304db16ad1e5da013769bb0f21ca6134e6deb43e6f87
Version 20000000
Previous Block 00000000000000000001ad95c24dc68c4f74adf4b23991316558d4fac06e488b
Merkle Root fd7b3cd016f87a34fafdbc129269d89a0821dd77cc6cbae3c328106675dd8f48
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,410
Size: 1.00 vMB
Total Fees: 0.01887468 BTC
Feerates: 547.95 > 1.89 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,160 (836,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
79,627 79,627 0000000000148c304eee8473dfe4b1b69e423542171fef7bd9018f8fad0fce44 2 0.00/1.00 vMB 0
79,626 79,626 000000000008f5ada026718dc7a78ca3d089cc98e1f0c4f110b8ce84a5021a85 1 0.00/1.00 vMB 0
79,625 79,625 00000000001f80d43131c3d77b48b637e9d85537f6fa9e69d232d412ab8a6ccb 1 0.00/1.00 vMB 0
79,624 79,624 000000000002102462b2b6e3d0cdd3fc82d29e093d62c14b976e94f41c143319 2 0.00/1.00 vMB 0
79,623 79,623 00000000003375c945f28a9769e7cdfa10f4c4389f6d337a2ec79a9c6e71a6ff 1 0.00/1.00 vMB 0
79,622 79,622 00000000000c29da63e4d0a27db6f7ca2c764ad4f96f0512e6c10557ac4c8c56 1 0.00/1.00 vMB 0
79,621 79,621 0000000000197057a6efed667daa8f814ff7253e613018683093850bcac3fc64 4 0.00/1.00 vMB 0
79,620 79,620 0000000000476d8c8e364b8ff063d8b8268bf62bb1dac2593d39cbef8460a6d7 2 0.00/1.00 vMB 0
79,619 79,619 00000000001a1e6aeb4b17253332994b5a0007fdffb6576b217769fad3f4ccad 2 0.00/1.00 vMB 0
79,618 79,618 000000000029bf65c63ac6662bbbe9d1b1b149218702547665c26785e296003d 1 0.00/1.00 vMB 0
79,617 79,617 00000000000efbdf6190a31083080528c85fa1a10850201320c6c8437d7f2eee 2 0.00/1.00 vMB 0
79,616 79,616 00000000003ddef514c0fbdcf7d7cfe4843294b5809eea2c581b0449af424e17 1 0.00/1.00 vMB 0
79,615 79,615 000000000023b2d6706e9a8da25ff0c0a3c85c71d1fa8a129ee38e56fa81341a 1 0.00/1.00 vMB 0
79,614 79,614 00000000003e3dd448361b54f5da3e4ad7c99abbe7ce6bdbfe8d2872607100d9 1 0.00/1.00 vMB 0
79,613 79,613 00000000003d486df1e3ccc1543d4c607c5e7a93170802d7da84faae321ff1c1 1 0.00/1.00 vMB 0
79,612 79,612 00000000001b45ef28fff3cfa8e4ba98c0074f50a11571895e0ed0869cda6fbe 1 0.00/1.00 vMB 0
79,611 79,611 000000000006870a4276b25e80c37ae27236c416b9270f7539ba194fd376ce41 1 0.00/1.00 vMB 0
79,610 79,610 000000000021aa3ee4e6a3f3b534c118804e885bbc57a89275c1ec829b4d8ee6 3 0.00/1.00 vMB 0
79,609 79,609 000000000041af1f2cbb3ef894df9f116faa8911ec510c68568c24612bc6357a 3 0.00/1.00 vMB 0
79,608 79,608 00000000002ac5d92818b1128b935296904e08d6cc97264d00064aaf4eaf602f 2 0.00/1.00 vMB 0
79,607 79,607 00000000005bdaf83b38542060b6d5a92eb783e75197a417ca0c3132d255a2d0 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.39 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 818.87 GB
    • Received: 24.59 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.