Loading Tool

Explorer IconExplorer

Memory Pool

84,529 transactions
32.18 vMB
0.10500780 BTC
Random Selection Loading Transactions
Max Size: 195.11/200 MB

Candidate Block

Mining Attempt 27db2c9d262dcb40e85d50c3b5e379d76a344098b864397896634fda925b6d2d
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root cefd098d35dfd3994b55719da92545ce46d89aa10737f3fb88d7a279ecea9884
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,641
Size: 1.00 vMB
Total Fees: 0.03243027 BTC
Feerates: 181.54 > 3.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (53,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
861,635 861,635 00000000000000000000729a1231b5774fa6e3cf49043eaf210404e99b6a8ba4 7,803 1.00/1.00 vMB 2
861,634 861,634 000000000000000000006e5f7aba6e3865b8d5b848651d3e9fb857ec9cb9ecdc 6,419 1.00/1.00 vMB 2
861,633 861,633 0000000000000000000017069278120d443f2c56463e2d46e81637b71936964d 2,610 1.00/1.00 vMB 5
861,632 861,632 000000000000000000022b8cfb930d5e3d40b2b44bf333bfdb6a72b5c7ed70d6 5,108 1.00/1.00 vMB 3
861,631 861,631 00000000000000000001d9be6027514343fe83e429fabbe78f93d85d7e8c5538 5,947 1.00/1.00 vMB 3
861,630 861,630 0000000000000000000130c952a2d08012c235ab58f08b8a5eca92f41b6ff74c 7,787 1.00/1.00 vMB 2
861,629 861,629 000000000000000000004d9a5cd369fef43f7b4492853966ba5e3f9a111dc6f2 3,019 1.00/1.00 vMB 3
861,628 861,628 0000000000000000000186741fd5c02c6ad08fb896258ba1567ddbfb11957774 3,093 1.00/1.00 vMB 7
861,627 861,627 00000000000000000002c88a061d2c07ab6229cb7773aa0e265e09daf256695d 4,831 1.00/1.00 vMB 3
861,626 861,626 00000000000000000000c30cc0dc54e6189508a2d4541a3e4fd9f44eaf1979c0 5,617 1.00/1.00 vMB 2
861,625 861,625 000000000000000000015c5fc628faf433928897926fa83d1024531995fa9c38 1,949 1.00/1.00 vMB 6
861,624 861,624 000000000000000000008257b8f5e611cfa96c33c2835f1a8d30c3cfb271a857 2,063 1.00/1.00 vMB 3
861,623 861,623 00000000000000000001c2acbda4baf033fad3c51ecaa0bb4f6d58f15eb36758 1,765 1.00/1.00 vMB 3
861,622 861,622 00000000000000000002e8440890636f527b3a12f3fa0ec0bdcd99556d90a9aa 3,097 1.00/1.00 vMB 7
861,621 861,621 00000000000000000001b1809b0bdae128bb05515b7d1805206582a7066b3dea 1,590 1.00/1.00 vMB 5
861,620 861,620 000000000000000000010e2c4eaf0ca4b04d877b1a47671a4a05096731ff3ef4 4,001 1.00/1.00 vMB 7
861,619 861,619 00000000000000000000dc6ec2e5ae606e72f5aa6b2c72884c6a28a3ccc5e254 2,876 1.00/1.00 vMB 14
861,618 861,618 00000000000000000001050b2cb62f8b22871b453307cb8a0e1d5fc454010bec 2,304 1.00/1.00 vMB 2
861,617 861,617 00000000000000000001691587a544ee4ab1208380652a03703292128cac160d 2,372 1.00/1.00 vMB 6
861,616 861,616 000000000000000000010e9a39f5d90865be3d922474d902b31c691ac83a1f59 3,480 1.00/1.00 vMB 6
861,615 861,615 000000000000000000019b2284591bbe76b020070a0727876d731e6c4a9cc2d2 2,654 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.75 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: 708.75 GB
    • Received: 16.77 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.