Loading Tool

Explorer IconExplorer

Memory Pool

16,422 transactions
7.89 vMB
0.02353425 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 44.85/200 MB

Candidate Block

Mining Attempt 0b324f309c59ac24dd4a8c6602973bc3e90d5784e8d5cda10aa8e7e32fd70925
Version 20000000
Previous Block 0000000000000000000114d0bd228a9df12e76c5333182c38f6ea58c78acaee2
Merkle Root 952962c257894eacc5d5fcec212d92c3189d4bfb4485fb02c2b2b9b2987918bb
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,688
Size: 1.00 vMB
Total Fees: 0.00731693 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,416 (689,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
224,183 224,183 00000000000002afd6ed2e815f96225c904ce18737d16f6593fb7c145d7a678f 477 0.30 vMB 135
224,182 224,182 00000000000000507a48d2c3b5f79d245af4f9b0f0f75b9d95e94fe7ad7af9f1 390 0.16 vMB 186
224,181 224,181 00000000000000a482145c26b626ca65644358e44962e82099c36c966ada3134 172 0.07 vMB 248
224,180 224,180 000000000000021ac74e75d26d2c55def463d3cf64cf1513bedad7be4ea9f5c1 149 0.07 vMB 164
224,179 224,179 00000000000003c97787593bf2c30bb6bcaf14b6c76d06700eb3d83a42942ded 97 0.05 vMB 75
224,178 224,178 00000000000001949f10f7a29f63f369981190ec36608ae1145bbdc9ba2aa42e 14 0.00 vMB 156
224,177 224,177 00000000000003a958d922ae60d1250ea7fcf5ff0972ab6993258144716bb1cb 172 0.09 vMB 142
224,176 224,176 0000000000000183acffb19f317f32dfb1e54500d2a5a9f6e8e75880e98735f8 451 0.22 vMB 163
224,175 224,175 00000000000003d3cefe2721ab9c9df1fceabf6e7859699550379739cb452f87 106 0.05 vMB 60
224,174 224,174 0000000000000347f7f01c6bc26d32772421607d2242919de187808e0fb1c324 189 0.08 vMB 193
224,173 224,173 0000000000000342e5a5217175ba5110d3367f01b834242f56c5bc44c766e199 325 0.15 vMB 168
224,172 224,172 00000000000001db3e7ee92926343363a865afab751710a79af883365e3705bb 67 0.03 vMB 148
224,171 224,171 00000000000003045181e2c8dc9f4cf7171349998b72cf0fa88e35237c68e940 511 0.22 vMB 193
224,170 224,170 0000000000000245834b93c3592c20c7280c38bd7dbe465df63d6efd651b0a94 525 0.22 vMB 243
224,169 224,169 000000000000010337b85e6040f39ee3085d521b4314affb6b35ae2124002b4b 387 0.25 vMB 159
224,168 224,168 0000000000000226782c930afaf801c1e56e5da88957d97268b2bcd3c629e629 582 0.25 vMB 175
224,167 224,167 00000000000000fc278d32ab08443335ec9123c19a32fa228eb9e5c6571bdaf1 12 0.00 vMB 338
224,166 224,166 000000000000010dc5fb02010dd47d28dd6583b461e172a8f9aef16dadd5e9e9 257 0.12 vMB 186
224,165 224,165 000000000000013ebce26d5e62bbdecd5daf3f6b64a0e34cdf8cfb78ee85ab00 58 0.03 vMB 79
224,164 224,164 00000000000000aa813705cd2a85b18c896144431d7644a677967edf7a3a2083 593 0.25 vMB 173
224,163 224,163 000000000000000439aab6a3241016d1b59cc0146341e47bfc6f91b091692f13 460 0.27 vMB 152
Previous 10 blocks ↓
Total Size: 779.59 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: 290.76 GB
    • Received: 1.19 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.