Loading Tool

Explorer IconExplorer

Memory Pool

29,500 transactions
8.60 vMB
0.08359612 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.42/200 MB

Candidate Block

Mining Attempt 62de2c4587fdfc0241620a5a08ad9d9bc06f8c5401f666b7bc3fec7a58fe9b1f
Version 20000000
Previous Block 00000000000000000000dfe1036d7254b06c2dd375bf5f4768672b4c82b08c56
Merkle Root 92e8c2a9d91b19ec5eac583a619061807d33ee10a54329d6b8796cce9a6d953b
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,462
Size: 1.00 vMB
Total Fees: 0.03116011 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,224 (697,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
215,291 215,291 00000000000000a9bdff8f8b6d433304886cabee157d72f15290d9726aa2cbf4 376 0.17 vMB 186
215,290 215,290 000000000000048012d3ad67ba2bd91d4e6c2524611e607c041fec25150b3f46 546 0.30 vMB 146
215,289 215,289 0000000000000513687a4c991eddc677e9b64861cc400463a64c8c7f209c0ec6 101 0.05 vMB 140
215,288 215,288 00000000000000d8d94c32746588ed8ca434664fb67875835c9b31e54291dbc5 410 0.17 vMB 186
215,287 215,287 00000000000002eac7d748a58f04b22d9d598e9945c3bce555fead234d581f48 47 0.03 vMB 72
215,286 215,286 000000000000040bc823cee8fcccd1750380030264a75a301a33cd5f03bdcfa5 258 0.11 vMB 176
215,285 215,285 000000000000015db0650eb339c1d02d346fa1b7579c63217ba39c17d7b7641e 256 0.12 vMB 63
215,284 215,284 000000000000019f52792b50e9bd268dd8d1a4838f6f511e26f7c99711313b49 210 0.11 vMB 155
215,283 215,283 000000000000005e361dc8d099ad65a47a777ac52a4b01e6ea3ec7f5b1820c91 461 0.22 vMB 171
215,282 215,282 00000000000001511ede3b269b617354f33ec4f1b8ddd12df8f310fcd9ce0883 219 0.07 vMB 692
215,281 215,281 000000000000013482374a574c3bde0e9e12ce9957385c5d7171eeff60faa4b0 567 0.21 vMB 201
215,280 215,280 000000000000038204c626f4cfe21fe8ff4b628c9f4cff5a2b105770f88625e7 302 0.21 vMB 146
215,279 215,279 0000000000000048b121c3be55715904b8f7caea0678adb2849d4b645f3d0eff 558 0.22 vMB 199
215,278 215,278 000000000000025049c8579e455653efc83bd767f102f5987028e073c07af02a 273 0.07 vMB 3
215,277 215,277 00000000000000021929ae4ec5d1969cc73634da429c901340cb5722bff83508 277 0.12 vMB 122
215,276 215,276 0000000000000262570b135fe3f0a760f4c4b2588923686915cf25febd702291 128 0.05 vMB 90
215,275 215,275 000000000000038f00400e0e753749461b6aee715f60debe97595c9a08593bcb 639 0.25 vMB 192
215,274 215,274 0000000000000392707bb25d39e9238eb957e6460db225068203728b88a57f47 638 0.29 vMB 178
215,273 215,273 000000000000008020038d4b13ca1f9b21301cd2e5c158dd5f5c54e02f1164a3 151 0.05 vMB 71
215,272 215,272 000000000000042566cbcefbf864b151bdfc6d0b44cb1128f5d5dd1a3c1aa1bd 128 0.08 vMB 161
215,271 215,271 000000000000023bde6903437f7ea224a50cd9b1ddd78a777a572f18cb937260 668 0.25 vMB 202
Previous 10 blocks ↓
Total Size: 779.24 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 73
    • Outgoing: 10
  • Data Transfer:
    • Sent: 25.17 GB
    • Received: 0.50 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.