Loading Tool

Explorer IconExplorer

Memory Pool

81,061 transactions
30.55 vMB
0.09174013 BTC
Random Selection Loading Transactions
Max Size: 186.54/200 MB

Candidate Block

Mining Attempt 1cb9f276fed8970e1a21e8e58c81de23ec6126a65fedeac3c60865cc056ffdf1
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root c6c69726b05badd944dc15234ffcef0c864463c35995540ea01cce321ce2ff9f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,263
Size: 1.00 vMB
Total Fees: 0.02175945 BTC
Feerates: 151.00 > 2.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (472,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
442,754 442,754 0000000000000000004792b38728bca1413a0d6596069c967fb24392908f6d4e 1,836 0.90/1.00 vMB 51
442,753 442,753 0000000000000000017cc42310f4cd7932169462ae6b2c7f0fed6d4f1c2e45da 2,488 1.00/1.00 vMB 81
442,752 442,752 0000000000000000025e21cc4bde622e0f189ab7ad9d28214092498d158b1655 2,139 1.00/1.00 vMB 68
442,751 442,751 000000000000000001be4b392204d36f305771e2d48b9635252a7875aa24116f 2,223 1.00/1.00 vMB 80
442,750 442,750 0000000000000000017ed7646badc6e3a074f46b791613b451a5c3ec2fff0efb 2,203 1.00/1.00 vMB 102
442,749 442,749 0000000000000000008f619d6febc0d8418a1776c13af74afd1dbbb5294c0f4c 1,444 0.60/1.00 vMB 58
442,748 442,748 0000000000000000031f51197bebe9ec4634f35af49214cbefc03f826c2b5dae 2,476 1.00/1.00 vMB 91
442,747 442,747 0000000000000000036683a046343f9d95963eff88714aa50c82fe8ff64990d8 2,219 0.95/1.00 vMB 73
442,746 442,746 00000000000000000369590337d93b6d3a86a9bc1b51a7f9d7679c2d1d03b6ea 1,234 0.56/1.00 vMB 76
442,745 442,745 0000000000000000002b843f2902650e48595adcc28fc22ff6513a807156a9a8 2,220 1.00/1.00 vMB 68
442,744 442,744 000000000000000000ff4c2e358d85bf5f40b743959cd094197da57c43b9f171 873 0.63/1.00 vMB 41
442,743 442,743 000000000000000001caa32854a6cdcaabb55457031fc55162e2ba4017235e7c 2,502 0.96/1.00 vMB 80
442,742 442,742 0000000000000000025c7b8af1c9108c44a3c2afd314d2c3e72527c3d59a9c13 1 0.00/1.00 vMB 0
442,741 442,741 0000000000000000012a6771e0d4ff60dd90359e0e9abd3b8475413564e377df 1,926 1.00/1.00 vMB 46
442,740 442,740 0000000000000000031abb252f0db8e72b3f86ba481f8f0c20db02e022a02959 2,411 1.00/1.00 vMB 76
442,739 442,739 000000000000000003849117b37e586d659092886f89e148d2026e4740bec02e 1,980 1.00/1.00 vMB 72
442,738 442,738 0000000000000000039bd4c287a8eecc2f368931a79f14ecb5daf681fdc4c657 1,602 1.00/1.00 vMB 73
442,737 442,737 000000000000000001f3497e0f3c1910ebc544229b40f36975e412a8d6d79238 1,849 1.00/1.00 vMB 92
442,736 442,736 0000000000000000011329ec74d274e65a597f068aaeb8e9a80625940747f8c2 886 1.00/1.00 vMB 80
442,735 442,735 0000000000000000032b1aedf9f7c06b0186e87183bbaaa0fcb7a77895381f5a 1,810 1.00/1.00 vMB 121
442,734 442,734 000000000000000001c1a35927795fc12042690659d8d71a6a35ff33ff089487 896 0.40/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 783.07 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: 720.89 GB
    • Received: 18.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.