Loading Tool

Explorer IconExplorer

Memory Pool

14,036 transactions
2.59 vMB
0.01050734 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 21.05/200 MB

Candidate Block

Mining Attempt 22e696dd2645f2824d9f710e718265df57a16d708ff7a958d2e656fc303ff131
Version 20000000
Previous Block 0000000000000000000113d7f859536e2df3cfa4c55255de60dcecb96625972f
Merkle Root 613b3dab64f858103d69ee16f9cc42e317688f6f0e2c760ef218a3f41e0121f2
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 501
Size: 0.13 vMB
Total Fees: 0.00420664 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,858 (672,744 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
240,114 240,114 00000000000000f87be7aafabee2462614a6e3f95f3935157b9874f88972a354 0.25 MB 505 151
240,113 240,113 00000000000000054ff7d31cdcea2a29c010c3a9814db5adebacd6bc05787565 0.25 MB 638 232
240,112 240,112 0000000000000096f55532ceb8bc145bbdc9b871efce31318d99100a0f514bd2 0.19 MB 394 150
240,111 240,111 0000000000000017e000ee7b9e41e8ba316dd6b5773fd85351b72ff65efbc517 0.25 MB 436 122
240,110 240,110 0000000000000068d1bd9c9da494a0f1614e7ffcca574341cc2bf0a5a8017ae2 0.32 MB 584 124
240,109 240,109 000000000000005a6d455c1d17eab89ccecc8d520dd5f3e57fcdc0afb4f60e13 0.25 MB 712 216
240,108 240,108 00000000000000a4b373cd4623fbcece23812948fd8be4573673b8a53d6962f1 0.13 MB 128 82
240,107 240,107 00000000000000415d908a36c6997bffe82aebf8a10747b85a06e852b8105484 0.09 MB 146 171
240,106 240,106 000000000000005207744b6c91b6ce78e417efd77f25a119c824bebad27822ec 0.15 MB 387 197
240,105 240,105 00000000000000f4b2bfbbf938e50466b8211dad81c12295733eb7c1b6ad78ab 0.19 MB 256 33
240,104 240,104 000000000000003db502d9c570e854e9bc84687c432a4641c6e92feb9bfcde97 0.15 MB 313 171
240,103 240,103 00000000000000c0104841efeefdb76030f8dccb86283161b0f8ddd370894936 0.25 MB 432 105
240,102 240,102 00000000000000fda8cdc260430a8c463df22a5492e7a10a2d597d217909d86e 0.11 MB 256 216
240,101 240,101 00000000000000648c0b428ed673c39f13e1b905efd84d05a76db8e3622e070f 0.25 MB 696 252
240,100 240,100 0000000000000027eab65e0a93eb71ff35d18ab1b13fdb4a3269509fd06d1536 0.18 MB 222 99
240,099 240,099 000000000000003ade43f493c7bf6092420c17d10d8240da54dc416a4b5f6d57 0.14 MB 239 103
240,098 240,098 0000000000000060636e16723bbe83e8d1ec107e774161504ff20b265244fb0f 0.25 MB 237 40
240,097 240,097 000000000000007510a9ecd381860849b5012bdc1f40c99443adf49ca3ef3938 0.00 MB 1 0
240,096 240,096 00000000000000d835a183bf4757e4a1b937c8228314edc833a6f5995f1d38c6 0.25 MB 436 126
240,095 240,095 000000000000002d1fc68d2cdc26149096140498426941047307d489f333dc10 0.25 MB 734 268
240,094 240,094 000000000000001a84ea2756424ab273efd6915ac311702bbb0470afe682fdc4 0.25 MB 749 224
Previous 10 blocks ↓
Total Size: 778.59 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 109
    • Outgoing: 10
  • Data Transfer:
    • Sent: 206.86 GB
    • Received: 2.20 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.