Loading Tool

Explorer IconExplorer

Memory Pool

29,242 transactions
21.92 vMB
0.05311564 BTC
Random Selection Loading Transactions
Max Size: 118.78/200 MB

Candidate Block

Mining Attempt 5d3fc4c35418e542790063ccbc5a2d33e68eb4e420588260e601550989909bb1
Version 20000000
Previous Block 00000000000000000000fc9afb189efff59b7c5fc9a1173424506486958ac730
Merkle Root 7794b7718bc665e8bf22f8a37c7dcf451bbc038c7e57267e75c997f3ea6cb89c
Time (UTC) ( ago)
Target 000000000000000000021a910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,033
Size: 1.00 vMB
Total Fees: 0.02811958 BTC
Feerates: 276.47 > 2.82 > 0.97 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,495 (20 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
941,475 941,475 0000000000000000000200b2925fc6e401fcc0cfbf146f2252f3689d99117a32 1,976 0.68/1.00 vMB 1
941,474 941,474 00000000000000000002003864cfc00aadacaafdf8e502f57e9f179777dd9b3b 2,144 1.00/1.00 vMB 1
941,473 941,473 0000000000000000000038a449606fdf8d2fe907846bf9cea3f4b63c41dd8f3d 2,814 1.00/1.00 vMB 3
941,472 941,472 00000000000000000000dddd0cca09be6a6a76233f4ac66e83337fc1e49a99cb 3,291 1.00/1.00 vMB 2
941,471 941,471 00000000000000000001720b8013ab3297e86a305decfa80ba9189c2010c3d37 3,034 1.00/1.00 vMB 3
941,470 941,470 00000000000000000000c643f5ee0cd1c59d9aefda18dd01f46af2326820ba78 2,578 1.00/1.00 vMB 1
941,469 941,469 00000000000000000001cfa1dd33c82029d6e764bb56362611b75d86a400796b 3,293 1.00/1.00 vMB 2
941,468 941,468 000000000000000000014af33742e5550bf3d6703b3c58d58b2ee3e0206c87c2 2,487 1.00/1.00 vMB 3
941,467 941,467 00000000000000000001edf6f152c7a0e7e60df7180aabf566150a3c0c831013 2,202 1.00/1.00 vMB 3
941,466 941,466 00000000000000000001b8792113879e1b8f1e7dbd8ea7e4a7b81c34c8d687fc 4,187 1.00/1.00 vMB 3
941,465 941,465 000000000000000000006da51f592a8e79642308a23fd04ea7f2fc51b19ecc71 3,490 1.00/1.00 vMB 7
941,464 941,464 00000000000000000000a5588aa3fe8358aeb9ec4f1dc0c31f05764c33e1c33d 3,747 1.00/1.00 vMB 3
941,463 941,463 00000000000000000000e2e923bbea5d8151958aa2db28bb8379fb9a72956f3c 3,905 1.00/1.00 vMB 6
941,462 941,462 00000000000000000000549204862d4ab2cea5b7f7963177f419f36c3a68073b 3,646 1.00/1.00 vMB 4
941,461 941,461 0000000000000000000114571a77fd77fec46c3e357666463e95ceab1d54c318 3,054 1.00/1.00 vMB 2
941,460 941,460 00000000000000000001254b3aad57caf72de52801dd8e9a189aab0162882138 3,872 0.99/1.00 vMB 4
941,459 941,459 0000000000000000000135ef730b312ebe9b8d137685b02ed71d3e8e40f939b3 3,955 1.00/1.00 vMB 8
941,458 941,458 0000000000000000000115a105de6896a05a09fa35ab8721e052b32fb139e652 2,687 1.00/1.00 vMB 2
941,457 941,457 00000000000000000001724460fced365e848a647a8c887b94fefd315d381bda 3,908 1.00/1.00 vMB 6
941,456 941,456 00000000000000000000c191f7765901b21c1e2e222b1e1b7817d8fdac6202ea 3,025 1.00/1.00 vMB 2
941,455 941,455 00000000000000000001c3a1a975e1dce12d92ed8c21c4b02a33769412480d5a 3,521 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 829.44 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: 4,660.53 GB
    • Received: 252.01 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.