Loading Tool

Explorer IconExplorer

Memory Pool

35,173 transactions
11.62 vMB
0.18616533 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 72.28/200 MB

Candidate Block

Mining Attempt 75d5fdd2341aeb00f9b7978337826462dfb949746ef7a8430a9225d5e0943d2d
Version 20000000
Previous Block 00000000000000000001c618b104e0a104df01f8e65a58593a28dc152ec82756
Merkle Root 72385d1a0e744ee96c75d1d5d2f1092f38ad8adf90890e41eb506c37a0376ec0
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,593
Size: 1.00 vMB
Total Fees: 0.10009103 BTC
Avg Feerate: 5.03 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,042 (700,008 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,034 213,034 0000000000000215f18088dfde7a576a2654d6a1f1e733a321037edb004333ef 0.12 MB 300 166
213,033 213,033 00000000000002f3245a8e03f3239baea46d9f024d33b88991ea95886acf6316 0.15 MB 406 190
213,032 213,032 000000000000003cb41437f2218ca9aa671b73dcc4cac4c30f5f99e53900795b 0.05 MB 125 118
213,031 213,031 00000000000002b9b66343ddbe37541273b5fb138debccbbffd5bc6630d81bf7 0.13 MB 351 201
213,030 213,030 00000000000002dacb860e7f059b95973cfe137f56ce81a96391c086b061b798 0.08 MB 153 133
213,029 213,029 000000000000046bb6e62382fd0e7725313dc948c380e2c6dac584b8a537f1fa 0.07 MB 161 165
213,028 213,028 0000000000000069e63b647db9cd65f7d7be8191c56b0889a6685ffb21f4baec 0.25 MB 572 172
213,027 213,027 000000000000032b767d8d2c9858ca4f78b3751eb0c059a4eab6c3b8ece84002 0.03 MB 99 226
213,026 213,026 00000000000000aad8f43609143801aca60a6ccfe97ccc0dc14b92e31a28992a 0.18 MB 411 194
213,025 213,025 00000000000000ebcfa4a21dc6b2fb722266c93a6e679974ff0c15a4992bde2c 0.14 MB 278 143
213,024 213,024 00000000000000b72c7105876889dca800cb79d2cf3c26172a1267ee66639441 0.20 MB 653 234
213,023 213,023 000000000000047ede25b2468beadbb73cf996405e58a0172cd9101cb32fb002 0.06 MB 145 171
213,022 213,022 00000000000004c9075f337f77a819334330304cc24194aa622d020a7deba618 0.12 MB 318 177
213,021 213,021 00000000000002bc3303c88d38d74d3794f95c440867dad5a0d52e201ffd2dd1 0.12 MB 231 134
213,020 213,020 00000000000001c63ce5f4784afef1126f4e136e244f0a9ae428a6b92d808135 0.14 MB 325 179
213,019 213,019 000000000000010dda764c07e99f0cd4126bfdcabc53d0655a580b7385f75897 0.13 MB 341 170
213,018 213,018 0000000000000355956f3b72389764d493da8bd93979fc9b34f6c05915a22e00 0.14 MB 283 132
213,017 213,017 000000000000002e12e4889c995031ab82033a3ac2f2c7129fcf1da6a344f37a 0.14 MB 180 122
213,016 213,016 00000000000003e15b2b9eb2afe5491ae3cc93c0e2948777a8a940b89b300807 0.25 MB 498 149
213,015 213,015 00000000000003e4db4c74650f6d50591228eb36a5f545966334079895aefb4d 0.25 MB 799 233
213,014 213,014 00000000000002ac445223ca240972b40899fb05c744b83d0da6ddfee0b08276 0.25 MB 650 208
Previous 10 blocks ↓
Total Size: 778.92 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 44
    • Outgoing: 11
  • Data Transfer:
    • Sent: 11.91 GB
    • Received: 0.09 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.