Loading Tool

Explorer IconExplorer

Memory Pool

9,440 transactions
3.45 vMB
0.01067523 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 20.79/200 MB

Candidate Block

Mining Attempt 313079f8ed9799ecf146a8d68f64620ceb6d322a519172c1d11ddee9fa7b978a
Version 20000000
Previous Block 000000000000000000016f7fde1bd2fceaf41f3015c117cc3f2f9aeb4fba8aed
Merkle Root f5c7a943db4c7c134888bb1faafa950c1829bb2015230da126ff1c328e0e7bae
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,927
Size: 1.00 vMB
Total Fees: 0.00727428 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,497 (711,016 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
202,481 202,481 00000000000003036ea3db6008dfb36b77033731540144c14c78fba68071dcbb 472 0.25 vMB 145
202,480 202,480 000000000000031ea4669fcb6e8f397cf54b9199b76673d5bf7cfb28fd1706e2 21 0.01 vMB 126
202,479 202,479 0000000000000056e0e604f2e17c0ec04e41bdda97915ae8097a2a6458f96b98 191 0.07 vMB 194
202,478 202,478 000000000000050f687e7147fd63e96288050d5855e69a39880e2e79b3634cfd 108 0.04 vMB 102
202,477 202,477 0000000000000530bb33c88c06dbcc17a971a9560f69edb009f96ac5ab5f1c29 178 0.06 vMB 167
202,476 202,476 00000000000004e2f55d7a550442d434a8d262dc5e7d41675243d15841378083 140 0.06 vMB 138
202,475 202,475 00000000000001b279f654d585bd4e185f3478fea06b36767d7e33e5715a19f2 205 0.11 vMB 103
202,474 202,474 00000000000003719c54d503c72c7c40962e00695a243c3090aac3d06b207f63 229 0.07 vMB 78
202,473 202,473 0000000000000456796ed70b9e651cc7e53e561a8b9fbcb6687a512d215fab83 16 0.00 vMB 136
202,472 202,472 000000000000006712bde3e26b147f86c2b16ffce18d13a910dd7b6fe45ed006 163 0.09 vMB 112
202,471 202,471 0000000000000342e48b4c63e2258e1ae4f7fa7412cc388ffe927e4db286fcc2 31 0.02 vMB 85
202,470 202,470 000000000000055283065b4e9ba0b764e5d782fb4b4d8f504d7a0b8d78f487bb 47 0.03 vMB 115
202,469 202,469 00000000000004b3e3ba9e74bdc94ba5a5f080fedcfcc651b76ade7babfe21bb 341 0.19 vMB 153
202,468 202,468 0000000000000131e5107052501aca0de5553b5653467776e62fe58e73e99c8c 165 0.08 vMB 105
202,467 202,467 000000000000008ed016a7517e85aa3bb27660a11f2fdfd17888b6f332fd8c3e 335 0.25 vMB 120
202,466 202,466 000000000000026a78d300bdcc97010f1894439a45b21bbd314e47427a777a33 8 0.00 vMB 46
202,465 202,465 00000000000004113bf7addbffce53c0a44075dc34cfe861a4ff8df9f17397e3 11 0.00 vMB 479
202,464 202,464 00000000000003c6d67a1fc3b50eed642aade55bc99e78333828f7fd66b86983 653 0.25 vMB 136
202,463 202,463 000000000000007c478409fcb557559930f345c188ad2be8cd7a7184dc1dbb18 791 0.45 vMB 74
202,462 202,462 00000000000003ac501a73c991c5dc5823ca27dea1aac49bd0c89f638410fc59 418 0.25 vMB 121
202,461 202,461 000000000000041162642705c334716f08f44bf081f4ec97af5e75f3911d6f6f 147 0.05 vMB 263
Previous 10 blocks ↓
Total Size: 779.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: 366.15 GB
    • Received: 1.77 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.