Loading Tool

Explorer IconExplorer

Memory Pool

47,170 transactions
28.04 vMB
0.08823869 BTC
Random Selection Loading Transactions
Max Size: 148.63/200 MB

Candidate Block

Mining Attempt 2b7190616e9e1b1710e47914c3077e86438eb1fe545035d97d1c52645601aa4d
Version 20000000
Previous Block 000000000000000000015e8f4c39ca0699d930716f37fac725961f0c21424ed6
Merkle Root c96402e537e4925925b75331d9cd31740193c727faaccd7bc9b2a5ea7a776b13
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,193
Size: 1.00 vMB
Total Fees: 0.03285891 BTC
Feerates: 200.00 > 3.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,906 (260,339 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
654,567 654,567 0000000000000000000b0e37e1c4362fd2d0dc5924eb407324f7dd790803c611 2,468 1.00/1.00 vMB 258
654,566 654,566 000000000000000000036f252652f0fe2fb91e7d404743e9963c9674c6ff32f9 2,699 1.00/1.00 vMB 265
654,565 654,565 00000000000000000009f5ece464137abd6baed8c2868a6d763ce3a2823fea6b 2,808 1.00/1.00 vMB 320
654,564 654,564 0000000000000000000a79928c870b169b4bc0e5938c7ff46b22f1eaeee35ce5 2,759 1.00/1.00 vMB 245
654,563 654,563 0000000000000000000228056dafbc1a98ddb6f3a3c006cc543d0947ba220ac0 2,886 1.00/1.00 vMB 246
654,562 654,562 000000000000000000032f0bcbb44875207c7baccdc1c3350d37d3fe48eba0ab 2,756 1.00/1.00 vMB 265
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
Previous 10 blocks ↓
Total Size: 782.22 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: 654.78 GB
    • Received: 14.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.