Memory Pool Memory Pool Refreshing

72,424 transactions
29.10 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,711 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,108 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,710 (507,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
341,831 341,831 0000000000000000126a44a25bbe18c25d22f096dab90875ff210502a861c05f 0.39 MB 398 15
341,830 341,830 00000000000000000ef78e7f3f2df40c9a46b281a857456e8dda86a41ef2846a 0.10 MB 166 35
341,829 341,829 00000000000000000a463e8af489749efc14138c81263db41814a1152b33f292 0.75 MB 1,908 33
341,828 341,828 000000000000000002d92aed87ed3bc4e19acc227c6c6f6501c9f66b8a9f4e43 0.07 MB 169 29
341,827 341,827 000000000000000018f38a4731a3d35eb11c9ca2743bbcaaa53db911ca4cd450 0.16 MB 217 17
341,826 341,826 0000000000000000017d11e0e3351e97caaddd72020028b8c9a23dad9b11995e 0.26 MB 533 23
341,825 341,825 00000000000000000f10fcf19ff33a10dd3eed1cc5f09f9c01da08605833fd2c 0.09 MB 187 20
341,824 341,824 00000000000000000f3ee65e1d699113ba30b0656958f8efd9d9cbb1465f3d44 0.59 MB 955 22
341,823 341,823 000000000000000012b6660af043c43e045b1a7d7f0a47c6365e871042978d17 0.31 MB 793 39
341,822 341,822 0000000000000000157c1c99950030274e03bb5e75c0603dac74b32f8a3dce7e 0.41 MB 821 26
341,821 341,821 0000000000000000076d4bf42fb5c9422b739477dfaa9bedf47cfc4dbc4193fd 0.06 MB 96 10
341,820 341,820 000000000000000016a5a8fd0b6d3383b85467e706172ff6170732479274bce2 0.44 MB 749 23
341,819 341,819 00000000000000000e1334cdcac4f8b26240f3d3cfa2555c37d33518e66661ea 0.34 MB 773 21
341,818 341,818 000000000000000001a948c51a04a607a6eae9d6bc5127f307f54c8653b71a31 0.56 MB 359 12
341,817 341,817 00000000000000001633acba89d29e3d1f57b37d6de2f65a2b70f5ccfc7bbcc5 0.75 MB 1,272 22
341,816 341,816 0000000000000000114681dbd2523b7fe1bd6e9189c02208fb76be75345958ba 0.75 MB 2,425 42
341,815 341,815 0000000000000000199443046bffa130a89c4cbbf6af6e7695b4ffec26b1331d 0.75 MB 936 18
341,814 341,814 000000000000000015a9b1a039c6c0171682eb926a748d3e317edf3e258d2c89 0.25 MB 692 41
341,813 341,813 0000000000000000146cbbe6a443d5dd4c82e2709d5931e81867b371c2a82f8e 0.75 MB 2,009 36
341,812 341,812 00000000000000000a90f832e3397155b5c46e59a0fc02fec458d61d5efd0214 0.40 MB 755 25
341,811 341,811 0000000000000000067c3938efee1a85cdb99c0b49a2b6120af07a3fe276a97d 0.08 MB 128 10
Previous 10 blocks ↓
Total Size: 660.96 GB

Node Information

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