Memory Pool Memory Pool Refreshing

25,122 transactions
29.39 vMB
Show Random Selection Loading Transactions
Max Size: 127/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,874 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,471 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,873 (410,874 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,999 430,999 000000000000000003abfc2dc6225f169b8a91778c116a34b0ea3b7aa5a7ddae 1.00 MB 2,559 67
430,998 430,998 000000000000000000a1a718560927eed6009bf7002a6da57886c9c25f852df8 0.78 MB 1,515 52
430,997 430,997 00000000000000000115541791e52e5b04f37134c4e86871164a9757a7dfb2ee 0.49 MB 641 34
430,996 430,996 0000000000000000041ce9cd4275e617f3d0190567852f33da9d024fffa7c022 1.00 MB 2,316 71
430,995 430,995 000000000000000001819c2e683e1d1e5f611dd1acbf2822b82744734a428863 0.08 MB 181 51
430,994 430,994 00000000000000000459488f40e4e809a19596218b92c58a120e7a4d8b2b6c08 0.33 MB 707 60
430,993 430,993 0000000000000000048f840d8c9d5662185a8d170047a0448854a877acc509a6 1.00 MB 1,591 39
430,992 430,992 0000000000000000005284a28c49fe507a998ba5a6fb35511bc7ceae8aa5bf9c 1.00 MB 2,815 85
430,991 430,991 000000000000000001c0edc90bf7a79de407e34ad117b1a4af2f628c326048bd 0.33 MB 575 20
430,990 430,990 000000000000000002e8a641b84f11dc71786b22063af4ec9572510eff50136a 0.25 MB 547 70
430,989 430,989 00000000000000000366b3113b59985163084df313de164fbd888c371206dd30 0.96 MB 1,204 23
430,988 430,988 0000000000000000003bac087cb93a932bfb3a34243804462bacd0bfa999b833 1.00 MB 2,753 81
430,987 430,987 0000000000000000000240ead95bceceb22f5798427814d8de8b081bfa3a1581 1.00 MB 2,230 59
430,986 430,986 00000000000000000115ecf6a878838e0f2a8ce463f2dc67723ca5fc134ca57e 1.00 MB 2,697 72
430,985 430,985 0000000000000000011135afe9eb5c5a6f12a27e521f012a1fc58547422a53b5 1.00 MB 2,406 57
430,984 430,984 0000000000000000000100b90549c72ed1a37efa6a5d96d54726e8bb8f54fc03 1.00 MB 2,755 77
430,983 430,983 000000000000000001a239fd4bb7643e20a722cd670bedd535b8487b74d0ef49 1.00 MB 2,035 43
430,982 430,982 000000000000000003371d659169a6c5cf6e3e8dee8859cba27f6bae5ecf4ccc 1.00 MB 2,916 76
430,981 430,981 00000000000000000349d682db1ef88e864d30589f2819b0d8727f934ddea829 1.00 MB 2,727 76
430,980 430,980 000000000000000004477869f3f98fc34d71e7819743d9da0a3720f8a3cbd782 0.60 MB 1,190 60
430,979 430,979 0000000000000000016807c21428b326256dbf76492343095f8cde862c051453 0.99 MB 1,729 42
Previous 10 blocks ↓
Total Size: 646.52 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,365.57 GB sent, 38.23 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.