Loading Tool

Explorer IconExplorer

Memory Pool

82,684 transactions
32.39 vMB
0.07129037 BTC
Random Selection Loading Transactions
Max Size: 191.71/200 MB

Candidate Block

Mining Attempt b1027ce3cb9f8faf5d221e8c199a98e3a05f48469f3e86ea1857b87745315b2c
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root eae9591ba90287c2da83e4eee8ede2aac08c8bae5a706b60993a65faff2ad5c3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,076
Size: 1.00 vMB
Total Fees: 0.00763957 BTC
Feerates: 203.60 > 0.77 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (260,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
654,561 654,561 0000000000000000000c4089cf8de5678e467062df288e70581980cfa8ff3d9b 2,632 1.00/1.00 vMB 277
654,560 654,560 0000000000000000000063f02806b65b3afdb0aaca12bf0746fc8f0ee1d03518 3,158 1.00/1.00 vMB 292
654,559 654,559 00000000000000000007600dc8af864d4aa259c8f91909eed9eb533ed39b0f3c 2,070 1.00/1.00 vMB 243
654,558 654,558 0000000000000000000bf65be0aaa50c0dc6feacc8463e0824f97a874e75e2ca 2,757 1.00/1.00 vMB 269
654,557 654,557 000000000000000000072be105a32a76f8bd8af795317b33f3a84a89bde9f974 2,766 1.00/1.00 vMB 262
654,556 654,556 0000000000000000000e013e65710653394cdf178d0c815f12b0f93e544c681f 2,797 1.00/1.00 vMB 274
654,555 654,555 00000000000000000001937395ac71bd616c751eb7318ee421eaf9ce2633f518 2,618 1.00/1.00 vMB 231
654,554 654,554 000000000000000000069cc299071f15ddc46c7dc0cbc3c57a9a1658c3b7fb13 3,155 1.00/1.00 vMB 283
654,553 654,553 0000000000000000000df83d745a04c34c9ef8147bb491daf5e278150065c21c 2,655 1.00/1.00 vMB 212
654,552 654,552 00000000000000000005bda98d92c7c6cabe9556c67ee9fe7bb3fb955806f6f2 2,894 1.00/1.00 vMB 231
654,551 654,551 0000000000000000000df13e7edc309625a7d3854a72c95999c2dd844122428d 3,165 1.00/1.00 vMB 211
654,550 654,550 0000000000000000000c5348548f22f322ff4909131d8fc13a54d83ef6b21652 2,481 1.00/1.00 vMB 239
654,549 654,549 0000000000000000000978eaf67f6b8808a06aeb63fc6f1ecf0431f0da75b73b 2,258 1.00/1.00 vMB 235
654,548 654,548 00000000000000000003ab428fd08766926bd11302956619e926f5bb780a4ffd 2,843 1.00/1.00 vMB 221
654,547 654,547 0000000000000000000019753e5bb12dac7a53e3aa81bb572392472afc02db00 2,610 1.00/1.00 vMB 260
654,546 654,546 0000000000000000000bb1e957cdeb49690188181e1144b7ef6be9a29aad1a5f 2,826 1.00/1.00 vMB 222
654,545 654,545 0000000000000000000cfe6100748773e3e7d0531b7c31717dca92830eeeb2a1 1,780 1.00/1.00 vMB 222
654,544 654,544 0000000000000000000ad2920e9d7ced479617e515c88791a1ea0d1b16814d01 2,788 1.00/1.00 vMB 218
654,543 654,543 0000000000000000000c3011bc48f1ca2ed383f3d8fa89af4bb356b8a5bcc33d 2,698 1.00/1.00 vMB 253
654,542 654,542 00000000000000000005ad8c404a7b9219cf769f90515b1b624136b25f6f526a 2,485 1.00/1.00 vMB 219
654,541 654,541 00000000000000000006c3576694849a2534ab7344d1566812dc23e4fd9ee232 2,562 1.00/1.00 vMB 247
Previous 10 blocks ↓
Total Size: 782.29 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: 657.23 GB
    • Received: 14.50 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.