Memory Pool Memory Pool Refreshing

66,493 transactions
29.94 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,698 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,102 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,697 (759,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
90,613 90,613 000000000000ead59ab96595ed7b7bc2da30799ac3c521e1a5d94877c6b6f6a0 0.00 MB 1 0
90,612 90,612 000000000014a835eed89093c9b4e3a3c92ee6b25ace0101c5dcabe21f83b207 0.00 MB 1 0
90,611 90,611 00000000001322a89299ea28d3e7c808989bf58297e0f6643217c77cede85994 0.00 MB 1 0
90,610 90,610 0000000000148f5a29e1b178073d44ae145d283c527b338b06cf9955abd2ce2e 0.00 MB 1 0
90,609 90,609 000000000001f2d62a3955211f00e4b98cd902c4197fcb07345be2b9f3a367b6 0.00 MB 3 0
90,608 90,608 000000000007e9d5af189312cd9b6d6e531f1d73f247732d46274c885639e005 0.00 MB 1 0
90,607 90,607 00000000000c733fb28b907664650a7792171e1c700c17ebbe7bdd0652a36b6b 0.00 MB 1 0
90,606 90,606 000000000000d2f8366a7332d015a9aa1ad40825e259bd70aa00ce2a1d6bca48 0.00 MB 1 0
90,605 90,605 00000000000a996e6c5c4797b67d5b2516c992626e8a4cadcbff9b75b3e681e1 0.00 MB 2 0
90,604 90,604 000000000001a91696ef5eb0ccf938a49a9edd538b9dce3b587950326fc7e4a1 0.00 MB 1 0
90,603 90,603 00000000000bb7379fe2a7d7279f2a896798fa84b628a5c1bf365ef4e5b630ef 0.00 MB 3 0
90,602 90,602 00000000001148f27bf10ba155c2e136b9811b513ac0cd3a5b779f91d371ba3c 0.00 MB 3 0
90,601 90,601 0000000000124174ac7fff442ea51f62e07787ae6751222c56aed176e0ead510 0.00 MB 1 0
90,600 90,600 00000000000b0e576c983ff442fd297dec163d02325c8cac9c16df24008d03ce 0.00 MB 7 0
90,599 90,599 00000000000d0b0fe158a19a2a33401e97f5d7c98791636b1ec33c78c4c9be7a 0.00 MB 1 0
90,598 90,598 0000000000056a4d8e17dcbce46e79f273a8862a6e00fb0b0651c177363a1b4b 0.00 MB 3 0
90,597 90,597 00000000000c8e573eb529f1859f1ed71ad663882acfe6cf736a23fae3ad2acb 0.00 MB 3 0
90,596 90,596 000000000003aff24471ad809bfa0b9dc209bdc33ce5aa55327dd486d8aecb0b 0.00 MB 1 0
90,595 90,595 00000000000c5e9c78d6f843a6aa2d08e7fa3b3182a462822b975b1999dc6d7e 0.00 MB 1 0
90,594 90,594 0000000000089c8f932b54de49285d5d31c86ab4805396f065e6f54a43d0d23a 0.00 MB 1 0
90,593 90,593 0000000000067d0cfde83235487ef5bc980b26155c5f01419efc1e0ac308daee 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 660.94 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 640.31 GB sent, 3.75 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.