Memory Pool Memory Pool Refreshing

71,373 transactions
36.81 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,605 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 5,855 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,604 (568,848 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
279,756 279,756 0000000000000001ff0cd223b80a15ac9f7d2545616c44bd88333a5b728138b3 0.08 MB 93 21
279,755 279,755 0000000000000001de0f3d026be016563b61364c8a615cfffe3e493001f0612e 0.08 MB 78 14
279,754 279,754 0000000000000001cb7f8cecbe6b1f3e1906e3d8d127f38fea26660f503dbbd5 0.08 MB 109 34
279,753 279,753 000000000000000166dd651030247adb0aef39360e3bdb4874262a1160a10031 0.09 MB 216 42
279,752 279,752 00000000000000007af792232726afe39856a5e6db2f561449c77cfe87963132 0.20 MB 429 51
279,751 279,751 00000000000000001ff2de28495d9ea2633635363cd69638fa0a1f3cd69de7a6 0.32 MB 692 34
279,750 279,750 00000000000000005860ae217e5c629b25a6bb4e7494f8133eda0a2869b1232a 0.03 MB 89 196
279,749 279,749 0000000000000002929ff7e0f3752225892f07780839afdc98aff11e20435a39 0.25 MB 656 60
279,748 279,748 00000000000000022cdb6194428c33a0420f2ee6544f33568f42d3413203a73d 0.18 MB 378 44
279,747 279,747 0000000000000000aaac840fe8a23e113d7c25caaa464c88d87f09044b677267 0.13 MB 233 38
279,746 279,746 0000000000000001e21a4ee2b327f02f0a0f2de110d54d85e7d71ff1b953552a 0.16 MB 363 45
279,745 279,745 00000000000000009c99dd57c788163990eff0d5e7e7f8add0ee233ba6debcd9 0.06 MB 91 26
279,744 279,744 00000000000000006e8fdbae0b6679354a1c6e74952641f6fe3af2fed46d6e01 0.04 MB 81 35
279,743 279,743 0000000000000001f05835e76cb7585596f024c67387fbf543f57bba66579ec4 0.18 MB 388 66
279,742 279,742 00000000000000020a7d749ee53f48b19630a4d6a9024f18a30373854fac2f62 0.05 MB 6 3
279,741 279,741 00000000000000006f103de9a8cf5b1156382a393ad4af873efd1775d79953c6 0.23 MB 430 34
279,740 279,740 000000000000000136e4f6a9c6b1678ef34d0d02e0ca4b3b5ef5cb080a295bca 0.24 MB 532 50
279,739 279,739 0000000000000000bce73c2d431b279fb7831277311951420e66130a171dd3aa 0.43 MB 966 52
279,738 279,738 000000000000000126704dddef6d5d962a67ed6e804832d8014f6ce8fa5a8ac8 0.13 MB 253 68
279,737 279,737 0000000000000002eb4b3ace9073a8e18a3152d193df74a031035d4b5945d282 0.00 MB 1 0
279,736 279,736 0000000000000000711432d0b6be802f5ff93d43d627be6ae4690a1e1341e3cd 0.09 MB 239 78
Previous 10 blocks ↓
Total Size: 658.88 GB

Node Information

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