Loading Tool

Explorer IconExplorer

Memory Pool

47,684 transactions
29.04 vMB
0.08246646 BTC
Random Selection Loading Transactions
Max Size: 154.86/200 MB

Candidate Block

Mining Attempt 7a6488e8a407f159465f84dcc34ef1d6789f6c76d36e910607cd6cf563cc8666
Version 20000000
Previous Block 000000000000000000005305ff331788dce4fd0d1cb306269ddf5357d0752558
Merkle Root 5c17665d6142ab817dc44d2696b6676023c54951d5293f1825e865931694cef0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,202
Size: 1.00 vMB
Total Fees: 0.02696177 BTC
Feerates: 100.60 > 2.70 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,848 (457,494 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
457,354 457,354 0000000000000000009a15f9500004f7d744f089fb1984819df7cda40a21b967 2,202 1.00/1.00 vMB 194
457,353 457,353 0000000000000000025c85df9dd98768994cc1ba450b621bed5e95cec45ed8b6 2,027 1.00/1.00 vMB 241
457,352 457,352 0000000000000000023d699a203a6802fd4b1b59e421a288788207da8d8fba24 2,330 1.00/1.00 vMB 207
457,351 457,351 000000000000000000b7e21ce871d3a88d7824a308d042b43d3abab1d863cb11 2,275 1.00/1.00 vMB 208
457,350 457,350 000000000000000001e2e32d31f9528b786bf8a0a099a2bf1409fb1836b64c3d 2,006 1.00/1.00 vMB 259
457,349 457,349 00000000000000000245f4a8b98d5446735d9e03853f6014fedd2e6b3eb5a075 1,770 1.00/1.00 vMB 113
457,348 457,348 000000000000000001f252cbd6f4096d90cbafa0b04675f6d9fad51aa247aefb 2,234 1.00/1.00 vMB 147
457,347 457,347 000000000000000001bc4f1a00fa14c7055ee78cefd877f2af92b065c0a490d4 1 0.00/1.00 vMB 0
457,346 457,346 000000000000000001574ec85ad361fae9abd35889574e69544c45152b2af735 2,517 1.00/1.00 vMB 218
457,345 457,345 0000000000000000010c2e8ae1bc20eeaae96cd9a4a69e4e7e9fc907238be508 1,447 1.00/1.00 vMB 114
457,344 457,344 00000000000000000031d77aecc21ccf9faac7dd705ca379524ae0609faab20c 2,160 1.00/1.00 vMB 122
457,343 457,343 0000000000000000018e0f7d7fded2fcbe81e8fcf2291284ffa2b4df52c4052a 2,572 1.00/1.00 vMB 121
457,342 457,342 00000000000000000016e7c7f022af80a4be7b292d3f5e6af512c674894ad1bb 1,896 1.00/1.00 vMB 151
457,341 457,341 000000000000000001579b818160bf8a77d04841f9de909dbbc7d95528ead15f 2,468 1.00/1.00 vMB 215
457,340 457,340 00000000000000000161004efa1c7c4f17b646e24332178e066e422c4f204bda 1,664 1.00/1.00 vMB 127
457,339 457,339 000000000000000001243c2de86b1be47833713a1e662b06db4a54ae429f2606 1,671 1.00/1.00 vMB 143
457,338 457,338 000000000000000000905eef55f4cd8a14a6299240852298a9b5357f30d90afc 2,621 1.00/1.00 vMB 209
457,337 457,337 000000000000000001de246bf1a4744e9e3e882ff2a08518a6564c067f1598be 2,301 1.00/1.00 vMB 174
457,336 457,336 0000000000000000023dd38ff54591ebc85f02bb31f3f32406c875b53400705c 2,202 1.00/1.00 vMB 193
457,335 457,335 000000000000000000580b4a7a6fecaede1d8e9423b1024dc94427e5d2e2da98 1,433 1.00/1.00 vMB 105
457,334 457,334 0000000000000000023a20ea9f262b1e49c2663597c4595d05a99a16f52e7a3d 2,674 1.00/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 782.12 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: 652.10 GB
    • Received: 13.72 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.