Loading Tool

Explorer IconExplorer

Memory Pool

73,515 transactions
28.34 vMB
0.07207127 BTC
Random Selection Loading Transactions
Max Size: 167.75/200 MB

Candidate Block

Mining Attempt 3551123241ba89205ad94b8bf75e389536b4518dd8ba974914b59171dadab7bf
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 3bf310ad206fcf2d610e4765ba6d6ceb97cfc1310406eebfdaca6a6c51c5c37c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,530
Size: 1.00 vMB
Total Fees: 0.01534111 BTC
Feerates: 60.16 > 1.54 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (438,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
476,292 476,292 000000000000000000e42179bbb1053b65eb93aa305cfe4d70c7533b5bdee908 1,920 1.00/1.00 vMB 279
476,291 476,291 000000000000000000713bff454f5314a55096c00660081a68ed845c9dc8c450 1,961 0.99/1.00 vMB 154
476,290 476,290 0000000000000000003edeb0f6e3d5b28507ed99e366305eb94c7ac4d181decc 2,250 1.00/1.00 vMB 230
476,289 476,289 000000000000000000f9ae148096d36c24b549dd31d3faf5a7ea1ec3f8af7ebd 2,034 1.00/1.00 vMB 209
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
Previous 10 blocks ↓
Total Size: 782.46 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.83 GB
    • Received: 15.30 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.