Loading Tool

Explorer IconExplorer

Memory Pool

79,250 transactions
29.48 vMB
0.08283088 BTC
Random Selection Loading Transactions
Max Size: 178.25/200 MB

Candidate Block

Mining Attempt c07addad7a6e9f038163856e6e4aba279831b62619bc5737f036633530497e23
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 5f6f57982f614a7b02129167e373f901c90f831555825c9aea7d558fec87586a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,853
Size: 1.00 vMB
Total Fees: 0.02081634 BTC
Feerates: 100.11 > 2.09 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (360,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
554,295 554,295 000000000000000000012d0b7d4a6eccebffb8dec3c1449e0a05e0e8e7f0c4ea 1,501 1.00/1.00 vMB 12
554,294 554,294 00000000000000000013a7cf60b58771a833de964ba26e3c5cb37cee76466fe1 81 0.02/1.00 vMB 28
554,293 554,293 0000000000000000001ccd4f3f02816c6a18e161dd7b6f2cba2af5167d9358ca 2,392 1.00/1.00 vMB 12
554,292 554,292 000000000000000000217e340f06226fceed07a4a7aea51bd19e6c53c16fae8a 1,283 1.00/1.00 vMB 14
554,291 554,291 0000000000000000002bebd61553fa3e358ac373d89197c94fda6e58f2b62a92 647 0.29/1.00 vMB 11
554,290 554,290 00000000000000000030c4dcac70128953bb2ab43ca77c39b58866611e16541b 1,820 0.89/1.00 vMB 12
554,289 554,289 0000000000000000002ea36fb74b5ca3a5342da2cbf0dc411e296f97b95cf8e6 197 0.12/1.00 vMB 8
554,288 554,288 000000000000000000245a7d6c9e382b7b23f710d7c8ba68e4054a436eb91e29 1,119 0.75/1.00 vMB 9
554,287 554,287 00000000000000000028c20438ac1fe82c898b9e61b377f36cbb7f8ce9a6df25 1,682 1.00/1.00 vMB 4
554,286 554,286 000000000000000000067645b35c4a147f7e33cd0c248938da00384c6fe8b5e7 2,075 1.00/1.00 vMB 17
554,285 554,285 0000000000000000000149b67f2d543a99c207c50d523d335ce180fd7d8b3d5f 1,381 1.00/1.00 vMB 7
554,284 554,284 000000000000000000077e5d7afc5fe95d83016e649b361f207182cbb958b00b 1,851 1.00/1.00 vMB 17
554,283 554,283 0000000000000000001e1fe275e18ada84f969d07d789d61fbc1fd5d95b9b992 1,872 1.00/1.00 vMB 10
554,282 554,282 00000000000000000008fad3c8301f3e2080fc5fbae7a68d3962e0deca4069f9 2,529 1.00/1.00 vMB 3
554,281 554,281 00000000000000000007b181239156e5670e229b68d029cdc777b422a80c7804 2,419 1.00/1.00 vMB 21
554,280 554,280 0000000000000000003083a65b8fb719ca7b70f23565aa95da8fd8588f8163ec 1,669 1.00/1.00 vMB 16
554,279 554,279 00000000000000000023c30d0e360cb6b9efc071fa5b1762da0b14e70141b532 363 0.11/1.00 vMB 30
554,278 554,278 0000000000000000001d160ce524572a028c7f69cb28900a6157e408b3c972fd 985 0.39/1.00 vMB 28
554,277 554,277 0000000000000000000772ec1d4d02257afff46ff41753889fbdd1f517860d96 635 0.62/1.00 vMB 2
554,276 554,276 0000000000000000002d4242d70e997182853f7879db23acbca8947baf25bf72 3,840 1.00/1.00 vMB 19
554,275 554,275 0000000000000000001b47a839eca1366380153a1100d95c2d03d8409202fb44 211 0.07/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.56 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: 670.17 GB
    • Received: 15.83 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.