Memory Pool Memory Pool Refreshing

30,502 transactions
31.28 vMB
Show Random Selection Loading Transactions
Max Size: 133/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,270 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 5,295 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,269 (761,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
80,645 80,645 00000000001e1b28683875ab68412adccace818d70a86f91a999cb0b1256ad67 0.00 MB 1 0
80,644 80,644 00000000004444b4c7132ee7fb6b79f7c294b6dd790da64f289c1c00b267fb23 0.00 MB 1 0
80,643 80,643 00000000002ac9cfef28af90a5273d57391182538e493d1e02166ce42ad079d1 0.00 MB 1 0
80,642 80,642 0000000000250bf89924cda29336d4aa0886df48d3a32b83dcac527b21f4d324 0.00 MB 3 0
80,641 80,641 000000000023fc62ee0ac6c6d2a7968d8ddc0023236f89a255d976d8d6924533 0.00 MB 2 0
80,640 80,640 0000000000307c80b87edf9f6a0697e2f01db67e518c8a4d6065d1d859a3a659 0.00 MB 1 0
80,639 80,639 0000000000235b1ec6656d8e91f3dde3b6ab9ad7e75b332e4da9355ce60d860e 0.00 MB 1 0
80,638 80,638 000000000041b1b38c7adddc136b6aa4aded6c4d2600cb54f8511c1c2fe78ec4 0.00 MB 2 0
80,637 80,637 0000000000313a39deaff7c72bbab1db08150e0d316be869bab75f1a86f76cfa 0.00 MB 1 0
80,636 80,636 000000000042cbcfc36dcddcace4e1607d195c16547eb7eeecc11a1d32259456 0.00 MB 1 0
80,635 80,635 000000000014e586846afd9e102f767a64f6383b8f17d62fded73d11f6afd94a 0.00 MB 1 0
80,634 80,634 0000000000308e5b44e55b0561107456b92a172114a72ffa0fcc02efed768436 0.00 MB 3 0
80,633 80,633 0000000000350e2fdb03bf48f5036c4d8fe01529bd73b0ce2718f230d590a42b 0.00 MB 1 0
80,632 80,632 000000000037ee39d0c5283fd4c0804d35d9d7b2c6c7124941eda696d9df2478 0.00 MB 1 0
80,631 80,631 0000000000240c596becb4a6cfc1a497e5a0952131aff1c4dde394423f103368 0.00 MB 1 0
80,630 80,630 00000000002454784b718c9d30fecea96bc3da39b77a82d359de8c0754610a19 0.00 MB 1 0
80,629 80,629 00000000003be141cdc4668b0265da6a45949916f50cfbbee59febe553e23153 0.00 MB 1 0
80,628 80,628 00000000003fb3e0e2de38f3a585c6413df3d15fcbc81c61f9ba104e8fffdcc4 0.00 MB 3 0
80,627 80,627 000000000024668b8fdb210456fe5fabb535cf461a36562aad85d3e281673dbf 0.00 MB 2 0
80,626 80,626 00000000005aca6fefec6852d512c440e107863c3d9897fe7b84c7a994d95845 0.00 MB 1 0
80,625 80,625 00000000000754b54e2124e1267a5e1f914b917ba86219a83f989eaccf3c026e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 647.23 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,464.65 GB sent, 44.08 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.