Loading Tool

Explorer IconExplorer

Memory Pool

36,059 transactions
26.03 vMB
0.06732338 BTC
Random Selection Loading Transactions
Max Size: 132.85/200 MB

Candidate Block

Mining Attempt a89d9f25f5942600ce0301d9f4109d62775e161263c0c5b868ebcc7e6a8d2e44
Version 20000000
Previous Block 00000000000000000000d48a01c3ed8f61c1c06ca18e9a1143cbde3caba3340e
Merkle Root a58692deb6fb408ecd91574533b33f368f45ee515e02b3835a8d51d2722c71a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,482
Size: 1.00 vMB
Total Fees: 0.01920427 BTC
Feerates: 152.71 > 1.92 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,688 (252,290 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
662,398 662,398 00000000000000000000ba0a12cad163c074802c51089c2ec5860be7d352e433 2,598 1.00/1.00 vMB 148
662,397 662,397 0000000000000000000cefe7c07d1eb37b6b34bb178d4708dbf6e676badeaa24 2,681 1.00/1.00 vMB 131
662,396 662,396 000000000000000000091b50f0bdfa008dfd2a09dcd51ba13f8af3020cf0688b 2,843 1.00/1.00 vMB 135
662,395 662,395 0000000000000000000793c2262b6475738ad755fc2c645c6397cd43a67f5676 2,416 1.00/1.00 vMB 157
662,394 662,394 0000000000000000000df2a1c63146ada03534efffb475709bdf769cd2566b78 2,720 1.00/1.00 vMB 151
662,393 662,393 00000000000000000002b258a70f261d9fd0bdcaf43f068ed22b6f6d321cd902 2,825 1.00/1.00 vMB 124
662,392 662,392 00000000000000000002299a28c5c83dbca5fb7a16aad85798eeb6adfcca8222 2,732 1.00/1.00 vMB 142
662,391 662,391 000000000000000000014f8c7df37d6650a0040eda06911f3ee381fe5f22ce03 2,758 1.00/1.00 vMB 197
662,390 662,390 0000000000000000000b8e7469735b8807fbc27d5ba13971daa56e9f8e67c325 2,570 1.00/1.00 vMB 144
662,389 662,389 000000000000000000038f15832b46dbc146c80fa9bc5918c449f1736b5f8416 1,665 1.00/1.00 vMB 66
662,388 662,388 0000000000000000000cfca35a407653a1ee5012b6794b1781992906936f19f4 1,348 1.00/1.00 vMB 79
662,387 662,387 00000000000000000007b9797b41e0275f6252836f3c03373a7d0b73ebf9fe8f 1,384 1.00/1.00 vMB 77
662,386 662,386 000000000000000000086c6f247a20e3af8379b05d2aa5f0377c89ed9ccd952e 2,241 1.00/1.00 vMB 81
662,385 662,385 00000000000000000001e235914ccc7eb2c0b756d815ebeb0b7f54edd5954328 2,264 1.00/1.00 vMB 114
662,384 662,384 000000000000000000013d57e83bf92cd79daca4284978e133f56ef0b460c2f6 2,565 1.00/1.00 vMB 127
662,383 662,383 0000000000000000000a8c9553f30f18298c7fed00c00a31e820b2ca2b90989e 2,175 1.00/1.00 vMB 79
662,382 662,382 0000000000000000000c532fbabe06833523a802d0fc7d2fd8850c0548d201b9 2,413 1.00/1.00 vMB 93
662,381 662,381 00000000000000000003ae7225c60c1b93f4304a2b00a25c33d3e78e5bae3ec9 2,808 1.00/1.00 vMB 134
662,380 662,380 00000000000000000001bac17afdbb08e2c2509551409b608fdff5a258511912 2,729 1.00/1.00 vMB 130
662,379 662,379 0000000000000000000877c72addee22fa596602bf672b0b3c78791a383dcd1f 1,088 1.00/1.00 vMB 80
662,378 662,378 00000000000000000007d487eeed8a873704be0aad2a9b9fe8e1198a742c6976 1,917 1.00/1.00 vMB 100
Previous 10 blocks ↓
Total Size: 781.84 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: 637.34 GB
    • Received: 12.42 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.