Memory Pool Memory Pool Refreshing

42,484 transactions
41.38 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,700 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,271 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,699 (288,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
553,502 553,502 00000000000000000017b0522cdc4587ae71a39edc525302c1d0bf8cbe7b1f2b 1.05 MB 453 1
553,501 553,501 0000000000000000000230bef450892af770803da0e5ef4c1554e70993876a0b 1.27 MB 2,488 20
553,500 553,500 0000000000000000000f2766bc975b337f8e2391fe9ea9741f906a0dec21af41 1.12 MB 1,967 4
553,499 553,499 000000000000000000190ff09e61119625694f3e67dacd76b979943aa29429d5 1.28 MB 2,846 28
553,498 553,498 00000000000000000030940e6d623c77a05db93124b0378b5e585adf110370c4 0.85 MB 1,396 12
553,497 553,497 0000000000000000001cb150b7c4b651aa0807cb378a6fa46bce68d090028940 1.12 MB 2,213 10
553,496 553,496 00000000000000000008b8c5cb58818b5c84ae733077ff5c84122764af0840e4 0.54 MB 911 29
553,495 553,495 00000000000000000012672a428a18ca8f8ffe81126ba33f247e69e0f6f88e98 1.21 MB 1,773 5
553,494 553,494 0000000000000000001c7c13326c8d58fc0c4e5cc293200e38732a6f32f065ce 1.25 MB 2,802 20
553,493 553,493 000000000000000000314503d988f870a07670db6311ecac5f4b1672881558e9 1.15 MB 1,990 22
553,492 553,492 00000000000000000018ed0cb4e200842cc30f9aa42b838a2a494d380ff4f6e9 0.42 MB 852 29
553,491 553,491 00000000000000000005cd0f9470c095e8ea2ca462f99a7e1d531defb559bbd7 0.32 MB 769 15
553,490 553,490 0000000000000000000f166ce406b17ae37926ab26a2e46d0a0f578cff586d3a 1.00 MB 1,486 13
553,489 553,489 0000000000000000000fbfbe0191f010ea922e0463aefc8328a1962376306e76 1.32 MB 1,174 8
553,488 553,488 00000000000000000030024f11e9afa1d81d89fec96b2a7c396efee5069f729b 1.18 MB 2,472 28
553,487 553,487 0000000000000000001589bf541d78bc3f70f26baf9a1feb39bc05a56f404a1a 1.58 MB 803 2
553,486 553,486 0000000000000000001b8496b762072161e06bda6507937bba91f09cba143ea8 1.25 MB 2,448 18
553,485 553,485 00000000000000000001396826d49b72e9e1061665039553ac783a26a75e6dfc 1.18 MB 2,570 16
553,484 553,484 0000000000000000001cf0ebf56562a16461f1fea099950fcec09e1f2686b8a7 1.29 MB 2,979 34
553,483 553,483 000000000000000000189ffff78b77d6c408a36b99098c41fb4be2d4ff6ffceb 0.62 MB 419 2
553,482 553,482 0000000000000000002fa928a8c2ecf79f1d8f962745c49a8ba4f98e32de3f05 1.23 MB 2,809 13
Previous 10 blocks ↓
Total Size: 646.20 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 8,332.88 GB sent, 36.39 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.