Memory Pool Memory Pool Refreshing

72,913 transactions
26.43 vMB
Show Random Selection Loading Transactions
Max Size: 161/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,089 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,836 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,088 (153,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,049 696,049 00000000000000000005e28fa19c95f69b122fc64b257708c1b6948d0ab0be49 1.51 MB 2,985 11
696,048 696,048 000000000000000000049a066200a6a2455e3cd99e45abc905894ece15496e06 1.08 MB 1,652 9
696,047 696,047 0000000000000000000cd53f3e170dcf24e2f5bcf3e7665b265ce34a6a57637a 0.29 MB 632 14
696,046 696,046 000000000000000000038fe32806edd15337ce56575206201c15a4e44c18ebe3 0.04 MB 106 13
696,045 696,045 0000000000000000000d8c830ae2e5541fdd20f9071d93cf21c74bba5224485d 1.44 MB 2,881 4
696,044 696,044 0000000000000000000a14a52bdcb05a58f1402b1501dcf47745bff00e71e787 1.37 MB 2,456 6
696,043 696,043 0000000000000000000b5146ea082b6ef4efea0d599474e614949f91b9d80354 1.44 MB 2,781 25
696,042 696,042 000000000000000000017d9e818fc44b4842bb0651e98c2703e8d7d7f65a8d9b 0.82 MB 1,506 6
696,041 696,041 0000000000000000001083f49bb4e628b00c5e9ce63d23a5e53c2d5029b1fffd 1.50 MB 2,673 13
696,040 696,040 0000000000000000000f3c189250566ac972a9ec82b2b6707d464e7408f98b4c 0.65 MB 1,275 14
696,039 696,039 0000000000000000001198a07f56bbcf5530afb337fa3694c81d7ea631357b8e 1.20 MB 1,538 12
696,038 696,038 0000000000000000000e7e1fed3e69e4423577161f6317c8565dfcea35f891b6 1.06 MB 401 2
696,037 696,037 0000000000000000000c6eef6090c4d5c8b46f7d707fcce3c2f8f3dd8be70e78 1.56 MB 2,379 14
696,036 696,036 0000000000000000000ea9d06a0fe23a4d5ad47b27b8acb63177e7d24eec4e6e 1.23 MB 1,744 11
696,035 696,035 0000000000000000000af0f6363ac56f719ed009dff41bf953b80b599224f8a7 0.08 MB 184 20
696,034 696,034 0000000000000000000ac4c8ebb81c8899edeb04e02ed77c1c081aa7b9519214 1.39 MB 2,429 12
696,033 696,033 00000000000000000007aebe6ffcb37fbcaf0188555f671ac606620a5f3d692b 0.71 MB 1,104 12
696,032 696,032 000000000000000000087ff2ae69c8adcd07404b4730440c01044afc189a2f73 0.72 MB 1,158 12
696,031 696,031 0000000000000000000c8571da4b82d9d517f3748230366554e1afa0fd21d198 0.99 MB 1,603 10
696,030 696,030 00000000000000000004b6dc4a20b2542aade5cf22feeab39c3cb6f1da4cd52a 0.13 MB 157 7
696,029 696,029 0000000000000000000c9b55cc9de70a433635bcdba4743cfc669cb44cf700a8 0.49 MB 227 3
Previous 10 blocks ↓
Total Size: 659.79 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 107 incoming
  • Data Transfer: 3,127.43 GB sent, 7.13 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

The main features of this explorer are:

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able 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.