Loading Tool

Explorer IconExplorer

Memory Pool

425 transactions (0.12 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 0.68/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,321 000000000000000000022b910000000000000000000000000000000000000000 406 0.00427413 BTC 0.12 vMB 1.96
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,320 (702,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
209,937 209,937 00000000000004b700742c6d0604aba4244a99c9d863f3409d9864a9e038a195 0.25 MB 157 87
209,936 209,936 0000000000000462f66a7c7065999f7e52fe4e726707fa8978277173263432ba 0.04 MB 120 182
209,935 209,935 0000000000000411b02886cfcd2c953169430fe5278ac64e440a77a35b9af65f 0.05 MB 141 1,989
209,934 209,934 000000000000035424e6675f3b4ce91ac8c0a4f31c141f5ddf7cbac01fd4fd4a 0.04 MB 87 126
209,933 209,933 00000000000001a4a14fcada3d5e5cfa2cbd126a87abc435592b9b1c6105a377 0.02 MB 40 145
209,932 209,932 0000000000000119ed5998fe526f73251324e49b5be95a801115066b5e6dbb6e 0.09 MB 235 214
209,931 209,931 00000000000002fccdc0b05641af1e80f2b267e0725f85e4118cd1741affa7a6 0.20 MB 364 275
209,930 209,930 00000000000002ce500dde6d9858af848b28517e319ccdea54b1eda913794bd2 0.02 MB 87 20
209,929 209,929 0000000000000162dc257fbfdaa8e2cf414402b2875a6a2e54f3f52eb1a6d325 0.10 MB 231 163
209,928 209,928 0000000000000062fe279faf770612e26ed6da40b4eeae3e75b66cf32e28576f 0.00 MB 13 185
209,927 209,927 00000000000002eccb3fe5a3332fdec3dcef93620292c17fb67680dd991d5bae 0.05 MB 65 86
209,926 209,926 0000000000000038a07498ad9217798137b7803c9c89d1f6bfa3855b2c1afc6b 0.01 MB 57 9
209,925 209,925 000000000000010b43f36666c739b8a0fbdccd7586e68b54b81668e77b75be9f 0.08 MB 166 182
209,924 209,924 00000000000000bc089107960993a777ead81fa1ca96ef42a300efe18f2b0b2e 0.03 MB 115 90
209,923 209,923 00000000000003deb4b537b6ecfdcea0e92a91a3903b51fe0809040b700733c7 0.12 MB 266 203
209,922 209,922 000000000000027c8762be2befbfb2b7c628364238c89a8d6f2536b92f75b9d7 0.00 MB 6 445
209,921 209,921 00000000000004149d976260d412487a1dcdc23ca52ae29b77fe56409303aa6e 0.04 MB 92 186
209,920 209,920 000000000000024f743ba8fadbeb4310cf6d0a23b4cd403fe59143ba0b4d1f92 0.00 MB 1 0
209,919 209,919 00000000000003a65d2d8348a946885bd9d2c0285ef7d6a112c59e2ca9867489 0.00 MB 11 0
209,918 209,918 00000000000000339d4c41e1fbcd593175f08e8e4203896fcb0c3c848236c594 0.04 MB 66 373
209,917 209,917 000000000000025f5780650c1e9397efb2b2372c05417de5b1a3bf98e9cbc717 0.03 MB 51 134
Previous 10 blocks ↓
Total Size: 777.66 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,543.07 GB
    • Received: 136.66 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.