Loading Tool

Explorer IconExplorer

Memory Pool

46,331 transactions
27.16 vMB
0.07071645 BTC
Random Selection Loading Transactions
Max Size: 143.33/200 MB

Candidate Block

Mining Attempt 6aea11a3e07746efec22ad390383e803973c0258f8d8e9b4d4ff8941203b9cb9
Version 20000000
Previous Block 0000000000000000000210106905380666cdf8219c37e0bb12d364b24b5bbe7a
Merkle Root 20235964d80ab5af08df9d56fc61633ddf6aac8c272ea07f413b970ced6f1e58
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,243
Size: 1.00 vMB
Total Fees: 0.02019044 BTC
Feerates: 135.80 > 2.02 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,756 (595,087 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
319,669 319,669 000000000000000011df5b4c8776f0817b3fb79c7aacbd2213c5bd671fd5b39f 912 0.66/1.00 vMB 22
319,668 319,668 00000000000000000e70d3d0cd6ae54774641dfb7b6f5c0e4ea37f7bf56d21b4 473 0.42/1.00 vMB 18
319,667 319,667 0000000000000000249cc603b6fe95156a7f8151e539cd56a4d6cc7c2975ba9e 512 0.16/1.00 vMB 42
319,666 319,666 000000000000000027ed96357a49d2adcf6f83fa78247aaa8dba6a5f0a96d8d8 243 0.14/1.00 vMB 25
319,665 319,665 0000000000000000269455a778e76c86a76be261c7afe930552d0b6f9c5f19d1 370 0.21/1.00 vMB 24
319,664 319,664 000000000000000020b487cd1b9649975ee7afcdb57bad2c2bd69ab3cc120b1e 80 0.03/1.00 vMB 29
319,663 319,663 000000000000000020c0e4edb1e484d4b943b0bfb16e8cbe3337bc68ccd9371a 309 0.24/1.00 vMB 20
319,662 319,662 00000000000000000dd4b9e52d5a53687d6e5a6c7629161f24e15e4b8eee63ff 327 0.26/1.00 vMB 23
319,661 319,661 000000000000000021939a0681c00ff349c04ef6e2efbbea5f10bb0bdc48452c 363 0.18/1.00 vMB 20
319,660 319,660 00000000000000000ebfe07e05f07eb6f19f4f7c5e62e594c2b365ed291f6b97 937 0.50/1.00 vMB 28
319,659 319,659 00000000000000001bc89d8b94f70135aa51b1e313fc4027f7145644d50f408e 1 0.00/1.00 vMB 0
319,658 319,658 000000000000000000abd4c0674aba2751d88d8b9bdef3b09c34080ff6a0adf7 338 0.20/1.00 vMB 23
319,657 319,657 00000000000000001c38291333d263de95c801602ec79ca081d20dde694f63fc 120 0.06/1.00 vMB 29
319,656 319,656 000000000000000018a17b37f8dbe776e612d8cebc8ab04e0f4df6ed4a8fb757 539 0.34/1.00 vMB 25
319,655 319,655 000000000000000016da8cde966d07312e3ea31c846caed5e94732ec919cc9fb 63 0.04/1.00 vMB 26
319,654 319,654 00000000000000000196817eca696956422bf14082b87ab0931d4aaecd97c5d7 1 0.00/1.00 vMB 0
319,653 319,653 000000000000000019660027f7e95cb2fd010c99e87edf7b0c9da46af01650a5 157 0.15/1.00 vMB 15
319,652 319,652 00000000000000001a8dea4a401c5210757923953113c37fefd2663c5214abfd 132 0.07/1.00 vMB 26
319,651 319,651 0000000000000000260c6f3c5b9962093d52605612744820f77cf0ed8c8aea7d 171 0.09/1.00 vMB 28
319,650 319,650 000000000000000021953416eda22f5dd555d0db0c4dcc0bb910d4ae204f6276 463 0.33/1.00 vMB 23
319,649 319,649 00000000000000000b08ad79498e3541d384710a67c48645f4b9b50b944d8a56 63 0.03/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.95 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: 647.36 GB
    • Received: 12.93 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.