Memory Pool Memory Pool Refreshing

93,881 transactions
36.18 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,686 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 6,356 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,685 (725,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
119,023 119,023 0000000000006e89474102d916384d1b13658c7755189ad0bc66165d3bc8d4e1 0.00 MB 7 0
119,022 119,022 0000000000004225d5316fa17bd9cd12c405a796c16bfe59327c6f65e748c5c7 0.01 MB 20 948
119,021 119,021 00000000000043e6cf34e9fd400b0ef04799b11c05c1f7d896fd30d3cf405473 0.01 MB 5 0
119,020 119,020 0000000000001cff45b2c8aac0df07394983b5086edc42cb107c021daa5fb3d6 0.00 MB 11 344
119,019 119,019 0000000000008165cd860348f647606d8cb042155cb2d22c05ff7ce4834ec8dd 0.00 MB 13 940
119,018 119,018 000000000000778cc73ce157a25212fb34bd2e72778911cc9a3bdead13a5e2b2 0.04 MB 115 265
119,017 119,017 0000000000001df3f962e6bd3bf9af907fd5ceaf15d54a306caae305254204ee 0.01 MB 17 1,469
119,016 119,016 00000000000019e7420d525f9f341f1eabdcbdaa64ae14968d1bc15a72049f61 0.01 MB 17 703
119,015 119,015 000000000000a29e28216780c49e36ca1b18f514345f0b99af47992f5f72d7f3 0.00 MB 12 779
119,014 119,014 0000000000000437432cf00a51ba7cf5ad3e6421cd568d71921e421892a84c77 0.01 MB 22 402
119,013 119,013 00000000000099ecbc5b2aef76b6b6a4690d7c20353bf8e82232f883162aae03 0.01 MB 7 929
119,012 119,012 0000000000004f42b6715a2710728996789e80dec5a0471bba66b69ec2e3cee4 0.00 MB 9 0
119,011 119,011 00000000000019f81488482f58e4078f76f5b769f1986c68c11ee967200401d7 0.02 MB 37 456
119,010 119,010 000000000000b5a377bb93d3475276d0a6b36577981341b5d50c897edbdfed33 0.00 MB 8 0
119,009 119,009 00000000000021fa3db5ee56e349bd132a16f20d1b5775fb3679e149b206f840 0.00 MB 5 0
119,008 119,008 0000000000006e8a3b9b5ddcbb61a95696a24c5873efcfc8c66414d8b26d5c46 0.00 MB 10 0
119,007 119,007 0000000000008150393def674767b842cf597b496cdeb3aa83adb3eae012c8aa 0.00 MB 8 0
119,006 119,006 00000000000007af787cda88a01ea35f2490caa6247d6299035e650c2ced4279 0.00 MB 10 348
119,005 119,005 000000000000990c106b272914a697eb83c850f67b1eac6404ff8f64ae358186 0.01 MB 18 127
119,004 119,004 00000000000065b2aef896e0d7d6371f45aaae3a719ac7a49ba29de8439ac715 0.01 MB 4 1,072
119,003 119,003 0000000000006545dda96ea464686175b6d4a96d994b2ec938c7766ae284034b 0.01 MB 37 161
Previous 10 blocks ↓
Total Size: 651.81 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 9,178.76 GB sent, 70.80 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.