Loading Tool

Explorer IconExplorer

Memory Pool

43,166 transactions
26.53 vMB
0.05975642 BTC
Random Selection Loading Transactions
Max Size: 139.24/200 MB

Candidate Block

Mining Attempt ed6b0383c98461daacbe974933926aa52354a6cd0fff1b59df05f6f68db3bbb8
Version 20000000
Previous Block 0000000000000000000040c9dd43a317cb50e762798e0667d30b0669a8a6fa4f
Merkle Root 04e87eff665f3cac4dada9ba8c8824d1a7c36b8284f2b8592ec35452d73518b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,104
Size: 1.00 vMB
Total Fees: 0.01095651 BTC
Feerates: 73.20 > 1.10 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,879 (154,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
760,453 760,453 000000000000000000077ad9ef642fb13a20a9b5fd5e3545e59fee59f7ed3616 1,038 1.00/1.00 vMB 3
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
Previous 10 blocks ↓
Total Size: 782.17 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 653.55 GB
    • Received: 13.93 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.