Loading Tool

Explorer IconExplorer

Memory Pool

76,137 transactions
29.13 vMB
0.10371160 BTC
Random Selection Loading Transactions
Max Size: 172.23/200 MB

Candidate Block

Mining Attempt aa0f1288186d3589e48d1738b566ea77a58713efcc8b659043393f8e82c492d6
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 8864efd5973b0b305a0cc03ffdf9255c79e24faa54e01cfd0780d77300f39c0a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,404
Size: 1.00 vMB
Total Fees: 0.04139696 BTC
Feerates: 201.37 > 4.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (419,745 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
495,294 495,294 000000000000000000b4fb96b17523e80d6e08749c376197a82c5e67c4d241ae 2,721 1.00/1.00 vMB 288
495,293 495,293 0000000000000000000ff1945ca5c06e8ab66bbd753ed0462ba5c8ab953020ef 430 1.00/1.00 vMB 503
495,292 495,292 0000000000000000002e44be2739e6c39d67e2b898ae5995b7baa2507c749f75 1,373 1.00/1.00 vMB 58
495,291 495,291 0000000000000000000a16d30730dd80d7dda5f80d1f8bc21a8d9a23ec61ef76 2,158 1.00/1.00 vMB 260
495,290 495,290 00000000000000000055bceeab7aff31cf8f0a774ca311879090490f1b970772 2,135 1.00/1.00 vMB 30
495,289 495,289 00000000000000000008878b8c519ee0cefacb8e495a6ecb870c799bf35adb70 2,509 1.00/1.00 vMB 210
495,288 495,288 0000000000000000009ec283688229547fd826c6df0626805c883eb98b9c4899 2,093 1.00/1.00 vMB 44
495,287 495,287 0000000000000000000bfa6649dddd6ae434beedd7aa8f0f1287c04db81d0c3c 2,514 1.00/1.00 vMB 179
495,286 495,286 000000000000000000624ea711431b0314b30c033bb284fe3767fb5784df78c3 2,567 1.00/1.00 vMB 169
495,285 495,285 0000000000000000008cf5942da7bab97eda36112851e90cf60f114f046aaf6d 1,447 1.00/1.00 vMB 139
495,284 495,284 000000000000000000a31745c2089e5b23c70291b4355a779f38afa27790748e 2,105 1.00/1.00 vMB 395
495,283 495,283 000000000000000000047ec5d844c86f3881f88fd551602943bf1dc2c480f5ca 2,393 1.00/1.00 vMB 141
495,282 495,282 00000000000000000000c49584aa14f215f62f35eb32643cd01356dcdf8edf14 2,151 1.00/1.00 vMB 281
495,281 495,281 0000000000000000005858d63912f89e244f83d138b4e0b00b54430b2877a57c 2,484 1.00/1.00 vMB 133
495,280 495,280 0000000000000000005376f0586520116532a138718a0874e86355a690827333 2,387 1.00/1.00 vMB 197
495,279 495,279 0000000000000000003ed4ab58f1e9f5b0e23517021d03a71c95930dafefb2fb 1,994 1.00/1.00 vMB 331
495,278 495,278 0000000000000000008a67fae80159d0616e919e3e8840e6c7273e987066472a 2,006 1.00/1.00 vMB 269
495,277 495,277 000000000000000000c592f4714da26ff5901ef42b6869107a0ff5f35ae54bfa 1,920 1.00/1.00 vMB 283
495,276 495,276 000000000000000000ad61d46b561a6c20bea19ffe4443fdd74abf7ce49e3c0c 2,457 1.00/1.00 vMB 341
495,275 495,275 00000000000000000073369b9924c9afe83a4c8e7da0ca64153bfcf6a3e6f664 2,588 1.00/1.00 vMB 283
495,274 495,274 0000000000000000006512a6484561135262ae2050bde420dc8b8695376520ec 2,678 1.00/1.00 vMB 111
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.31 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.