Memory Pool Memory Pool Refreshing

64,075 transactions
27.92 vMB
Show Random Selection Loading Transactions
Max Size: 153/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,870 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,372 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,869 (148,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,475 696,475 00000000000000000006f35b121c81e2762ca6bd776194b4ddc8ddb691f84a20 0.21 MB 412 15
696,474 696,474 0000000000000000000413bd4b0951446471f94f094017ce3d14a21d05d0a84d 1.11 MB 2,122 10
696,473 696,473 0000000000000000000197eed432a19fc3974f3489fe21c855f9028d81c7d052 1.25 MB 1,209 7
696,472 696,472 00000000000000000003f7401223bb4b28ea08dfdecd6b313e228bc4d1e66a04 1.08 MB 578 3
696,471 696,471 0000000000000000000dff7247a7a94aec95ebcac5db7032a62de0b728907f4c 1.01 MB 199 1
696,470 696,470 0000000000000000000878617af6716af3f5b8a4953fdb8f6bd4349f14578696 1.06 MB 1,448 10
696,469 696,469 0000000000000000000db249c87e33ebe6117c75af424de33db5e755baec55f9 1.08 MB 506 2
696,468 696,468 0000000000000000000b563b61f756dbe2a0cb12e299f4279aed2bccf28b4cdc 1.16 MB 960 3
696,467 696,467 0000000000000000000c6d6963a208bb16a832f2a4e3d672fe248d4ee6bd2b9c 1.33 MB 1,841 11
696,466 696,466 000000000000000000064d5166b98aad3a4554267f2e8e7f1e804b1232103814 1.12 MB 863 11
696,465 696,465 0000000000000000000741a68e66fd07faa3cf8aeccc35886e0e266fa6c2118b 1.07 MB 1,224 15
696,464 696,464 0000000000000000000ffbae52bec676bc6772f74de23f97a30d0fa845202f6b 0.45 MB 622 22
696,463 696,463 0000000000000000000e539d4a3dd4fefb5644bf37a78acca230d6e983175839 1.20 MB 2,174 12
696,462 696,462 0000000000000000000d9acd4dec1393247d80588396e8a7e0b37146c33e9273 1.32 MB 2,414 12
696,461 696,461 0000000000000000000c9d6f775751e955c6855eb7bf61c050a0e0e55aef42db 0.12 MB 29 10
696,460 696,460 000000000000000000003f9992d4aaf9fa7a17036cd3d7f4f4ef0257124c6bec 0.77 MB 1,151 13
696,459 696,459 0000000000000000000cf53cb44e4f67e6b1687720d31cd84ff9ded0c63313f9 1.18 MB 701 4
696,458 696,458 00000000000000000002d20d23c2f0fd6c003bcf21c69c64693ba8afddbc4265 1.64 MB 474 3
696,457 696,457 0000000000000000000d70ddeb5254fa8387c6f387a1d6b416c54df2629d3666 1.43 MB 1,549 7
696,456 696,456 0000000000000000000bac3f5f99b2f007ec22bb15cfc17e56721dceea476ab3 1.47 MB 2,163 9
696,455 696,455 00000000000000000003d39f88797f6e276707b33805c72741543b29f2d37ff2 1.23 MB 722 4
Previous 10 blocks ↓
Total Size: 652.15 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: 9,210.34 GB sent, 72.77 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.