Loading Tool

Explorer IconExplorer

Memory Pool

71,624 transactions
26.97 vMB
0.07810879 BTC
Random Selection Loading Transactions
Max Size: 163.01/200 MB

Candidate Block

Mining Attempt 3f6c7edaa4afe75fce4ef2b50125b5071ba59e5b02de91058196f3652894a501
Version 20000000
Previous Block 00000000000000000001e799617490d06c31f59602afc555a6b2d132016657e4
Merkle Root c43905b680329a91c920cb678cb6ecde1371ffe15d09026ab5a078b88195313c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,804
Size: 1.00 vMB
Total Fees: 0.02034713 BTC
Feerates: 85.84 > 2.04 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,456 (842,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
72,624 72,624 000000000024e041a4600f8ac4a55047457b2c2bc55d1993d755fe60cb5bfc04 11 0.00/1.00 vMB 0
72,623 72,623 0000000000643d2f6c08ac5dc64e60e1053e4b1a824b9bd4e0025bdb3387dcc2 47 0.02/1.00 vMB 0
72,622 72,622 0000000000a53e660aed4e23da6f00f39202c722636e2e6262b014492a260a42 2 0.00/1.00 vMB 0
72,621 72,621 00000000001f0a4f9b1b1aaed350134cbdacc0a78e2be976576460fe2c1900f1 1 0.00/1.00 vMB 0
72,620 72,620 000000000014e03242660e374f049e6e0a8e2f2b08311c6ccf5df2c4c6fa5870 1 0.00/1.00 vMB 0
72,619 72,619 00000000006f81e644dbf93b6ed34bee9ca9bcb5fe1bec6c7269a798a8fe9aed 4 0.00/1.00 vMB 0
72,618 72,618 00000000004994f933ce56fe07013a1bfd7ebd7f08fbd1a588ebc7542ea2b6cf 1 0.00/1.00 vMB 0
72,617 72,617 000000000002907a9495a058653e816d89217ad56b65fb77d8bba87e19024279 1 0.00/1.00 vMB 0
72,616 72,616 0000000000612189fe7fdf53f6671d23edebcd688dcec82d2f7c9d2d1ba881b7 1 0.00/1.00 vMB 0
72,615 72,615 000000000080cf37ac47efb8f9533993ca0ed11575e835a1bc363be834d63980 2 0.00/1.00 vMB 0
72,614 72,614 00000000004b15f509ce99856417d120b5cbb5ea8cc48c1baee6706e711ab710 3 0.00/1.00 vMB 0
72,613 72,613 0000000000a141e1cd0918e88b85c1c4b3968f88d4d588c2a42b1e4cafae80c4 6 0.00/1.00 vMB 0
72,612 72,612 00000000004fe79e58aa9d1928290523ae5423557d43fd112f4bbba8361a5f7d 1 0.00/1.00 vMB 0
72,611 72,611 0000000000a463dcb107c2ef532eb5450e70ec765ef3e9b859365692719f200f 3 0.00/1.00 vMB 0
72,610 72,610 0000000000372d195aac9187ad624c1e1020a9af5d2b3d51dff92198a21b8fc3 3 0.00/1.00 vMB 0
72,609 72,609 000000000094839bd4c1c17b5b238e649b5eea80575b415b4ff774cf3fadf3dc 2 0.00/1.00 vMB 0
72,608 72,608 0000000000af839c8dd056fda4fd6ee1bbb6c6597db0c8a7138e65b3c9b90300 4 0.00/1.00 vMB 0
72,607 72,607 00000000002a5757e805980ca08d972fc7be15535354d727165cf680f47e0daf 1 0.00/1.00 vMB 0
72,606 72,606 00000000001d6e03129a556e40d15f4e603f34c5ae95674198414a1f983eafd7 1 0.00/1.00 vMB 0
72,605 72,605 0000000000a91855e9331bebcf42ac4af02f9d566ae17ed54e2bac463ee7ee47 2 0.00/1.00 vMB 0
72,604 72,604 00000000008f802e86609e14ee816222575b79625dc25cb5f0e16e0bf396b47f 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.19 GB

Node Details:

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