Memory Pool Memory Pool Refreshing

81,155 transactions
32.06 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,545 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,821 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,544 (157,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
691,681 691,681 0000000000000000000423b624a64f4ae86890d73169f8a90c073d41f8ae2f94 0.31 MB 411 13
691,680 691,680 00000000000000000001f8b64ec521bbda7e8ead3457747be3a0dee73fbf6f82 1.04 MB 1,770 14
691,679 691,679 0000000000000000000d960fbc4dedcfedd805b064024bfcea7d2b5923664621 1.33 MB 2,072 5
691,678 691,678 0000000000000000000a92a4731c59dbfb0ce3f5ff0cd7342adc7fdab25788df 1.40 MB 2,643 30
691,677 691,677 00000000000000000002976285cd9468f935e8a5885c597b670557239a0523ba 1.52 MB 1,465 8
691,676 691,676 0000000000000000000ba725b0f01a1ff7d33209157af6a5a0b63cbfcdd9f060 1.25 MB 1,650 2
691,675 691,675 0000000000000000000fb1b68c74e5a619f2c6edd5f12adda87bdc336716fba1 1.45 MB 2,124 4
691,674 691,674 00000000000000000007edc272f7b9913496c54d26a4e62eec2eca1f1ab93545 1.30 MB 1,853 20
691,673 691,673 00000000000000000008d04f69af987619f20f6a2c2a925bda65e853cc7098e9 1.29 MB 2,027 27
691,672 691,672 0000000000000000000e5adeddd4ccf2208d35f437883ad8426de9c5d6080757 1.30 MB 1,900 33
691,671 691,671 0000000000000000000b8d12758afbaec2575fee9ccd0ac6b9ca41b01fa3a4c9 0.16 MB 212 22
691,670 691,670 0000000000000000000e6a6a0c859ab00b92c75d7e2a6643a530e5fc03cd5abc 0.19 MB 263 20
691,669 691,669 00000000000000000000b88a682e96dd1c6b93be32c111f28b333783f46c8b19 0.06 MB 52 92
691,668 691,668 0000000000000000000b6e1d7f0921a48618853d2d5979d8fa0c24d4831124c5 0.64 MB 640 30
691,667 691,667 00000000000000000000fa50b1f2988a23d369a2ef560fcc2794c6892e1c4f4a 0.04 MB 101 16
691,666 691,666 00000000000000000011a92c2eed7dde4938c6d75952937e152b4b969a446938 0.62 MB 787 16
691,665 691,665 0000000000000000001135a31caa86d4a1a9a94f04d0d7af6177667e05628f31 0.03 MB 53 20
691,664 691,664 00000000000000000001391931102a8474f49ee4051e67614f70f2965d5e00d4 1.23 MB 1,714 15
691,663 691,663 00000000000000000009befc084d34a6f39599b43aba3e884ce118b0b13ba40d 0.68 MB 1,071 4
691,662 691,662 00000000000000000001dcc446202a37a096d88ac873a8fe7fc2ba93d21f8c40 1.04 MB 348 4
691,661 691,661 0000000000000000000526f1e3c0f4d96f495a369c4e1359458445a43a0c1c68 1.08 MB 649 15
Previous 10 blocks ↓
Total Size: 660.64 GB

Node Information

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