Memory Pool Memory Pool Refreshing

82,274 transactions
36.65 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,413 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,702 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,412 (507,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
341,570 341,570 0000000000000000088d7c483650db4f6dd9ee697669fc267c998010fc662f0a 0.48 MB 755 22
341,569 341,569 0000000000000000128536d879eb353689e18aeecfaaafe1a4804686e3def408 0.20 MB 93 6
341,568 341,568 00000000000000000c2d4d4419876a35ca4e1ce09be30192cc38fe2c381ff20f 0.03 MB 64 36
341,567 341,567 000000000000000007a963a52172c9d4cee826dac81cc91ea40b6d4398517db4 0.01 MB 21 21
341,566 341,566 00000000000000000a4e7f92a7198a0588076305f5ae4628448dbddd4fbb7074 0.22 MB 307 21
341,565 341,565 0000000000000000190d7af714a151d6917bf0abd47af37cb388633e0667a73a 0.62 MB 822 21
341,564 341,564 00000000000000000c01c9b61aa9744044037e5ea897a71ca0b183967f974101 0.07 MB 100 14
341,563 341,563 00000000000000000722455f2a41187b2cc27fcbb68425f536e93889954590ec 0.45 MB 667 24
341,562 341,562 0000000000000000194db9df16d483cfa21524fd98f53c9f0e4d738f75a0e642 0.08 MB 128 22
341,561 341,561 000000000000000007ed4f3136335d6fc9fe3b48f7c0bbf181af71a2edd32a45 0.29 MB 462 24
341,560 341,560 00000000000000000c4819b7399759e3b9c15832791c78a811c1483317224f9c 0.27 MB 420 24
341,559 341,559 00000000000000000066c29cb3af0f6f84fd7c3748f2f28c91dddfa8aa2e5fe3 0.28 MB 504 22
341,558 341,558 00000000000000000c1d6d48e58bd8faf73c9c194465e927dcd9fe3194d1e825 0.75 MB 1,398 26
341,557 341,557 00000000000000000c3c57b7b10fb2c1ef272bb6f4f29f8d30db2ea700e4a1fe 0.45 MB 840 23
341,556 341,556 00000000000000000e0c9e189cb1bef5cfbd85edbdbe2a4c3e12194dd1cf98bc 0.60 MB 1,079 25
341,555 341,555 000000000000000017a6b35bfbd881db37ed6c443f919591a98711cede90626b 0.29 MB 500 22
341,554 341,554 00000000000000000f72028bf338d98a45425cee08290463ddfd73d633231ee4 0.10 MB 139 20
341,553 341,553 0000000000000000183ef1a4f0815181eccb0a1eeb6142e7606f7fb690eb3c72 0.36 MB 583 21
341,552 341,552 000000000000000007eefef6e393f997effecafd8a7d02727baf2c0417b9cfd1 0.29 MB 616 23
341,551 341,551 000000000000000010e22f46ff9a69ff1c6962d21d5995e28878c630b2154656 0.05 MB 109 23
341,550 341,550 00000000000000000894abcb8a7d2172ebcb07c532eb8957d6e5812dfd6610c9 0.75 MB 1,370 25
Previous 10 blocks ↓
Total Size: 660.39 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: 314.76 GB sent, 1.27 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.