Memory Pool Memory Pool Refreshing

82,272 transactions
28.57 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,509 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,461 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,508 (257,846 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
591,662 591,662 00000000000000000013fa24da05f2c119c5930c329e4f5014c765d1ab35f6f0 1.23 MB 2,952 7
591,661 591,661 0000000000000000001221becccecb45a44a0ce7f34fe1322fc158ef619d8616 1.20 MB 2,995 31
591,660 591,660 00000000000000000015fb3ccc6691d08a54bc97ce061b3f64074db0fbddb9d5 1.24 MB 3,087 34
591,659 591,659 0000000000000000001b663c077b19e015cee824e42180e6f8b213306c27ff54 0.52 MB 1,246 30
591,658 591,658 0000000000000000001301d15ac49f587ad98df68642a00fc5d527a1adcfe4cf 0.02 MB 8 29
591,657 591,657 0000000000000000001a4f2641bf665c859689ea4a9bb0b25211a127d229715b 0.30 MB 700 11
591,656 591,656 0000000000000000000e114580cba8ddaf1b69fe0bc87c1f31ed81452dedafa3 1.17 MB 3,101 22
591,655 591,655 00000000000000000002e5e91623db626226c6dde261d3a46590d28bf0cee410 0.73 MB 1,993 8
591,654 591,654 00000000000000000016ca4007f5af82b17817bfbd07661f807ce6f76ebcba29 1.22 MB 2,417 16
591,653 591,653 0000000000000000000fc81540829dfccf4dd2450f259138e360502a90f0ae09 1.20 MB 2,738 37
591,652 591,652 0000000000000000001a679f97e6bad44591cb87c18938b113368395863fe32e 0.29 MB 830 16
591,651 591,651 000000000000000000084ae3fb6fd32858e76e8ce1d8d4627dd4707f7a2a8a9f 0.56 MB 907 11
591,650 591,650 000000000000000000167cb5d3e143d9e2f707b3f799a39cbe05c27a8fdd8263 0.10 MB 240 27
591,649 591,649 00000000000000000004dcdef2f8ec05e210abb26dbdc71173ade8f33c601304 0.56 MB 1,237 19
591,648 591,648 000000000000000000051739dbc7d482b65e3961c77bfd8e5c0afcc1e0a86ba1 0.88 MB 2,433 16
591,647 591,647 0000000000000000000fb9ce68c5c3838aaf169f9b2c2dcd031d0edacf897713 0.20 MB 605 21
591,646 591,646 000000000000000000115a80bb31205c2400e2e088a79398f33ed0f260609960 0.73 MB 2,052 15
591,645 591,645 00000000000000000007088385c1c550bb6e225301003d51ffd3bf2d3d230712 0.43 MB 1,189 20
591,644 591,644 0000000000000000001692fd6fd1b42a6ec13747741ae22944f95d6807e0f462 0.08 MB 123 19
591,643 591,643 00000000000000000009a9238f3826aaeaf4625fa2e534e797cce475384c5778 0.47 MB 1,226 24
591,642 591,642 00000000000000000007b4c495f5d6a6fa527373be6f8135fcb52523e6c80c23 1.12 MB 3,139 17
Previous 10 blocks ↓
Total Size: 660.57 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 88 incoming
  • Data Transfer: 456.19 GB sent, 2.21 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.