Loading Tool

Explorer IconExplorer

Memory Pool

82,675 transactions
31.49 vMB
0.08981080 BTC
Random Selection Loading Transactions
Max Size: 191.25/200 MB

Candidate Block

Mining Attempt ec25ae765b75ed8e0b61173a1853f54ccc69853e50bbea7c0868abe5d58c9890
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root 7275da3d69bf3f7e62c6d6eddba7e9cf5dddc62643d14cdb0010ff9810e6a56f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,183
Size: 1.00 vMB
Total Fees: 0.02152977 BTC
Feerates: 100.18 > 2.16 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (97,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
817,212 817,212 0000000000000000000016bbe2ae94109363284a2ec60edc5c7e2c083e383858 3,481 1.00/1.00 vMB 122
817,211 817,211 0000000000000000000018949d644e69e9d2803b848c442ca258c4b91546ef5a 3,433 1.00/1.00 vMB 158
817,210 817,210 0000000000000000000101e0bf475994c4a20a2ef32c75cfa0bbd8bb351df562 4,404 1.00/1.00 vMB 143
817,209 817,209 00000000000000000003ca6188aad7ab6ba1d0b69b189735be930b49460b5558 3,166 1.00/1.00 vMB 102
817,208 817,208 00000000000000000002ac1c193b45f7211b616a9435b6f14e2b8a77fe29a20c 3,922 1.00/1.00 vMB 97
817,207 817,207 00000000000000000003d2d3acdf57389d55abb2258d9566ca492c601b616277 3,694 1.00/1.00 vMB 129
817,206 817,206 00000000000000000002ac5ed0543b2a0f28a88bd6985b3674ed32283d11f5fe 5,019 1.00/1.00 vMB 92
817,205 817,205 000000000000000000009fde94b8a985adaedb0b44b238d061a67e509bf2db45 4,478 1.00/1.00 vMB 101
817,204 817,204 00000000000000000001c1fcec3b815d8af8610b05fb03850dff19971ddb04c1 2,560 1.00/1.00 vMB 123
817,203 817,203 00000000000000000002ba69fe893efc719a8bef35bb16e3129483b7e71723a9 2,796 1.00/1.00 vMB 165
817,202 817,202 000000000000000000040bc09534544cf6765a7bdd450dd99d675c508cd7ca4c 2,750 1.00/1.00 vMB 179
817,201 817,201 0000000000000000000143320af36d75d9ded0662eda1068089f8296f53d5e64 1,304 1.00/1.00 vMB 187
817,200 817,200 000000000000000000040de64caafe5bcaa17228c4b8912a4d474c84c03ac0ca 1,868 1.00/1.00 vMB 206
817,199 817,199 0000000000000000000064f68960d5763d378ac2f166b2d8993a9f8a400d62e8 2,937 1.00/1.00 vMB 246
817,198 817,198 00000000000000000001a3417f1fe322f91ab1affdb91055c3ac133d728c0286 3,899 1.00/1.00 vMB 233
817,197 817,197 000000000000000000004d3b94853ebf38e9c8dad6e65b3c5932afff695e8b67 3,401 1.00/1.00 vMB 257
817,196 817,196 00000000000000000002214a63604c88b48dfa2ad0ca67b3a13e07e4c35c3427 705 1.00/1.00 vMB 194
817,195 817,195 00000000000000000001035c77f4a6a9d7919efd316f1b717cf910c25a5ed1a6 808 1.00/1.00 vMB 204
817,194 817,194 00000000000000000002714b2666108ee58a930ea10db8f5c834bdb2f8840ff8 2,811 1.00/1.00 vMB 235
817,193 817,193 00000000000000000003868b959a90abd82f170c59389d0919546868e67bf871 3,665 1.00/1.00 vMB 135
817,192 817,192 00000000000000000000189b09eee1eaa5252548c5e2bdcb77fb49dd43f02385 3,162 1.00/1.00 vMB 123
Previous 10 blocks ↓
Total Size: 782.75 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: 708.75 GB
    • Received: 16.76 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.