Memory Pool Memory Pool Refreshing

61,557 transactions
40.70 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,402 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,409 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,401 (212,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
636,806 636,806 000000000000000000009af65834fe105809ff84a7fbfc5108576e3853d9eaef 0.51 MB 992 13
636,805 636,805 00000000000000000001805d36ebf6aaf979b473aadb63fc28870e72ad541cf5 1.13 MB 1,863 15
636,804 636,804 0000000000000000000f0f3bdbbe4c68ddc37222d0e4e7054d89eb0b481b58ad 0.12 MB 286 16
636,803 636,803 000000000000000000062a6ba6918d022f8688177c8283d8d1e2e8f7df339187 0.49 MB 1,174 14
636,802 636,802 00000000000000000008694cdff23d4ccc79daf2cb6afbdf33c3ba31239e5217 0.47 MB 864 14
636,801 636,801 000000000000000000115ec3198dad4d33a2f2aaab901b1dfd085a07b24d2528 0.30 MB 708 15
636,800 636,800 000000000000000000016e1290aff3013f3810675028eff77efdeeac9f4fac05 1.28 MB 3,061 8
636,799 636,799 0000000000000000000ae3f8de6e7c72827748c55fbe4d1992aaf32b3ed9a77f 1.33 MB 2,211 20
636,798 636,798 0000000000000000000666698b49fff299ceb3cde0cdd51d364aeff481026f7c 1.28 MB 2,692 21
636,797 636,797 00000000000000000007132e004d5166478c8ec9987e74e207dd9a6e5a53ced9 0.29 MB 692 3
636,796 636,796 00000000000000000009dc65852b6f029050c6f4841e887cb7e8ef7c3c5dc3da 1.35 MB 2,790 17
636,795 636,795 0000000000000000000a11cc15cdb56b788c68138da6fbd84ead6015ebf929f3 0.50 MB 1,076 15
636,794 636,794 0000000000000000000833956f1ca4b3c5403dc78dff8a8ef0c0920e8e88d81c 1.18 MB 2,912 4
636,793 636,793 00000000000000000007232457a998d36bb15eb8e9329bf8183dccf3b5b4c3ed 1.30 MB 3,112 29
636,792 636,792 0000000000000000000b6d98d4c9fd7f34921b1c8b1de10e557754b8362fc038 0.59 MB 1,351 22
636,791 636,791 0000000000000000000f6577833972ca5420c4cc5349d9e89d2afd4717a77906 0.16 MB 168 10
636,790 636,790 000000000000000000032f6813c54ef8fd0d4a4d5f900e858d2ddbc452457d61 0.73 MB 1,808 11
636,789 636,789 00000000000000000001ac051c7c5b96591494f61373bb09c4c597450e7a871a 1.22 MB 2,213 8
636,788 636,788 0000000000000000000f7be3b23fa684cba9fc200944e5f11c89b90227fd0ef9 1.29 MB 2,483 24
636,787 636,787 0000000000000000000ce12831587bbd419aea720ca06f23fb155510f244e8bd 0.06 MB 154 12
636,786 636,786 00000000000000000010cdbfc85556b7e06adb999ed74c443d81bbf02730e707 0.78 MB 1,748 15
Previous 10 blocks ↓
Total Size: 660.37 GB

Node Information

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