Loading Tool

Explorer IconExplorer

Memory Pool

80,146 transactions
29.81 vMB
0.08344156 BTC
Random Selection Loading Transactions
Max Size: 179.10/200 MB

Candidate Block

Mining Attempt 994a4ce48f94220f1c4ade855107db15f3161b889325c9ae7861be151a83e87c
Version 20000000
Previous Block 000000000000000000013cf702d9414db714b4bbb933ec22a416aebfd32738ef
Merkle Root a33a6368236d06edb74310136b643302aa0f86324e40491cea68955a0af11c5b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,973
Size: 1.00 vMB
Total Fees: 0.02259888 BTC
Feerates: 502.65 > 2.26 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,010 (419,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
495,273 495,273 0000000000000000000189d7348fd2c179579f5ae4fbdb17d08a640ce3583bb9 2,632 1.00/1.00 vMB 156
495,272 495,272 0000000000000000005d1bafc5ce58c1dff2a58bfed50896e880c6e70697d36e 1,528 1.00/1.00 vMB 176
495,271 495,271 00000000000000000090b967547deb9de3dbae15ee6f3fa7593d6c4afeb5f49b 2,554 1.00/1.00 vMB 266
495,270 495,270 0000000000000000007b6f4c412067c1f40774a05e09c377c5fce4c603411b9e 2,104 1.00/1.00 vMB 171
495,269 495,269 0000000000000000005ae73a5c346f520c43b8d07dbe835f6f18675e3c9c60fb 2,307 1.00/1.00 vMB 213
495,268 495,268 0000000000000000006a73e8c27edb4bb893fa19614e1025debb5e9e8ed34f7c 2,165 1.00/1.00 vMB 338
Previous 10 blocks ↓
Total Size: 782.41 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: 665.18 GB
    • Received: 15.09 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.