Loading Tool

Explorer IconExplorer

Memory Pool

76,762 transactions
29.75 vMB
0.10173393 BTC
Random Selection Loading Transactions
Max Size: 179.74/200 MB

Candidate Block

Mining Attempt 28e2d687dc946f4769b21e615af31820a7b7c64c0a93611bd840d422df6e575c
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root 7c34441b64494608e018103d13c52a06e6ce8a4824d6ec41b3589f120d727e06
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,067
Size: 1.00 vMB
Total Fees: 0.03452907 BTC
Feerates: 357.61 > 3.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (217,748 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
697,687 697,687 00000000000000000008ca493bf7261c347dd70bea154040af0f9af78364fb28 3,187 1.00/1.00 vMB 14
697,686 697,686 00000000000000000001684d6ee4618dfe43bf5e71e58d9a46b65f06347df1f9 2,977 1.00/1.00 vMB 18
697,685 697,685 0000000000000000000b882c8a7729b0d0fa22a45621dd81b4289cd026f7c2d9 2,575 1.00/1.00 vMB 9
697,684 697,684 000000000000000000009c601845b3b48692e7c8ab23606cfc61004b94cc19cf 3,451 1.00/1.00 vMB 4
697,683 697,683 000000000000000000062fac4c23a3c3f30305433d1c7667a7d0a58d6c7dd155 2,222 1.00/1.00 vMB 8
697,682 697,682 0000000000000000000d6ecfc83aa68bc3a1b9c9d5a2c6c96b6d84c71ea65371 3,193 1.00/1.00 vMB 20
697,681 697,681 0000000000000000000a1c897d5a80866d2c99768e03111cc10318643a1fe76d 2,301 1.00/1.00 vMB 37
697,680 697,680 000000000000000000028fd68937cf1e2e0ca83c6b1ffef9a7fd10d551f67286 2,940 1.00/1.00 vMB 14
697,679 697,679 0000000000000000000d0a43ddb0e500bde83d1c7a225fb6a17185adb2e6e6c2 1,244 0.42/1.00 vMB 9
697,678 697,678 0000000000000000000fbab087251134562672eba13c9289c28374631954f1f6 3,044 1.00/1.00 vMB 12
697,677 697,677 00000000000000000001b3a4df896d60492f0041a1cfe3b9dccd4e6b83ff57f3 547 0.70/1.00 vMB 2
697,676 697,676 000000000000000000075d8fa1ee799890ab9f25997a8a58818715e11489edae 783 1.00/1.00 vMB 2
697,675 697,675 00000000000000000007b2fd2a6684476809816f9a0d388ceec904ea80bfd1d4 3,000 1.00/1.00 vMB 16
697,674 697,674 0000000000000000000d5c313f2e0456112a121999ca0c5ae54cc408a75712fb 1,985 0.98/1.00 vMB 7
697,673 697,673 000000000000000000039dd644ad394e8a03fd7908838f0c132fcab1a172a3d2 3,513 1.00/1.00 vMB 9
697,672 697,672 0000000000000000000c2f71844d39c58e9c7664333496b9f95634378807f7b8 3,226 1.00/1.00 vMB 14
697,671 697,671 00000000000000000009041dde1bb169b6c135d89f6bced537b6a181ce6f0470 2,589 0.85/1.00 vMB 11
697,670 697,670 0000000000000000000be7339ef5f6213e8b741a4a284b64672a3da8546a8dd0 1,323 0.51/1.00 vMB 9
697,669 697,669 0000000000000000000e04c4f852adf2725715aed37b633e1a4f5ae8fc641dd8 283 0.13/1.00 vMB 11
697,668 697,668 0000000000000000000f650bbae4657984cd6436ce05870fb8993e524d5547cf 959 0.44/1.00 vMB 8
697,667 697,667 0000000000000000000b72bda91707a4caf1542b901a2f2fa5f80b81b41f97e8 2,313 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 783.15 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: 744.10 GB
    • Received: 18.70 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.