Loading Tool

Explorer IconExplorer

Memory Pool

72,547 transactions
28.02 vMB
0.06870839 BTC
Random Selection Loading Transactions
Max Size: 166.03/200 MB

Candidate Block

Mining Attempt 83e050caba0e5e2eb2f2c37a1c2dca2901a8f8d724460861483b0d84405a9ce1
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root bfd8898508f7d8dd9784297d368f05029cc016413b9fe483fb528c0bb38e0f6b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,905
Size: 1.00 vMB
Total Fees: 0.01242605 BTC
Feerates: 101.52 > 1.25 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (438,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
476,288 476,288 00000000000000000133261aff6988cd616acf3bb585ad3aec9869d232ed6968 1,429 1.00/1.00 vMB 141
476,287 476,287 000000000000000000232cb474e895116dab5b4dfe9b99d2130db7dadf4efba3 1,848 1.00/1.00 vMB 247
476,286 476,286 0000000000000000010057875387e55e3028a51836de5cfdd6b22fa5093956be 1,881 1.00/1.00 vMB 137
476,285 476,285 00000000000000000028d1fc2c264f05154fd55871bff5932eab3d8f78f25bcc 2,019 1.00/1.00 vMB 51
476,284 476,284 000000000000000000a6325d9fc9541ec8d053a85a4132dd4e5f908a4a97f19a 1,999 1.00/1.00 vMB 108
476,283 476,283 0000000000000000009b82220a300b5e06382274996c547191e30a242f731e4c 2,204 1.00/1.00 vMB 30
476,282 476,282 0000000000000000003d049896dd1cdd5d2510c9a321f88c8c253613d629d2e2 1,645 0.93/1.00 vMB 171
476,281 476,281 00000000000000000155e6859e8d6523a60dd33e57e7d16205708a30673d73d0 2,397 1.00/1.00 vMB 98
476,280 476,280 0000000000000000006a4d218799948cdfe0c47cf01aa392b248a7209f3a45f6 2,238 1.00/1.00 vMB 154
476,279 476,279 0000000000000000009436b8d868d55f6125dc6e8d5f3eb54a20fd36f3e43b84 1,780 1.00/1.00 vMB 125
476,278 476,278 0000000000000000001998102eda7a4b94ded93c931ae71b56721147682933a4 1,933 1.00/1.00 vMB 163
476,277 476,277 00000000000000000013390fdef839f9a84b06f7cae9d998377eabd44b39717d 1,668 1.00/1.00 vMB 189
476,276 476,276 000000000000000001438952ca18932d88ed235e86e662ff1001cfcf391a9650 1,584 1.00/1.00 vMB 162
476,275 476,275 0000000000000000010bd2e21fc19f39808846e3fb7d69450583c55388e0855a 2,029 1.00/1.00 vMB 230
476,274 476,274 00000000000000000106856053d6daf7e138125e228f1d72b08c9487e58cdbb0 2,146 1.00/1.00 vMB 212
476,273 476,273 0000000000000000002f990e09f2d2fb06eb91cc1580067e47c01ea010c29085 2,804 1.00/1.00 vMB 311
476,272 476,272 00000000000000000151077e3d4e0601354286a3cbe4d67dedde7d26e1b317d3 1,956 1.00/1.00 vMB 197
476,271 476,271 0000000000000000007df6d6851fd8b104b02ed9173cb14202aee5fa66c96443 2,280 1.00/1.00 vMB 59
476,270 476,270 0000000000000000010db10f23bef271a0dc3f01dd646723be63eb6d0f600b67 1,989 1.00/1.00 vMB 136
476,269 476,269 000000000000000001178d4437ca92a492471dc07ff27bdfa5e946aa904a1058 1,669 1.00/1.00 vMB 190
476,268 476,268 00000000000000000090ebfed446fcea8eadfc6d93f6f5ca653709bdb04e0870 1,876 1.00/1.00 vMB 123
Previous 10 blocks ↓
Total Size: 782.45 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: 667.46 GB
    • Received: 15.25 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.