Memory Pool Memory Pool Refreshing

46,114 transactions
49.25 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,336 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,252 33
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,335 (507,467 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
334,868 334,868 00000000000000000c277c22d3a501251f21bb8fa84d80507254cea1bde4ef10 0.28 MB 483 21
334,867 334,867 000000000000000013c56b55efd09f3d442aac8e65d83429c0309fac641aa78b 0.90 MB 1,729 26
334,866 334,866 0000000000000000051b4c2529babca676cc3257847c5409a01acf11c296e628 0.63 MB 413 12
334,865 334,865 00000000000000001bab8d422447fb5a79c52855d6564feb0be896af2d995f96 0.75 MB 1,918 35
334,864 334,864 00000000000000000e7d038d82b4e9d5c3b2b91942c0edce2031d71b9af4bc59 0.35 MB 717 26
334,863 334,863 000000000000000017676f92b85463432684122c98661b120ab7fe19ac49e988 0.07 MB 76 10
334,862 334,862 00000000000000000e616a7919a1e126c2d797be5c7c80715308dc32dc9c6ac0 0.35 MB 757 27
334,861 334,861 00000000000000001a1cf7fa86e426aac8cb53f7927972398096fb55734ff639 0.02 MB 64 43
334,860 334,860 00000000000000000db95a1908f51f6f7ca37370e1108c29cddb6d0965f4b5a9 0.06 MB 163 31
334,859 334,859 00000000000000001239b2cbe224f9636f789103642d8bf599b06d9a8e2f6526 0.39 MB 731 23
334,858 334,858 00000000000000000f024ea6b5f071d6232c1961621062911d0c7631f3bf57e9 0.30 MB 504 23
334,857 334,857 0000000000000000014d431e6ef74f69b4f34a2f91f1ba1c38826ab94d2e8081 0.33 MB 543 25
334,856 334,856 00000000000000001a67c4e0f3ed905b6755755e24724679cb6d51a2b6d19708 0.17 MB 417 29
334,855 334,855 0000000000000000152958dd43f5b89fb544b8aecd5a8a39369c50f6061d7fbe 0.66 MB 1,075 23
334,854 334,854 000000000000000000819e3109b3b44600da78d580ada84022f7f24e192955a6 0.00 MB 1 0
334,853 334,853 0000000000000000143a01d43f7136ee5cd98a86841047a2932889b513c94c52 0.32 MB 521 22
334,852 334,852 0000000000000000022077e32b1dafa9039d884584f7fdd1e3c88850f094791d 0.10 MB 98 9
334,851 334,851 00000000000000001057bb0aa64b1f48dda8f9515efd791319cd98c032bb1cdb 0.50 MB 810 23
334,850 334,850 000000000000000001b58c015b97d863b8b9c58b372b82b820878ad418095a81 0.33 MB 498 27
334,849 334,849 000000000000000012298b02de20b35b2b5567fd463d200682e32e6a3e84cb4f 0.48 MB 461 13
334,848 334,848 0000000000000000004727897278b8158a99cca8e62abe042fbbe121b195712f 0.03 MB 64 17
Previous 10 blocks ↓
Total Size: 647.35 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,479.46 GB sent, 45.06 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.