Loading Tool

Explorer IconExplorer

Memory Pool

43,804 transactions
28.20 vMB
0.07682727 BTC
Random Selection Loading Transactions
Max Size: 148.83/200 MB

Candidate Block

Mining Attempt 4e72b9dc710a979b1ee79eb39abdd2758caf9f921ac0835468151ee94c4976ef
Version 20000000
Previous Block 000000000000000000006d9cca170a6dca76a62d52ce159ce88e03787eeaed6e
Merkle Root 29c5ad10f9b4d0328cfc107a91ae068be24396ff569def81b21e3b7a55809bab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,295
Size: 1.00 vMB
Total Fees: 0.02365196 BTC
Feerates: 100.30 > 2.37 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,833 (154,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
760,452 760,452 000000000000000000065235d924048bb4a5e88d2b15775ab699d8ff8bab36aa 2,460 1.00/1.00 vMB 12
760,451 760,451 0000000000000000000214f9e66ca6388d170b5ccbdfa099aaadab52b636c889 2,843 1.00/1.00 vMB 10
760,450 760,450 00000000000000000001032637f6cda4a06e55597a1709c0e0936b8fccf5b292 3,253 1.00/1.00 vMB 19
760,449 760,449 0000000000000000000299a7d74c3e55d8e06eaea89a37994006e8a36bb3d34e 1,201 1.00/1.00 vMB 13
760,448 760,448 000000000000000000008f6ad11ae8ba3a1f0cc6512ffb6c8a9ecd7422205b30 2,193 1.00/1.00 vMB 19
760,447 760,447 0000000000000000000080d8917cf86c62475d25bd44de25d63a4b1336ca5266 2,217 1.00/1.00 vMB 24
760,446 760,446 00000000000000000004ee4fcb027dce239c91568cbbc367790a26c06d5b5e2c 467 0.21/1.00 vMB 12
760,445 760,445 0000000000000000000120d5c332b88c6c66ebea37827d6476b319796c1525f3 3,033 0.99/1.00 vMB 15
760,444 760,444 00000000000000000005b31fef5b91406efd6eafb74c605189c3cc8dede3ac03 344 0.11/1.00 vMB 15
760,443 760,443 000000000000000000015796642cb7745ecfb0ad65782f66d0d5350a406fbc5d 1,726 0.60/1.00 vMB 15
760,442 760,442 000000000000000000018c5d198a6d1f0f533ec950c593c2718bd561eb1631f8 600 0.26/1.00 vMB 14
760,441 760,441 000000000000000000069dbdf7b3b862b483fbb1b04dee70c92191cdbdb81f46 108 0.03/1.00 vMB 16
760,440 760,440 00000000000000000003a44c124ea9471869d13617c917be07eaf2e7a5a6a6f6 1,872 0.77/1.00 vMB 13
760,439 760,439 0000000000000000000651fafade9aea7fae5e877ecf7a1f28d251c3f30c1193 413 0.38/1.00 vMB 9
760,438 760,438 00000000000000000006afe8f961fbbfcb3bb1cf0f9da0f137264128d09578a7 2,711 0.97/1.00 vMB 15
760,437 760,437 00000000000000000002ff764df25ed06da59904aa4b7759b24ee7e732ff0755 898 0.34/1.00 vMB 12
760,436 760,436 000000000000000000052813f0ba258baa0dafda3f7117322bf5034ed4f55f72 989 0.61/1.00 vMB 5
760,435 760,435 0000000000000000000612ef7351bde42680e620f0389ceb7c8ecbcce4348d5c 2,981 1.00/1.00 vMB 8
760,434 760,434 00000000000000000005572efbabce3d4bc3a7b07faef1606559e70d47d8316b 2,450 1.00/1.00 vMB 18
760,433 760,433 0000000000000000000208d6992ae8736688b4276a2d65039c3e2a89650ed249 1,968 1.00/1.00 vMB 14
760,432 760,432 0000000000000000000032102cb65ca2b69e32c621a6184fd209288aac31592a 2,314 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.10 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: 651.63 GB
    • Received: 13.60 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.