Loading Tool

Explorer IconExplorer

Memory Pool

64,879 transactions
19.21 vMB
0.05211305 BTC
Random Selection Loading Transactions
Max Size: 124.94/200 MB

Candidate Block

Mining Attempt b9c2ba05d9d93f492ed2a47a86d4af36a50a6dac7e93c0b406e0d7a91de4cef2
Version 20000000
Previous Block 0000000000000000000103f36a639c33056de6071b13a2f01412de7acb59342f
Merkle Root 31f25c8fde03132fe34106c182028792b202ea5f69b2e3cdad6574fe33d0ce96
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,467
Size: 1.00 vMB
Total Fees: 0.00838846 BTC
Feerates: 147.96 > 0.84 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,818 (890,817 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
24,984 24,984 000000004a308100c3e6bf55294aab411e31231d6e1ffa49c6263f9751428d91 1 0.00/1.00 vMB 0
24,983 24,983 00000000b6095f8339dd9f9616d810db9562f5ba50b87303d666137068c01f1d 1 0.00/1.00 vMB 0
24,982 24,982 000000005efb957f63e7e2a12df6e9f1d018561c3c90171d893c6a7bcc535915 1 0.00/1.00 vMB 0
24,981 24,981 000000002c8c779718119a611e55680542a6d2a631baf54612bb910829bbb141 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.76 GB
    • Received: 21.68 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.