Memory Pool Memory Pool Refreshing

30,863 transactions
45.06 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,924 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,222 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,923 (428,157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
413,766 413,766 0000000000000000011ffd7289b63ee18f8acf521c58e2cd0eb9266cc4abd641 1.00 MB 2,349 84
413,765 413,765 000000000000000002c3116e06c6c070ca47f72b91123e057623fb1deb9aa6b2 1.00 MB 1,248 29
413,764 413,764 000000000000000003db84cc0d9e275a6f617923fe50817838f7cf2786d5450d 0.99 MB 1,397 43
413,763 413,763 0000000000000000024d85fb695f9aae30b671608b7ffe93a03b8ca0ec60cc0b 1.00 MB 811 22
413,762 413,762 00000000000000000147d638511511a682d7c8b439e11f7f9921a84fe0311cb7 1.00 MB 1,371 45
413,761 413,761 00000000000000000573a50dd32cc6cdc2d8122b53510074aaef50c42b0e0627 0.99 MB 1,332 30
413,760 413,760 000000000000000002cdc0340e911205937b3b4cc21a61db5815faf305908f7d 1.00 MB 2,399 77
413,759 413,759 000000000000000001abdf20a101ab4f877d7a179fc792e7029575f57d06d27e 1.00 MB 1,046 28
413,758 413,758 000000000000000000cdc55bad3db3c56a31bb43f0b62a67e375a408b71d8bf2 1.00 MB 490 29
413,757 413,757 000000000000000002b5f71a3aa6a1cfc635528e9135ca48d6eee2382d4c8aaf 1.00 MB 577 16
413,756 413,756 00000000000000000079f5b92430194cc63b3d6f6e6b47cb78eff17922c0a981 0.99 MB 1,523 35
413,755 413,755 00000000000000000471739adbaf662b78f9c2c60df5102b3fe7d3ea5e7d3218 1.00 MB 2,203 58
413,754 413,754 000000000000000000c0d7b9b8d2fd92597e748c10e47b73f6635e062de46477 1.00 MB 1,675 38
413,753 413,753 00000000000000000135778cfbbc77aacd4e81e4897a47347fecfc60cafae3a1 0.93 MB 1,613 54
413,752 413,752 0000000000000000021868c70369c545c936a534f7fcd1e83456f1daa7c902e6 1.00 MB 2,328 67
413,751 413,751 0000000000000000023d5498570a2b5a0c2c8d97fef1d2af1509ce6afbc6f2de 1.00 MB 665 22
413,750 413,750 000000000000000004a473f7725cd3dc6f219bef49d0f8627f569b17d0630710 0.12 MB 165 43
413,749 413,749 000000000000000000f2dd3b8512e92e9f0df9dd2f2cc283c2612b0ffedb2abe 1.00 MB 768 19
413,748 413,748 0000000000000000043e1bf319f2aaf97f94425d1313ee50193cca7e69dcaab5 1.00 MB 908 29
413,747 413,747 000000000000000003a7f885b93782a479e35508a5ed2b647a587a80c30d7d8a 1.00 MB 2,187 42
413,746 413,746 000000000000000004cc07dcbfc49d458b028fbc457c41a35e1e3b6563faadb9 1.00 MB 2,567 77
Previous 10 blocks ↓
Total Size: 646.62 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,377.49 GB sent, 38.90 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.