Loading Tool

Explorer IconExplorer

Memory Pool

83,236 transactions
31.07 vMB
0.09346840 BTC
Random Selection Loading Transactions
Max Size: 189.92/200 MB

Candidate Block

Mining Attempt 292a798d35946260838c0797486758b1167249573afc747930f22823fa55ddb2
Version 20000000
Previous Block 000000000000000000019cfdd578855077e60f36c781b1a8c71950cba95fc08d
Merkle Root f4535124c4719d1569586ec9f41e0cd203dc45b5d831672be82c946fad5c2bce
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,816
Size: 1.00 vMB
Total Fees: 0.02104225 BTC
Feerates: 150.92 > 2.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,361 (613,996 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
301,365 301,365 0000000000000000733b21edd556438ffa7e636eddd627754c86415a51b33178 194 0.19/1.00 vMB 23
301,364 301,364 0000000000000000674b60c327c54ac9fa07f1aeb9323d6b42b123bfb87fe73d 239 0.20/1.00 vMB 21
301,363 301,363 0000000000000000727ac1a9c7d9036eeb4c2471759eff90eb0011d80c53bf51 177 0.07/1.00 vMB 34
301,362 301,362 00000000000000006188c3c45b1d487c32acdc7825416627845764fe392619e1 128 0.06/1.00 vMB 28
301,361 301,361 00000000000000002e29beb2953d7736dd763638c59bc130bb770049d70af4db 356 0.20/1.00 vMB 35
301,360 301,360 00000000000000006bbb5c140abbdec442f4f4c701a056cb3d4621f5f5e3194c 197 0.12/1.00 vMB 25
301,359 301,359 00000000000000001ac70b27cd706a80a0bf206f7cacd69612367377413aeeac 11 0.01/1.00 vMB 29
301,358 301,358 00000000000000003a8e33772649d7c5ee1c9d3362cb2c864f2bcc2bfa12f1bb 200 0.11/1.00 vMB 29
301,357 301,357 00000000000000007560698362f27ab3341bea4d90b923ae4f13a36437cfd15e 209 0.11/1.00 vMB 30
301,356 301,356 00000000000000002f538d858bb5a23beb3c7b8350bc65ef10bccafa1f0b9c96 129 0.10/1.00 vMB 34
301,355 301,355 0000000000000000577ac491b3a8a443209f0a6f9ac264f6bc442acdd41bc814 300 0.19/1.00 vMB 29
301,354 301,354 000000000000000074822281746bace42cd151f0f84a5854588a4aa6688217df 47 0.02/1.00 vMB 43
301,353 301,353 00000000000000006009c74d7236f934cbfc4818fffbe35bd38acb423cd1344e 51 0.02/1.00 vMB 33
301,352 301,352 00000000000000004276eb6f4cb4c10bc67aaade5dbc29d9fca4d9ba2c216027 340 0.20/1.00 vMB 25
301,351 301,351 000000000000000026e51734250c78cfedcd0d62f8e55f42931f85691df9cd80 321 0.21/1.00 vMB 24
301,350 301,350 000000000000000019d38f166f7aedc93a3d0fd626e0c4b9132299f66c064c58 330 0.39/1.00 vMB 24
301,349 301,349 00000000000000005687b6a871d389bd34ade88166cb18c1fe455841293f181d 621 0.38/1.00 vMB 28
301,348 301,348 00000000000000000ae24f36b50cfdb0370228fe07b71af91e845e11fe39f0ac 344 0.22/1.00 vMB 27
301,347 301,347 00000000000000006982d30772ee92f74da176f16fb835291a3182ad861c2722 44 0.02/1.00 vMB 13
301,346 301,346 00000000000000002e9e1e057e5567998ed1263e3b17969a181f29b481b47c28 104 0.05/1.00 vMB 25
301,345 301,345 000000000000000024348c2d5b7c878d564319674cfa293ac49ad12194a1f023 133 0.15/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 783.02 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 719.30 GB
    • Received: 18.02 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.