Loading Tool

Explorer IconExplorer

Memory Pool

73,835 transactions
28.60 vMB
0.07327148 BTC
Random Selection Loading Transactions
Max Size: 168.95/200 MB

Candidate Block

Mining Attempt 44fee34167c9d705a21437667f8ffcbda20b58ad79c68ca06ac986f9987cb6a8
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root 260a8da3dcfc6d8e858b09c13057a402200fa7831af9beeb14d93c00d064c5dc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,035
Size: 1.00 vMB
Total Fees: 0.01579804 BTC
Feerates: 302.06 > 1.58 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (140,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
774,240 774,240 0000000000000000000610df34b822f2debf3c6f470bbf868d39dbe80a65b5a3 3,362 1.00/1.00 vMB 13
774,239 774,239 000000000000000000049c8149e580a1bdd1e46a7e9226ce87d57abf2f5a3ecc 2,825 1.00/1.00 vMB 18
774,238 774,238 00000000000000000005d86bc7721ea5eab3853437aac8e75b15d8a9cba7c36d 664 0.27/1.00 vMB 6
774,237 774,237 00000000000000000002723e84fd59a92703d6a6ea22f9cc61495f6ac6b2ec2e 644 0.18/1.00 vMB 7
774,236 774,236 000000000000000000062fabaa28ed90b003799f1a5b4022724f408d4be6b559 2,228 0.84/1.00 vMB 6
774,235 774,235 00000000000000000006b6e49ceee5915394984eae0c02033e9e99610ded5e5c 936 0.34/1.00 vMB 5
774,234 774,234 00000000000000000004db08f3f8669f2d7a429dfdd8def071b3f342b1973e27 1 0.00/1.00 vMB 0
774,233 774,233 00000000000000000005b5f362db17f6bc5a3dc3e3972ea19daf23347c83c675 893 0.29/1.00 vMB 6
774,232 774,232 00000000000000000001078c1409c130ea1e29bcd1e0967c04d49c0cad7e10ca 161 0.05/1.00 vMB 9
774,231 774,231 000000000000000000041fff900c1603cab8c82f1e0157a8fb068057e02b2dd9 1,698 0.58/1.00 vMB 8
774,230 774,230 00000000000000000006a3e5f685c78a1df16266680c40c4da33069289f12e2b 77 0.03/1.00 vMB 4
774,229 774,229 00000000000000000001703b01d875f492b9771cdbae393db50d93fd2f525b8c 1,126 0.36/1.00 vMB 10
774,228 774,228 00000000000000000000c6b38833c13cc1bdf094979123cceb23fba0c4789541 153 0.04/1.00 vMB 6
774,227 774,227 0000000000000000000391c7a8c7b8cdf7dec25c9da09cbb6ca91396c8ca4247 1,047 0.39/1.00 vMB 6
774,226 774,226 000000000000000000000df012d2e7f64573e36640b4d907d583832448f23961 1,868 1.00/1.00 vMB 2
774,225 774,225 000000000000000000029cb0e37fd9d0027b69c902e4b4806928042cdc88ba2d 1,467 1.00/1.00 vMB 3
774,224 774,224 0000000000000000000600f45e10075b5a01f2b1eee23eafe5633b25c2ecec8d 3,885 1.00/1.00 vMB 8
774,223 774,223 0000000000000000000610341cef0c9ab140e37a2c3c64d79b0c4ca1afcf7cfa 3,115 1.00/1.00 vMB 12
774,222 774,222 000000000000000000068c652551fe71b8e68dac404aabb722582188a493f452 1,046 1.00/1.00 vMB 3
774,221 774,221 000000000000000000021c7b6f4d6ea8e7a6131579354bbd40e7747be1fa1b93 2,949 1.00/1.00 vMB 7
774,220 774,220 00000000000000000001b6605d9b9b7056285b0a61d414de9fd7569c157f2858 321 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 782.47 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: 667.96 GB
    • Received: 15.34 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.