Memory Pool Memory Pool Refreshing

31,869 transactions
35.04 vMB
Show Random Selection Loading Transactions
Max Size: 150/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,889 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,126 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,888 (275,470 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
566,418 566,418 00000000000000000028d62c048ae58e0376a0cc2785561cfcaf74f28510f2cb 0.23 MB 484 19
566,417 566,417 0000000000000000000d6c8a608baac9f6aded3a79324a69dc748d87ce6bf152 0.85 MB 1,781 27
566,416 566,416 000000000000000000025936fe255ab99ee73cd6a38f1f2f2fc6a27213235604 1.10 MB 2,258 8
566,415 566,415 0000000000000000002ae02f5b68e43ccb1630afb753a4f6972cda9a23c8d0bd 1.30 MB 3,497 40
566,414 566,414 0000000000000000000be7d006f726d3ecff6952922b90d988d39f7d0150633f 0.69 MB 1,312 26
566,413 566,413 000000000000000000193cc7605bb238e5e4552388fa93c2d05b4a880be69dc1 0.08 MB 253 22
566,412 566,412 00000000000000000010cc20b0f257fe6135ee0aab341576a1882439f0080349 0.01 MB 28 24
566,411 566,411 00000000000000000015b1449a3226762be05d880e22a2fc9c30598cf11b7da5 0.04 MB 116 25
566,410 566,410 00000000000000000021a952f27c215e1198787d59e7146cef92928fdb6e1cfa 0.02 MB 52 17
566,409 566,409 0000000000000000000de5d55899b1672b648cd64f35c87532a590e21382bbfb 0.31 MB 679 24
566,408 566,408 00000000000000000022135f45b45d2e8cd3a0375908b08461d14d5527ab891d 0.53 MB 993 22
566,407 566,407 0000000000000000000cbc8446f2c0455e4ff5625b51158331d751f1ab63c7c0 0.12 MB 279 25
566,406 566,406 00000000000000000012585610106dca4df323aecff5023c3a163af0fd9d82d3 1.10 MB 1,833 22
566,405 566,405 00000000000000000000e701f8b711ae9456f59bf8e2ff754a8b272d68ed676c 0.10 MB 259 23
566,404 566,404 00000000000000000020a74a553358e9251746b0e773d01f68c7d5839b852d4e 0.59 MB 1,406 25
566,403 566,403 0000000000000000000966247eaf729c96ca1c3e38e416510a5d481bbc6732bf 0.18 MB 473 25
566,402 566,402 0000000000000000001faed98f887e439f32b79885fc5271afed1d0889f79c6e 0.09 MB 220 26
566,401 566,401 00000000000000000028754ed70f6a7987d6aaabaac25f578be78a92ba83132d 0.79 MB 1,794 59
566,400 566,400 00000000000000000004f41ff706827e736479a4863ae3a5454ed7d02e0aacc6 0.99 MB 1,971 14
566,399 566,399 0000000000000000002e29f3541291bb26b72bd2cbe98773e48111a417c21076 1.26 MB 3,224 31
566,398 566,398 0000000000000000000d733b630b8b122c3ecb81905c6c39098f57894163c438 1.17 MB 2,951 26
Previous 10 blocks ↓
Total Size: 646.56 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: 8,370.02 GB sent, 38.45 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.