Memory Pool Memory Pool Refreshing

83,654 transactions
35.10 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,576 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,116 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,575 (304,682 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
544,893 544,893 00000000000000000003d7978e00fba9c5cebda8921be4a68616e8dd96d03b01 1.24 MB 3,159 24
544,892 544,892 0000000000000000001955c9c11ba70e332ceb5440a09754cf49c961deaecf9c 1.17 MB 2,934 15
544,891 544,891 0000000000000000000e11d1942c65866ff34d156d6261cdcd3c68b237c3b126 1.03 MB 1,642 7
544,890 544,890 000000000000000000128f1a64365909fd0d0ba88767e08875b2f5db785565ee 1.21 MB 2,780 15
544,889 544,889 0000000000000000000438b28b5b352420cb064e96f5c87249eb648bf60ae040 1.08 MB 2,308 14
544,888 544,888 0000000000000000001d89ce78cc1f6de9370f6f4264541dae069a560524517b 0.30 MB 620 15
544,887 544,887 00000000000000000011d146f915a054cdc3554486419112328fce5431ff109c 1.12 MB 2,080 12
544,886 544,886 000000000000000000027b5953f9d797e5439333588fe049d7a577ef92d19d59 1.19 MB 2,158 20
544,885 544,885 00000000000000000005d9d387d78cf52ab7414d05f2bb03e5b80b53c5c6cae7 0.32 MB 630 13
544,884 544,884 0000000000000000001abf875478bbc5d328cb4e0b3a8b1df407026180be2834 0.00 MB 4 7
544,883 544,883 00000000000000000007e535aa46fd1371986983f63c57fdfd7a56e12696d30c 1.02 MB 1,900 12
544,882 544,882 0000000000000000000a2d499c4fe43da9c07d33b10f8547f4aa85f1573832ac 1.26 MB 2,287 14
544,881 544,881 0000000000000000000b7fbec02765fc8ddffa7645c9a5da3b5c3091307c0dc2 0.81 MB 1,229 2
544,880 544,880 00000000000000000014cc7a275ffecbcd1cbee94fb247e6586377dd41980efe 1.24 MB 2,465 13
544,879 544,879 00000000000000000010c6fe1edd3f236745b6af51929969bdaba2d59200dcc5 1.23 MB 2,487 22
544,878 544,878 0000000000000000000a5240053b77458a0a8107deb1006d4f1fece0fcdd9c0f 1.10 MB 1,676 12
544,877 544,877 00000000000000000015e704a7af9cf98cc589cb7faef2925c655c9a4d4e6294 0.64 MB 629 10
544,876 544,876 0000000000000000001428376660a0840023c77602c1f9d7debd0c2cffc8a3c7 1.18 MB 2,078 10
544,875 544,875 0000000000000000000591ec97a93698f691035c7d7d68d147dda5330ea93af5 0.00 MB 7 11
544,874 544,874 00000000000000000005f3c72eac0e51cdbfeaffbc8941bc84d6227a582d422e 1.14 MB 1,816 8
544,873 544,873 00000000000000000006c781270f7f93f339bb33abb985a53bd746e30e2284fa 1.15 MB 1,851 20
Previous 10 blocks ↓
Total Size: 660.70 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 103 incoming
  • Data Transfer: 519.29 GB sent, 2.83 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

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 to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.