Memory Pool Memory Pool Refreshing

67,714 transactions
42.98 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,511 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 2,514 31
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,510 (557,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
289,786 289,786 0000000000000000b4719498cd9877ac96c2ca93a37ac950ad31f7b5258372af 0.04 MB 93 37
289,785 289,785 0000000000000000bee4e1f01b313345207b469d60dd7a2347406aac060df755 0.12 MB 172 43
289,784 289,784 00000000000000002ff9680e80037b9cc29e616f68a519997d5551a55103975f 0.02 MB 48 36
289,783 289,783 0000000000000000efec96d59ba29860c7e82a226a2790b08e8b6333c9c0304c 0.08 MB 67 19
289,782 289,782 00000000000000011b26e67dce392b70d1f9ce9e4f0dfd8631012304f5180d29 0.28 MB 407 60
289,781 289,781 0000000000000000b62f8ba0e0bc3eca0a83e985ec59bc253678739f2e3d73e4 0.12 MB 242 46
289,780 289,780 00000000000000000a1460f815610f360c0e38b99ce9e77e8003514f48684f28 0.21 MB 321 24
289,779 289,779 00000000000000004c5d1bcdce79db86630dc71fa9613d87e587b6b311b6c91c 0.09 MB 256 59
289,778 289,778 000000000000000012ae02661bba6cc70b6522f0f074c8efb10a27440d5f7103 0.02 MB 32 35
289,777 289,777 00000000000000004f07903d2e2c0734a3726adc2494c1fff64669597abbcf1c 0.03 MB 78 32
289,776 289,776 0000000000000000c1e815af5088cc36a799e8ec256e81f0a0208a3f0256340e 0.19 MB 304 31
289,775 289,775 0000000000000000b54035122d7bc09c4205410d1b886214b6f9dc15da10481f 0.22 MB 341 46
289,774 289,774 0000000000000000679129d4a284cf02ede3861aab67abbb770ecbddf6e4aff4 0.04 MB 48 10
289,773 289,773 0000000000000000e95ddca4f73b296d4d61cb0db602b115827cb33998828e4e 0.27 MB 516 40
289,772 289,772 0000000000000000b38f9a0fb795f7f7c7eaa45853ab443b412d00095e63a7f1 0.04 MB 86 31
289,771 289,771 0000000000000000ec750f180ef56b9cd53a094e027c49ce670123f68095cb4d 0.11 MB 210 33
289,770 289,770 00000000000000006e653d2c86bee24a1215ff92ac3e7ad9c7370abaeff36438 0.04 MB 86 31
289,769 289,769 000000000000000062e9a959c840c6001676832501ac043884a688c64a6ca632 0.22 MB 433 32
289,768 289,768 0000000000000000f18b9e9dae160b6f7e586bcd59c056261201ae3414f00ef5 0.06 MB 119 33
289,767 289,767 0000000000000000d3ae0d5b94091e0892edbd430a36805043eab474dae0330d 0.27 MB 512 37
289,766 289,766 0000000000000000c15437d4f25d59db5cb9bea09166479f184da423c236c403 0.08 MB 256 48
Previous 10 blocks ↓
Total Size: 656.90 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,562.92 GB sent, 106.30 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.