Memory Pool Memory Pool Refreshing

64,019 transactions
24.88 vMB
Show Random Selection Loading Transactions
Max Size: 142/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,234 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 5,388 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,233 (330,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
518,720 518,720 000000000000000000002d1082297432f0137b40f031388de5c3f9dbff063bdb 0.18 MB 312 17
518,719 518,719 0000000000000000002bbdc66b6a97cc449bb267f10c407f612c9b05005af991 0.46 MB 854 23
518,718 518,718 00000000000000000025b80df42457e718eda17a3a438ce399ee13119ecf2d15 0.18 MB 361 21
518,717 518,717 000000000000000000326fd601f77c7a967eadfcebacb54b5a553f2d4bbc9d58 0.14 MB 272 33
518,716 518,716 00000000000000000035d1466e57099379d40f7b11ae7f90aae7b1612b476a17 0.21 MB 293 19
518,715 518,715 0000000000000000001a0d8517d382632bd8b1ee53bb10f6fe9b8843b6f1b696 0.39 MB 803 23
518,714 518,714 0000000000000000004382059c47e50cc4644792fab112a3baa45a7d909a55e1 0.90 MB 1,887 27
518,713 518,713 000000000000000000011d6c181a29fc04de2eeec5ec75675cb2a9172b34bdd1 0.45 MB 658 18
518,712 518,712 000000000000000000291f6e8d89a9d8ec6085b98ca9e9daf910f1efc65f77f9 0.79 MB 1,221 21
518,711 518,711 00000000000000000006cac971de114a5ca177b5cc363461162a7f57a58ff078 0.46 MB 855 34
518,710 518,710 0000000000000000002bdbbdbbdfef403db2b7e336ef12dfe77a84a964cd710d 0.18 MB 405 34
518,709 518,709 0000000000000000000fb266b5188534f26d0fc23be6f838871d9076510eb5eb 0.82 MB 1,533 27
518,708 518,708 00000000000000000047a7d7896579cd40fe6f8f8df1c681a2155baf906c7aee 0.45 MB 759 7
518,707 518,707 00000000000000000005492452f439193a458ef9aa5766cd5b9424e894401134 1.14 MB 2,533 29
518,706 518,706 0000000000000000002b324c3026023b5cfe699e5e1c7a69fa166251ba047b4c 1.39 MB 1,298 16
518,705 518,705 0000000000000000003f8d47c2f2c1fd1a2d7bfcef2140cc74285f2e7ce273e2 0.31 MB 284 26
518,704 518,704 0000000000000000002b1a8788a0a721551dba04349eb0bc5902b959a7106709 0.75 MB 992 12
518,703 518,703 0000000000000000001e2be474b63c1513c77c420fb82840fc8c5d60df72edc1 0.00 MB 1 0
518,702 518,702 00000000000000000003dbafbcdb2cbcf6d4a86e6cd3310ee63862db972d47cd 1.19 MB 2,801 15
518,701 518,701 00000000000000000026415d72c8670b265ed71cf7aaff165f5585203ea1fb13 0.40 MB 817 47
518,700 518,700 00000000000000000011b0341956a6360b635b0d3082cda639b86ae797e1b63e 0.16 MB 197 44
Previous 10 blocks ↓
Total Size: 660.07 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 66 incoming
  • Data Transfer: 80.91 GB sent, 0.25 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.