Memory Pool Memory Pool Refreshing

42,891 transactions
47.66 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,793 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,697 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,792 (468,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
373,581 373,581 000000000000000007a47458fd1b32051fef2da57cd218b698f0721e55d0fd77 0.94 MB 1,140 22
373,580 373,580 00000000000000000e0e87dafa5db5c2eb63b819029f24a9e0f2c92b337acfb4 0.95 MB 553 7
373,579 373,579 00000000000000000c13e5d19800a36e776f3af0e315303985a4d70c03897ae1 1.00 MB 1,748 28
373,578 373,578 000000000000000004d8d92b2a86b0f241edf2441d0bcf6b91fcb2fa2dff30f2 0.00 MB 1 0
373,577 373,577 0000000000000000071f2691890b078cab06324469e562b20df9b32b85e5e6ea 1.00 MB 2,379 54
373,576 373,576 00000000000000001169918c90d920add5facd47710bc141c6a7d9161ec69e8d 0.93 MB 1,854 49
373,575 373,575 00000000000000000ade63afad0d18d32b36d9d187b08aed1633bc9cb2aee468 1.00 MB 1,537 26
373,574 373,574 00000000000000000ba72a6707bc834dd6648229ab47dee5add6455f1bbb4c35 0.85 MB 1,868 53
373,573 373,573 000000000000000013120ce30e1567631a8ef2c9b89235e04352a086033753bb 0.04 MB 118 42
373,572 373,572 00000000000000000541c33a8d6897b07767f14dd323403188cefa93178219c9 0.72 MB 381 8
373,571 373,571 00000000000000000f4d3d612d45556fe6069378d098042ef28a919da33989f9 0.95 MB 1,463 28
373,570 373,570 00000000000000000aac0f57e740359ee595681e0b345031c498a9fbe07ef2c1 0.93 MB 2,021 52
373,569 373,569 000000000000000002d14e8f9002cc8bdc5340ec7b373c4854e738fee4ecf33c 0.93 MB 1,539 31
373,568 373,568 0000000000000000080efaaf541a4b4b5514006d93a7f14dac6eb1594fcc1d21 0.13 MB 223 48
373,567 373,567 00000000000000000b2d470b609422edf7d3a83cc7f395f20463fa9adfba0388 0.31 MB 397 27
373,566 373,566 00000000000000000df33d23f40eabe87f4162d4adefa090d6e59a1869df613f 0.99 MB 1,627 33
373,565 373,565 00000000000000000f4e057e29cc316aadc07a1f7e6a4851c8db281f57a3cd71 1.00 MB 1,848 37
373,564 373,564 000000000000000000331b08563efe7625daec76dd01247b7d4ef448e76e542b 1.00 MB 2,564 55
373,563 373,563 00000000000000000aa352db2ea4ed65b486436840318e58c7514c7663d12ff9 0.64 MB 1,295 41
373,562 373,562 00000000000000000fe9b25cac38713f37b234d618747dbf34d52b1f68f0c291 1.00 MB 777 15
373,561 373,561 0000000000000000021d7949f472b9c6e7d7847cfaddb3a4caa792a6afb8a4b6 0.97 MB 235 14
Previous 10 blocks ↓
Total Size: 646.37 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,343.78 GB sent, 37.39 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.