Loading Tool

Explorer IconExplorer

Memory Pool

81,000 transactions
29.97 vMB
0.07685910 BTC
Random Selection Loading Transactions
Max Size: 180.74/200 MB

Candidate Block

Mining Attempt 2b1d09d533dddf303d9f5dd54cbea7b2107a0f62a49e942e43f5cc1a5990ecb8
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 2037a6564c9ff1839069fcae887ea51a22f063fc040f482583ab47e63cb0d127
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,078
Size: 1.00 vMB
Total Fees: 0.01571237 BTC
Feerates: 502.67 > 1.57 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (140,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
774,534 774,534 000000000000000000035e1dc11594858028107794bc38e2f1c07a7645b34a8a 814 1.00/1.00 vMB 3
774,533 774,533 00000000000000000005003d8386f04750e6855df8e7f3f451747ae5043d4917 1,052 1.00/1.00 vMB 14
774,532 774,532 00000000000000000004bac165e2748b4aaf9c67c7117f0d628b4cf3aca9fa0d 3,775 1.00/1.00 vMB 4
774,531 774,531 00000000000000000000bb3166a060e6567260800f39397f89f5224210b69fdf 2,714 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.36 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: 662.55 GB
    • Received: 14.86 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.