Loading Tool

Explorer IconExplorer

Memory Pool

77,893 transactions
29.25 vMB
0.06283099 BTC
Random Selection Loading Transactions
Max Size: 175.81/200 MB

Candidate Block

Mining Attempt a3a2431acae3b3d1529de037ae8114c976355ae59799e3cdacdc32f941ba75d6
Version 20000000
Previous Block 0000000000000000000005fed7a2e04e0d65382f9c5d2d0085aa4ef4f390cc19
Merkle Root b9ff60ddf30104f7652d688f0441d5a96c6f7e1e7189f54152d1de8d9470e37a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,789
Size: 1.00 vMB
Total Fees: 0.00361162 BTC
Feerates: 21.09 > 0.36 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,013 (140,458 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
774,555 774,555 0000000000000000000094ae97d8a253df6a27a0e617442fded517f4c6168183 2,398 1.00/1.00 vMB 13
774,554 774,554 00000000000000000000d7782be84d6d844bc972e165b007caf96df553857227 2,798 1.00/1.00 vMB 12
774,553 774,553 00000000000000000006f31591fca7d3bbd986f70666e44bb914d609dd51a217 1,581 1.00/1.00 vMB 15
774,552 774,552 00000000000000000005b0e4378765299a66572d1e63b20f5d28df63765ca356 2,620 1.00/1.00 vMB 23
774,551 774,551 00000000000000000003453ba5379091f79fa08c78dba0904ef9230ef4107b4a 2,848 1.00/1.00 vMB 24
774,550 774,550 00000000000000000005b601b72f23a718114b72b8b0cc01bf409a476a79cae0 602 1.00/1.00 vMB 3
774,549 774,549 00000000000000000002b4311f4c98b7e24638a148aaad76cd76a02f32f5ed30 2,455 1.00/1.00 vMB 11
774,548 774,548 000000000000000000017f984bfdd68f0f600be79ea6973d4262b6119f934d15 3,213 1.00/1.00 vMB 12
774,547 774,547 00000000000000000005bbc54e499d101f9e634476ebee5433f39a6da76001eb 2,227 1.00/1.00 vMB 28
774,546 774,546 00000000000000000006e438e1f50d81af50f1ad28167a1b29f99a5c8cf19eed 2,726 1.00/1.00 vMB 7
774,545 774,545 00000000000000000003e47b50888e950ae0a368dcd2598242d6c7a0c45b9d0e 2,217 1.00/1.00 vMB 18
774,544 774,544 0000000000000000000524575d033c319725b4fb2be58f3b9347fcbce7c1c766 2,967 1.00/1.00 vMB 22
774,543 774,543 000000000000000000060eef00508fbaeafc2529153e487c3e040d9c5f5f736a 1,833 1.00/1.00 vMB 24
774,542 774,542 00000000000000000005928c7980882652cc8e33504db743b7d8eda2a29d6c7a 1,752 1.00/1.00 vMB 12
774,541 774,541 00000000000000000004c89a8f9feb60879fa09725e03699826f803ddadabb49 1,458 1.00/1.00 vMB 9
774,540 774,540 000000000000000000011fd5943145b53e80ec87dcffb9eddab81215d23d62f6 211 1.00/1.00 vMB 1
774,539 774,539 00000000000000000006baaa8d6341ab44dd264f3f1b57b29994d840558de5c0 1,953 1.00/1.00 vMB 11
774,538 774,538 0000000000000000000088e75b0211ed22e80789ce455519d5234dee5b9d30d7 1,503 1.00/1.00 vMB 10
774,537 774,537 00000000000000000005f883a624ff0896bdfaa2020630b5e98d400fba5d0972 2,528 1.00/1.00 vMB 13
774,536 774,536 00000000000000000003d32c2bd25f6b799a8cbc430e8ba3cdd2cbc4054693e6 1,211 1.00/1.00 vMB 5
774,535 774,535 000000000000000000009ae2aed7539ba1a9f78e33ffeeff42120684aad18c52 2,757 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.42 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: 665.29 GB
    • Received: 15.11 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.