Loading Tool

Explorer IconExplorer

Memory Pool

64,860 transactions
19.16 vMB
0.05543453 BTC
Random Selection Loading Transactions
Max Size: 124.56/200 MB

Candidate Block

Mining Attempt f523f8e588f5a9798aec5bbe0fdfbcf19e6187b8dc5333802d70e2374f9d2b7a
Version 20000000
Previous Block 00000000000000000001a4e78afec226e4dba5c6e0174c36af79062ee6f14c93
Merkle Root 0f9871de6db2cee62416b6ec4c5ecd282d67c7022513b02df257b28f6669f10d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,684
Size: 1.00 vMB
Total Fees: 0.01189820 BTC
Feerates: 159.01 > 1.19 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,821 (890,816 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
25,005 25,005 000000002f29904df16239fd833164fc6c9c2776c8f8df5201ba6bc24767b5b0 1 0.00/1.00 vMB 0
25,004 25,004 0000000004a0739e699d6985a966ab1f5de61beaccba899d6e65ceb3abb65a03 1 0.00/1.00 vMB 0
25,003 25,003 000000003374c245d8f9822c7a12056aa5fed1b17038cfc598b795dcc765a094 1 0.00/1.00 vMB 0
25,002 25,002 000000005790431186d11b58e459a320d5363d409ad998a67f71d6d49abe18fc 1 0.00/1.00 vMB 0
25,001 25,001 00000000a700c40776e53c325f32b4ff3590ebba2cc24ff50a5e3ea6f1b99ecc 1 0.00/1.00 vMB 0
25,000 25,000 00000000ae4b125eb183e689b7231eafa8c992d5b8c952d9f3cd30a79a788ddf 1 0.00/1.00 vMB 0
24,999 24,999 00000000a76bc8e64eaa38b946eb196dbfd2293412f042323d888aff8d7ca3d1 1 0.00/1.00 vMB 0
24,998 24,998 0000000062cd68050fe3a502b4826179af8ac604ec0d0eabc34e36f4174dc64f 1 0.00/1.00 vMB 0
24,997 24,997 0000000060c31bbbe083607489474b69e381aa1f9a15fd04788681fe28c48299 1 0.00/1.00 vMB 0
24,996 24,996 000000003c46964d4d38aaa976ee339f21dbc4b92aa62cfc142eec87ae444253 1 0.00/1.00 vMB 0
24,995 24,995 00000000026ddaf8b6b88464eea0b5a30caa3b45a5772a2cb3ec1db27b75fa06 1 0.00/1.00 vMB 0
24,994 24,994 00000000363a52122c7eb7359a647346d10a48b4224759699f7ef16b1c355557 1 0.00/1.00 vMB 0
24,993 24,993 0000000053660d52968d53daf29336498ab03b119a109f11128c43b9cc511d5f 1 0.00/1.00 vMB 0
24,992 24,992 000000007b766ef1a659f84a6bbda4cbae99fffd41da4ab7c63082f841a5b431 1 0.00/1.00 vMB 0
24,991 24,991 000000006808dfbba941d24e8f3877ebc933d795f3483cb345d47dce63615ff9 1 0.00/1.00 vMB 0
24,990 24,990 00000000fef7471aeec638adebf055501ebb71110f9ff96516d4def73b12775f 1 0.00/1.00 vMB 0
24,989 24,989 000000007c803cdcea3bdfebb920022df1798b3642deeb77051219181c14e649 1 0.00/1.00 vMB 0
24,988 24,988 000000005c696acc909fad3b7662cbd694923ee72159a4feb2bfa1c93b7da326 1 0.00/1.00 vMB 0
24,987 24,987 00000000a9e550f1510c8ee8b69568015ecde39eea2bdee9c927722133cbdb8c 1 0.00/1.00 vMB 0
24,986 24,986 0000000016dc1c5f301b8b85e2dae976ca97a6873e9dda520cb143afcffebd6f 1 0.00/1.00 vMB 0
24,985 24,985 0000000059a96d3db09fef23e7876035cc378d6b3fc70d8e19fa4fce4c66becd 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.79 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: 786.82 GB
    • Received: 21.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.