Memory Pool Memory Pool Refreshing

50,498 transactions
40.18 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,300 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 3,496 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,299 (147,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,882 696,882 0000000000000000000e03d691778c725e9f2646d406aa2629c2ab3433e22bb7 1.36 MB 2,669 9
696,881 696,881 0000000000000000000528e3b7304e3f5dce09f7e5ab9058e9c1e9ee92415117 0.04 MB 102 8
696,880 696,880 00000000000000000001251149bb7ec0b7068a93a0369085e4de716c6f165e2e 0.72 MB 1,258 11
696,879 696,879 000000000000000000078930357e201c854d917eaf41a1bb5fcd7085a8d2ece3 0.66 MB 1,356 12
696,878 696,878 0000000000000000001069525d923c84fe1f76b7e08a87245c59870c9a589391 0.33 MB 599 9
696,877 696,877 00000000000000000009905ef1496b1ace0805d20e667f91eb8cc0f8385389b8 0.48 MB 785 9
696,876 696,876 000000000000000000055315e7e871623777c2bd726be25c8913fce50ca24e31 0.64 MB 1,036 9
696,875 696,875 0000000000000000000c42058c3f6c5b091f10ffa7fbcf107efb9c3942dc6350 1.32 MB 2,183 2
696,874 696,874 0000000000000000000c94e518477cc3557a827dadc85dec86d9b7c9b731a25f 1.40 MB 2,562 11
696,873 696,873 0000000000000000000599c9c01d78fb021f9dbe7eb75d2d7f4ecfd8d075bfc9 1.29 MB 2,111 13
696,872 696,872 00000000000000000000d8ebeffc2cd8c0c8337833e631f342a04e9a7ccdc91e 1.40 MB 2,660 12
696,871 696,871 00000000000000000002a6498070231a6b4f7b40034ac0e445f82c99d2a8d13b 0.04 MB 103 9
696,870 696,870 00000000000000000007f9478c97f31dba22414ababcb36c21dcf7c42ec3adee 1.32 MB 2,047 9
696,869 696,869 00000000000000000006c1e9a06427432f71126099f0e7fd0ddbf91c54ccd713 1.31 MB 1,775 4
696,868 696,868 000000000000000000049b01440627dbd6242487039a8868deb50a40b2e959de 1.24 MB 1,518 11
696,867 696,867 0000000000000000000d7391879e096f599282d7a2308c8e776c49e5591fcc79 0.02 MB 38 8
696,866 696,866 00000000000000000011e536dc2cb147ab11243e2913fc47d6628e05496ae31b 0.54 MB 875 11
696,865 696,865 0000000000000000000d82aa4907d409f6b00e18eb749213da65883ffe08956f 0.14 MB 268 13
696,864 696,864 0000000000000000000b65324f342c6ab6439a44c2b4bdd38d5b6ef0c133c23f 1.00 MB 2,111 11
696,863 696,863 0000000000000000000d1eb9cd173ec91eb81ea2845c839736863ac91f3fefc6 0.08 MB 214 12
696,862 696,862 000000000000000000032291b04710d9f2a65d77796a6de139910808e77812dc 1.23 MB 1,981 11
Previous 10 blocks ↓
Total Size: 651.06 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: 9,083.74 GB sent, 66.50 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.