Memory Pool Memory Pool Refreshing

50,027 transactions
49.83 vMB
Show Random Selection Loading Transactions
Max Size: 198/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,318 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,553 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,317 (283,626 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
558,691 558,691 00000000000000000022f60fa09f5566b78112894aa5b4a53f8d0c44761425c7 0.21 MB 573 11
558,690 558,690 00000000000000000001e611abd590d31ae18d0eb39bc112df05e50034a2b085 0.89 MB 1,010 8
558,689 558,689 0000000000000000001ed28e6bb17e03e0122600b1ee0855b883c37b2d645d49 1.28 MB 2,781 14
558,688 558,688 00000000000000000029b7d8f987d5cfb2e2943213864ca0fb7fbc0e6a148ee5 1.26 MB 1,971 7
558,687 558,687 00000000000000000000b56be85e67a0b780f2f5d42ef23850029d4698f92569 1.23 MB 2,342 11
558,686 558,686 00000000000000000029b750f27429b03fdf7e387b60c91667dbf04e119a25d5 1.07 MB 1,778 1
558,685 558,685 00000000000000000014853efc096f8dc92a44bae1cc68468112e9dc7d0357f0 1.29 MB 1,862 6
558,684 558,684 000000000000000000232b01d8fed3a92d330d698f0f7ab190c298969527db2f 1.26 MB 2,105 11
558,683 558,683 00000000000000000003db475bfdc30348cb3d3679f816e862d6a663bbbfac0e 1.38 MB 2,364 10
558,682 558,682 0000000000000000002581598d987caa6c401d1ea97a1629a7787e999a319d11 1.28 MB 2,564 7
558,681 558,681 0000000000000000002333017e4f62d251df2f39da53c02b46ba21e38ac78036 1.24 MB 2,477 6
558,680 558,680 0000000000000000000b7533f0f28a4a7c77516a052a4904e590dec4fdd24b1e 1.28 MB 2,892 30
558,679 558,679 00000000000000000003f861f6ff45bf89580c0818a737fa1126992148cf7a78 1.17 MB 2,178 8
558,678 558,678 000000000000000000245ebb529bbbee80b0b44e7be1d7b2d679b196416aa217 1.26 MB 3,080 21
558,677 558,677 00000000000000000021aa7623bf7bf9848fbfae9ad7119d7fac11b6618a323a 1.20 MB 2,873 13
558,676 558,676 00000000000000000000c7458e5521d90835f63427a61fc247dc86e9937ab134 1.16 MB 2,916 15
558,675 558,675 0000000000000000002522802da9f4e30b9c9d97c51ac57fa80cc1d97bfba128 1.09 MB 1,795 11
558,674 558,674 00000000000000000009c5af3c4b65d6b54e2d793fac2d1dbd1a3103ee6458e6 1.28 MB 2,965 19
558,673 558,673 0000000000000000000c78413b476673b3116a3aa669a02673ce86488ac405e7 1.31 MB 2,872 20
558,672 558,672 00000000000000000016a1f55245ec943b75a4eb6732c35ff9ca60c4b094c0d7 1.30 MB 3,149 31
558,671 558,671 0000000000000000002b293156af6e19671843009e7fd0e31c2a60038a8b0ce2 1.36 MB 2,836 29
Previous 10 blocks ↓
Total Size: 647.31 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,475.98 GB sent, 44.81 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.