Loading Tool

Explorer IconExplorer

Memory Pool

70,112 transactions
26.89 vMB
0.08300443 BTC
Random Selection Loading Transactions
Max Size: 161.23/200 MB

Candidate Block

Mining Attempt b1e39e69c8970d02e5037b47190a9a6e3a05aab65022c56c5ab66b831ffa1215
Version 20000000
Previous Block 000000000000000000017eea8a1fcbeece8b187566830c35a0e9c06ce7a8cb3c
Merkle Root ae70fe50f5217d805fca6ef05e4e8f517e5cbac55a796e1c81b147f57fc382c8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,851
Size: 1.00 vMB
Total Fees: 0.02546618 BTC
Feerates: 445.47 > 2.55 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,474 (675,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
240,440 240,440 00000000000000bc0e38ec601102438ec9933a0f0287b06bcc286419d87d8c15 100 0.06/1.00 vMB 130
240,439 240,439 00000000000000fcffd5c3d506a00d7f3651d2ce48b8507ffa4a6cdb75836add 466 0.20/1.00 vMB 144
240,438 240,438 000000000000001ec71a854a9df34881280145519f7c2b7fb6c6b4e536f2b1c2 25 0.01/1.00 vMB 229
240,437 240,437 00000000000000e024e3fd7a50889d7a2bae40cabb7ccc5261f4ccfa8f33d2d6 263 0.12/1.00 vMB 163
240,436 240,436 00000000000000fb7be001fc47fe007cdeac068bb0d8fbde62e90ca3f96b7266 6 0.00/1.00 vMB 92
240,435 240,435 00000000000000e445a78af6e00727f70b3839a99a036e2450053ffe649eab13 202 0.09/1.00 vMB 166
240,434 240,434 000000000000009b57f5bab3ee8809b1d59ab6816eb2f4591ca621e00e575b3a 123 0.07/1.00 vMB 134
240,433 240,433 000000000000000e79162a57bc0a2d2777bb7ac464a65b561448254a1a5db8b7 511 0.21/1.00 vMB 184
240,432 240,432 000000000000006be0148b6c6b98cb39a7568504b43c60174e85c734d7a49f93 512 0.41/1.00 vMB 1,240
240,431 240,431 00000000000000e85a3f6740d8891242fb2d1cdaeb3bf228d8efa0ca7600fa62 422 0.19/1.00 vMB 188
240,430 240,430 0000000000000032c7fb1d2e9eeb5882fee6e83e265d4dbeef03ad91aa3879e6 184 0.10/1.00 vMB 142
240,429 240,429 0000000000000007e4a0bbf008ba1879670d06b568b14c17e89b78694ebfa9b8 267 0.11/1.00 vMB 164
240,428 240,428 000000000000007ab3458c4bf87681d1407dd051cc2166599feb096ae04674a1 233 0.10/1.00 vMB 182
240,427 240,427 000000000000009abd72497fe360b5123bce5a84b54f57152f19107c2ccaf206 193 0.12/1.00 vMB 148
240,426 240,426 00000000000000a67fa413f74de3524f25ad3d1638bff4bde7356b721e9c5a74 291 0.15/1.00 vMB 136
240,425 240,425 0000000000000077b2be977854656b020c15d7f1777e1587ce223df16382eaa5 353 0.16/1.00 vMB 156
240,424 240,424 00000000000000a88c7f0d917db76e622f513385d4a1f19f4e6ec06e71be881b 384 0.22/1.00 vMB 112
240,423 240,423 0000000000000068e7b4d01ca8a4cb4b350d7b714dc4a4ad642adf3a9616bada 374 0.19/1.00 vMB 128
240,422 240,422 00000000000000627fe5d5e3fff1538a0a8dbec21853827f5685c8dad8ce2a00 508 0.25/1.00 vMB 150
240,421 240,421 00000000000000d5d6426ac519f389268a4c30d2faba4dbc7781680918c67808 655 0.25/1.00 vMB 235
240,420 240,420 00000000000000353b3540d505a718e7e7e1f27310d6ea4e91f644cec7939c8e 678 0.25/1.00 vMB 214
Previous 10 blocks ↓
Total Size: 783.22 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: 757.21 GB
    • Received: 19.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.