Loading Tool

Explorer IconExplorer

Memory Pool

47,779 transactions
30.11 vMB
0.07838418 BTC
Random Selection Loading Transactions
Max Size: 160.87/200 MB

Candidate Block

Mining Attempt 11cd5925cfaf6f555327edeaaa0c896d85b49c2842bbf07465a7f4bcdb8106b9
Version 20000000
Previous Block 000000000000000000019d8e946b6f738991a727e74c8a12670bf631d52c5e8d
Merkle Root a1b1fcff2c64484b3b5fdbf81c1aca39edd37778cb020e7a520b064713cf9efe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,986
Size: 1.00 vMB
Total Fees: 0.01938513 BTC
Feerates: 100.24 > 1.94 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,854 (154,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
760,459 760,459 000000000000000000068dd7c7fa0d102085f1049b1fbc9c83e95a20a89f7db3 565 0.25/1.00 vMB 14
760,458 760,458 0000000000000000000736af7a41be7dc2eb8a50c8dbee7357aac3fd0f796caf 459 0.22/1.00 vMB 9
760,457 760,457 00000000000000000001bf1b0212777b6bbfa7df5de12ef992231266a8d3aac0 1,747 1.00/1.00 vMB 7
760,456 760,456 0000000000000000000703e3c7f791ffd64a4612297fb31262b7bf02c2019367 1,449 1.00/1.00 vMB 21
760,455 760,455 000000000000000000001c3f0bf042162d33c89de66f0b188e2a963bb815fedb 683 0.28/1.00 vMB 12
760,454 760,454 000000000000000000001e2d606844565e6946fdfe76c6874e431e814b9030f8 324 0.38/1.00 vMB 4
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
Previous 10 blocks ↓
Total Size: 782.13 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: 652.43 GB
    • Received: 13.78 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.