Loading Tool

Explorer IconExplorer

Memory Pool

50,145 transactions
30.15 vMB
0.10077278 BTC
Random Selection Loading Transactions
Max Size: 161.42/200 MB

Candidate Block

Mining Attempt a4eb771124577ecf2c0dfe7e4378d2f80b9e24bff388b73f0f36349ad3ca996a
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 36640f257e2da151ba3b0573bd33a7541cd96b4a80f127d706ce9583d1e51f58
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,253
Size: 1.00 vMB
Total Fees: 0.03046650 BTC
Feerates: 80.71 > 3.05 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (462,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
452,151 452,151 000000000000000000d46fb9295869f107a9341ba8f439e107d748c7201ddf37 1,675 1.00/1.00 vMB 102
452,150 452,150 0000000000000000027790f71962b933d1f77d8ef875e8c882eb8c81b930ab08 2,381 1.00/1.00 vMB 84
452,149 452,149 000000000000000001429c2ea3ca102c2f64fbfd768673e4ead91adedcd27f6a 2,193 0.99/1.00 vMB 149
452,148 452,148 00000000000000000077e50d982e5747fd46777b8291e3755bfa8da8ae73babe 2,468 1.00/1.00 vMB 146
452,147 452,147 00000000000000000255125d04c692032d73e5c2580fc0de61a2c3a3ff0bf3bc 1,346 1.00/1.00 vMB 111
452,146 452,146 0000000000000000022f9c51e2a9b11ea290700387da8d0defb40198f56a2752 2,888 1.00/1.00 vMB 167
452,145 452,145 0000000000000000022404e798e8d8dc51dc197b6acd158f26d96c8692a579d3 836 1.00/1.00 vMB 84
452,144 452,144 0000000000000000000060e984498dd1e27baf4cd00eb3ed7cc879f63aae6457 1,208 1.00/1.00 vMB 88
452,143 452,143 000000000000000001b5bf891d898153d1c7a7c8a32586f10b190ef815ea4565 2,768 1.00/1.00 vMB 85
452,142 452,142 000000000000000000af3a8e5c10c6e052b6dc32e1af861710a2ab660faeb2f6 2,441 1.00/1.00 vMB 144
452,141 452,141 0000000000000000026ba3c5bac12846e7a3267920ba23828c30eb063503385e 2,556 1.00/1.00 vMB 144
452,140 452,140 000000000000000000f31a4fbf0b1ae9696b182ec6c0af46ac079790a2e1fbe3 3,178 1.00/1.00 vMB 67
452,139 452,139 000000000000000000a9e20a0b0d8244a4303a4ee226c653c58a216f27d798b0 2,328 1.00/1.00 vMB 98
452,138 452,138 0000000000000000027e6440c6a051e85b32cc4956076a7f36c61eff06c22ecc 2,154 1.00/1.00 vMB 112
452,137 452,137 0000000000000000029346d81e186e2953c5b65ae18cd4d32dd67486c9d57bcd 1,685 1.00/1.00 vMB 131
452,136 452,136 0000000000000000005b711e26b61b79fdae74d64fc191695804a2a6c8b41763 1,906 1.00/1.00 vMB 151
452,135 452,135 0000000000000000008f75f18ae2535586367c3ce1dda8468cce3305be81c11e 3,155 1.00/1.00 vMB 165
452,134 452,134 00000000000000000219eab9bc2324ebc6a81c98cbc586f5914d91c96d0497e1 3,206 1.00/1.00 vMB 190
452,133 452,133 000000000000000001f68cbc9f4ed3a0f1f10b736e08591481c4de7c9f62478a 2,740 1.00/1.00 vMB 125
452,132 452,132 000000000000000000ad30243b8750944a37617f36b6d2406e0ac57bfc725b69 2,029 1.00/1.00 vMB 88
452,131 452,131 00000000000000000257b0159d52f8ade0ab84b7296027ee1603caf55f96da0a 2,234 1.00/1.00 vMB 136
Previous 10 blocks ↓
Total Size: 782.06 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: 651.10 GB
    • Received: 13.40 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.