Loading Tool

Explorer IconExplorer

Memory Pool

84,641 transactions
32.75 vMB
0.08313984 BTC
Random Selection Loading Transactions
Max Size: 194.07/200 MB

Candidate Block

Mining Attempt 6184853721e6a3b118de239c3809b0dd9c2121ec80044a81e832e9d0302b16bd
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 1b794ce0d58f2bae8e28f10a864ba0acc727538066f5552830b858eed8ed6d6c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,361
Size: 1.00 vMB
Total Fees: 0.01824357 BTC
Feerates: 120.64 > 1.83 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (422,688 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,261 492,261 0000000000000000008dee4d60670cfbcd3a667f58752f54026ca21aa3641f85 1,989 1.00/1.00 vMB 147
492,260 492,260 00000000000000000015fbd6dad0ad11fea3ae260c9ced344e1ec272121d0873 2,056 1.00/1.00 vMB 186
492,259 492,259 0000000000000000003fd35955118f65c5a1da675abcea59b6b648bb2c52de8d 1 0.00/1.00 vMB 0
492,258 492,258 0000000000000000000f1c35740179f0687e9143820e26a6bd80e9c30e84c520 2,093 0.95/1.00 vMB 251
492,257 492,257 0000000000000000001b959262bc49342fbdd2a7d415135234bbe86773ef1c71 1,778 1.00/1.00 vMB 140
492,256 492,256 00000000000000000069222b18d2e525b6675c787d3941528c869a1755bb42bc 2,733 1.00/1.00 vMB 262
492,255 492,255 0000000000000000009a1f65d77f2fb79d0664423777bb94a68874f32936fb1b 2,589 1.00/1.00 vMB 272
492,254 492,254 000000000000000000a860cf9a841d9718f07125eca1d676f94a74a8c0e4ba78 2,914 1.00/1.00 vMB 223
492,253 492,253 00000000000000000070617b1fc42f00527a19227039805c82ff552742a0fff8 2,735 0.94/1.00 vMB 277
492,252 492,252 0000000000000000003b8e3c3eb4dfa8399d7b3840d54e43cabf4449539b8383 2,774 1.00/1.00 vMB 278
492,251 492,251 00000000000000000071205744227dbcf7bde5f0bc95da70168a3fe22a22c088 2,255 0.92/1.00 vMB 255
492,250 492,250 0000000000000000007ab103163a6bfbc092d917b426cad5a9ff2425e3f82c1e 3,193 1.00/1.00 vMB 281
492,249 492,249 00000000000000000053740896834ec04094abd3bd6c7f1adeb18586e6b0e2fa 2,795 1.00/1.00 vMB 285
492,248 492,248 000000000000000000a14eb7bde71f10e6430d49cfb98b4f8cd8c61ce7fa82a8 1,152 1.00/1.00 vMB 276
492,247 492,247 000000000000000000322cc3d2234d5c3926f77e1fa7953f09524d60aa1caaeb 1,629 0.96/1.00 vMB 290
492,246 492,246 000000000000000000234c4baf12785cd17203094e603c544b66cd6d15818dfa 2,055 1.00/1.00 vMB 179
492,245 492,245 000000000000000000ba5af10a337acbef1e509dc3d0b4ff7e876fbda54b4345 2,378 1.00/1.00 vMB 183
492,244 492,244 00000000000000000092b79fb6704baac9ba51a7a17095ba9b070d13d8541318 2,486 1.00/1.00 vMB 41
492,243 492,243 00000000000000000010fc56d8295f54c7ea318b347cbe83c3f8b8cde8c4b643 2,682 0.74/1.00 vMB 39
492,242 492,242 0000000000000000005fb24b7eeb045d279d74c9d2f78dae720bdb797533e68e 2,452 1.00/1.00 vMB 120
492,241 492,241 0000000000000000004244095f382862f29fd7ac2e91c52e779a888b714271af 2,405 1.00/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 782.30 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: 657.38 GB
    • Received: 14.54 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.