Loading Tool

Explorer IconExplorer

Memory Pool

37,629 transactions
18.32 vMB
0.14803230 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 4 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 95.93/200 MB

Candidate Block

Mining Attempt dfdd3b178ab51b1ab36d04527f4b6de7cafc5961ec4b17f60b3d7c745f036eca
Version 20000000
Previous Block 00000000000000000000926daeda5a782c2ce98296a630ce9671c72457592e4f
Merkle Root a788fb2abcb62e2ae4d405d6a14ddb72ab6cb07d7c915d5a4e4b888d690cd815
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,071
Size: 1.00 vMB
Total Fees: 0.03064025 BTC
Median Feerate: 3.08 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,330 (725,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
187,331 187,331 0000000000000521a2cf418d82bf39e65502f184eeff32e2d41e3975550bb5ac 155 0.07 vMB 103
187,330 187,330 00000000000003209978c9c4ffb5c8317049046bbf0930d552cca2563df09578 36 0.01 vMB 127
187,329 187,329 000000000000085efb7082efb2750cf38d5d68838f76b6be4a3191eddd3fca77 74 0.04 vMB 61
187,328 187,328 00000000000008a54371c9e301df6d7ed1c759ec5a1c79d6e42ec7ce7dea1576 197 0.07 vMB 174
187,327 187,327 00000000000001a5a292b965bbb2a8b0577170c4316c91ace878b9816feb1186 65 0.02 vMB 92
187,326 187,326 00000000000002fce60a2a80db38614e39f0b1d7ed4de3b557b3723b75d3b27d 112 0.05 vMB 110
187,325 187,325 000000000000095b8cdda78ab10aff83748e9bcc2bcadce7f4096e4c9c72bda8 69 0.02 vMB 133
187,324 187,324 00000000000001eba32944271368da2f88ea14878ceec653a79c070013ff3258 29 0.01 vMB 154
187,323 187,323 0000000000000021e86780e339d14ec13c392f0e0245af3a12e377e3c96c58d6 115 0.06 vMB 96
187,322 187,322 0000000000000633b8773022d7fb2972a1851e383b3fce5843b5ae208201317d 6 0.00 vMB 0
187,321 187,321 00000000000003c188771d20c815ce9566be383f72ed5ae55f881ec777ad12c2 130 0.05 vMB 213
187,320 187,320 0000000000000205c147e7c78bc948f868d2d9e933324c63ad16f118f37619ed 150 0.05 vMB 13
187,319 187,319 00000000000006e0889e1016bcc94cd98966d9ef4539ee9ecc89856467f57398 336 0.12 vMB 169
187,318 187,318 00000000000003e08ed28c790847ac8018f5983c1a26c5bc35413d12155a441b 258 0.11 vMB 182
187,317 187,317 00000000000004205645df56735acf48ecdfaef530274f52e4c7066525772585 32 0.01 vMB 0
187,316 187,316 000000000000063677cf1ecc798387a573be4efa6998e421c112b7703a9adab6 19 0.01 vMB 82
187,315 187,315 00000000000005f9692374e4214ada8bdf7288acfba30aaf5b789b65d3fdf0b1 67 0.03 vMB 140
187,314 187,314 00000000000004824db5a085ef796f1f09a66bc29936bf30f8c463266776e2ba 345 0.14 vMB 130
187,313 187,313 000000000000014cddb86110647eefd9307749fd78a6ea9bd563918e84c8e640 19 0.01 vMB 55
187,312 187,312 00000000000006e96b39a7a7b34f4a06d439adac9478f36bf8fc202c3cd25eac 49 0.02 vMB 70
187,311 187,311 0000000000000293c4bc3ed5bf018ad784937a9912ab592a2e08318813a57677 22 0.01 vMB 65
Previous 10 blocks ↓
Total Size: 779.44 GB

Node Details:

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