Memory Pool Memory Pool Refreshing

74,253 transactions
26.95 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,531 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,131 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,530 (171,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
677,784 677,784 000000000000000000030a7e017d24a91338ecbd1fbbec09077eedb31fc8fcdf 1.46 MB 2,500 78
677,783 677,783 00000000000000000002578c00d22189ac1f819421b24ecc77e6fb5322329c93 1.30 MB 2,289 28
677,782 677,782 0000000000000000000b565a01b473640aeb2958d791ab8b2567776ffba68906 1.34 MB 2,370 44
677,781 677,781 00000000000000000000bdbf5bfae84875e8ee47726d8d0ad53fc78c3c74b508 1.47 MB 2,351 45
677,780 677,780 000000000000000000012e68b3f6c3a738419f1dcee6356deac10828114d60e6 2.25 MB 303 15
677,779 677,779 00000000000000000005a832c0d6c7742a5e98b9546c47cc239080c3ed72e54c 2.16 MB 542 22
677,778 677,778 0000000000000000000b1eb03e0eac300cdca17b85a6f5a4b022a1453a5c8db0 1.60 MB 1,770 30
677,777 677,777 0000000000000000000bd8855aa8eb650a887db40d093dcaadf756c1d4ec3be4 1.44 MB 2,089 27
677,776 677,776 0000000000000000000aef61a0c6b34cec2d8dbe6f44a9439d849a7fef9150e0 1.33 MB 2,373 34
677,775 677,775 00000000000000000006a4ab28206705acedbd252147fd294e9b6a95392326cf 1.48 MB 2,336 48
677,774 677,774 0000000000000000000313592355bad5367bb1fb63499aecfe110f91853792d9 1.12 MB 562 81
677,773 677,773 00000000000000000009fc865c4164ab9f6dfcd762f0c2b2a55c3d323a455452 1.39 MB 2,489 98
677,772 677,772 000000000000000000032b1094fe322aea5eb3f4256252cd9bed005fd7f880a6 1.53 MB 1,799 63
677,771 677,771 0000000000000000000bf005f927546f9c80de5ce754592fcd681122fb734765 1.41 MB 2,197 60
677,770 677,770 000000000000000000044d38f6e16e63e0a695564c509823f6bf31955f38cac0 1.33 MB 2,487 94
677,769 677,769 000000000000000000072777c9a4a4b565d582f92ab5fd94047acfa8c21f659c 1.21 MB 1,696 81
677,768 677,768 0000000000000000000899f9992c6bfde8b8440c4f68787ebe68b96246ce47cd 1.34 MB 1,457 86
677,767 677,767 0000000000000000000935e542686ada48a837b56b1a71f7b3548f62b97d0e32 1.31 MB 2,629 90
677,766 677,766 0000000000000000000b843b8ddfc66bdd1e37be1fcb5401058a7c98281e4a54 1.28 MB 3,326 116
677,765 677,765 00000000000000000004f4188cce9af7f12d4062332999d70c464c75ad223475 1.74 MB 860 12
677,764 677,764 0000000000000000000083cafa7164dc02213574e537641e48f7cfa93ed92a42 1.39 MB 2,515 42
Previous 10 blocks ↓
Total Size: 660.61 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: 485.03 GB sent, 2.36 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.