Loading Tool

Explorer IconExplorer

Memory Pool

81,233 transactions
31.12 vMB
0.07539475 BTC
Random Selection Loading Transactions
Max Size: 189.44/200 MB

Candidate Block

Mining Attempt 113b7cb4d98dc076adcaf14369e7cec7cf3f5bb7458977aabe3d6451c6889e97
Version 20000000
Previous Block 000000000000000000004b3e7e5aaeab111493f0d06b8a6f97fdb08081d0f764
Merkle Root 2533689326a0d17cbe826993e04140ce55109424662b1109fab0fd1d9c74f857
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,789
Size: 1.00 vMB
Total Fees: 0.00823268 BTC
Feerates: 100.37 > 0.82 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,197 (423,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
491,269 491,269 0000000000000000003a3bfe531cfd5e2688f2e53fe9e24212bb3ac4a32d9d6f 1,811 1.00/1.00 vMB 185
491,268 491,268 000000000000000000c2d949e13360f9771adf98c6c402969053194f51088b31 1,784 1.00/1.00 vMB 74
491,267 491,267 00000000000000000069a47da9aef8b3424f7338432845d4368d86650b07540e 1,438 0.70/1.00 vMB 168
491,266 491,266 000000000000000000da5da99ad1dbc82cab27124864ed0a10da01586740ea21 2,621 1.00/1.00 vMB 22
491,265 491,265 0000000000000000009af23386b7ed3bc21157e9365b3bf1a5541d6550632788 1,123 0.48/1.00 vMB 133
491,264 491,264 00000000000000000054fc7ed26e2a6091495ac0719f0aac3c92357dd7314f17 1,797 0.90/1.00 vMB 110
491,263 491,263 00000000000000000068938d6ae4c55ca8cbe13ec7c87c1f9b264325e7834e09 2,371 1.00/1.00 vMB 104
491,262 491,262 000000000000000000b41461ee3b7d4c9917f126402be0ad71965776703cbca6 19 0.01/1.00 vMB 395
491,261 491,261 0000000000000000000bef8f58d2c4286cfef65a981cda197cf2ed42d2317f66 2,032 1.00/1.00 vMB 91
491,260 491,260 000000000000000000461b9f00a7a6ad71c835f9e97836da7f29b9965c86a78e 2,087 0.95/1.00 vMB 79
491,259 491,259 0000000000000000005c8ee5927a9dac763b220a05e9362ea0d9c58f97899017 2,224 1.00/1.00 vMB 34
491,258 491,258 000000000000000000285e5a31901e4e71ccfc877a97b7e313b7c0ab6beb1716 2,287 1.00/1.00 vMB 72
491,257 491,257 0000000000000000008cb4d2235ec08b41d0378c653c392c8ce02873615176a0 491 0.27/1.00 vMB 131
491,256 491,256 0000000000000000005eec25f0b05d8b29f89ad51798c6f0ffd3b65ac502febc 1,053 1.00/1.00 vMB 18
491,255 491,255 00000000000000000007c4d712d4dfd88417c584b5b743b81b156d54d541820b 872 1.00/1.00 vMB 31
491,254 491,254 0000000000000000009b34ff83248c79f8596f1f5261ecfaef4d911e345cf092 2,271 1.00/1.00 vMB 78
491,253 491,253 000000000000000000984c1a3250c862ecf801315c985ebc8e949ae13f6beaab 1,621 0.97/1.00 vMB 127
491,252 491,252 000000000000000000cb20003b84ba264ee4e1ac106c7b2a4929c9062a5d95b1 1,624 0.95/1.00 vMB 102
491,251 491,251 000000000000000000a12fc23fd5ca1f64037f4af7a80538e250d341b79bd8e2 1,798 1.00/1.00 vMB 67
491,250 491,250 0000000000000000008aa1770c96c1822ae88b48e66fe73580a52bb29730a584 1,834 0.94/1.00 vMB 99
491,249 491,249 000000000000000000d1708551b41b6bc6c9a9b8145e0799c83cf197a995979b 417 0.15/1.00 vMB 139
Previous 10 blocks ↓
Total Size: 782.73 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: 707.87 GB
    • Received: 16.70 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.