Memory Pool Memory Pool Refreshing

37,039 transactions
48.81 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,026 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,075 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,025 (174,969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
667,056 667,056 0000000000000000000a388475b9cd421a36c0f492747f74c7593848845dd987 1.30 MB 2,637 96
667,055 667,055 00000000000000000003ecec29fa2aaf8878858a2def7d8a40d33c9328205eae 1.29 MB 2,565 90
667,054 667,054 00000000000000000008c509f425a3ca5f943f441b26fa21679ca6b390b048bb 1.32 MB 1,925 100
667,053 667,053 0000000000000000000a782b10ceb159eaf795cdb65537d833fc026901fdd553 1.24 MB 2,100 98
667,052 667,052 0000000000000000000058a1e2009d93da90d6165051d4409e131759a8df359d 1.34 MB 3,030 117
667,051 667,051 000000000000000000031884f4bc18fd94b4d354242f3e1a4e896507b6f5d2eb 1.56 MB 1,975 95
667,050 667,050 000000000000000000054612e4d0e3123d39ff03d0900eecded0047e179dcf60 1.39 MB 2,893 119
667,049 667,049 000000000000000000034359728a89d359e6859f6908145594888c26f952dcb7 1.29 MB 2,184 95
667,048 667,048 0000000000000000000bc7c177f0ef9fa47492beb5c14250c6d412b12997a56b 1.27 MB 2,553 117
667,047 667,047 0000000000000000000383edc4ee51e5e55000c85ae844899e582aedc6d0cb2f 1.32 MB 2,407 109
667,046 667,046 00000000000000000005656edcf6fb5cea1d2fe392841a9bdaa8b1fa821df661 1.68 MB 883 95
667,045 667,045 00000000000000000003420ff6518d72b347b2fc9750dbc25647a123bcdb2db4 1.65 MB 1,301 96
667,044 667,044 0000000000000000000889ae00ee6e2b9c7660d9c99b8df5d06a161d0b0cff89 1.37 MB 2,010 96
667,043 667,043 0000000000000000000a8eda1d69f65bf31c00f361ea621d2490ea00ff450799 1.36 MB 2,762 103
667,042 667,042 0000000000000000000b36688bf0c269fabd81171f9c7094e53bb130cd047d55 1.34 MB 2,082 128
667,041 667,041 0000000000000000000919d7eb1563b6c4d4d053292e58fb20d7d4e4856fc81d 1.22 MB 1,648 101
667,040 667,040 000000000000000000074953927fade905097e71d0e49631dcff238e58954cb6 0.00 MB 1 0
667,039 667,039 00000000000000000003fd56ddd887b8908799764427391f547466065d53c77d 1.43 MB 2,018 94
667,038 667,038 00000000000000000009ae77afe8a93be2f2471d87b07238de0cdf78014c9255 1.21 MB 2,915 123
667,037 667,037 0000000000000000000a7377f499b93b844800a13dd00226a527333c89d38602 1.22 MB 1,286 99
667,036 667,036 0000000000000000000bdc3aeccba08f09db813cc86819c9a77f9bae69413e76 1.50 MB 1,423 98
Previous 10 blocks ↓
Total Size: 646.80 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 8,410.17 GB sent, 40.26 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.