Memory Pool Memory Pool Refreshing

51,057 transactions
37.34 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,004 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 106 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,003 (236,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
613,238 613,238 0000000000000000000b6c75e39922e1440c36d7b424a28952937278e0436d9e 1.25 MB 2,634 19
613,237 613,237 0000000000000000000e07892869f960d8f9aec1ac9306e26b9dcc9444dc87dd 1.25 MB 2,486 16
613,236 613,236 000000000000000000030bdf3d6c86419b1a42319efa530147d2e793f6592bcc 0.15 MB 266 13
613,235 613,235 00000000000000000009a7ac138b967c9f41c26fe3530d0a5665ba9c2ece4f6c 0.01 MB 25 5
613,234 613,234 0000000000000000000fcdb250b1e8321f398d74c020c00bccafb90b33fdded3 0.42 MB 668 14
613,233 613,233 00000000000000000001987d97f0fb6fa5d5929613b2d565c85805ef9fdf24dd 0.56 MB 982 14
613,232 613,232 0000000000000000000bc1b4f41867225451cfbfec77abf0b1ffe2b958278624 0.61 MB 1,523 6
613,231 613,231 000000000000000000046b810f942c4bb24717f1a0c63f5c9e77804117fde21b 1.24 MB 2,660 20
613,230 613,230 00000000000000000006f3b245568a52ad668d7643ce85cacb8b01a059f2107e 0.35 MB 703 15
613,229 613,229 0000000000000000000740b883895b1d7376fd882a6d3e7652c933bd9032e982 1.08 MB 2,177 16
613,228 613,228 0000000000000000000ccdfc9ef41c3bf347ac15714866fdc4a92e575d712515 0.97 MB 2,192 16
613,227 613,227 0000000000000000000b8ea999de2f578e0a88493996c853f26a9c1d4ec93cd0 0.54 MB 1,193 17
613,226 613,226 0000000000000000000438e604297d670cdbaf0e456b8161dc7188e6ad49a925 0.87 MB 2,280 14
613,225 613,225 0000000000000000000f181d8362dac7014082b96e99d3fe3f4cb0ad569b9812 0.57 MB 1,440 15
613,224 613,224 00000000000000000001ac2cbd52e8d3ee56c572b25f51a752317e8018f7da8f 0.02 MB 62 10
613,223 613,223 00000000000000000001f2025c94075961e6f56d3c3c1ed3de565e8ca45430a0 0.45 MB 888 15
613,222 613,222 00000000000000000009b82f0f0045a3bf3d82af613c3fb746bdfa55123a2509 0.88 MB 2,208 14
613,221 613,221 00000000000000000012201380a7649d09dbb1a13a2a7cea8e50a6ad925ceab9 0.37 MB 988 14
613,220 613,220 000000000000000000126072a43674136385a9ea449cc8967d70ec81d07f31ba 0.38 MB 950 14
613,219 613,219 0000000000000000000e836ae581e3544639a3f17599d3660688b20fc5a41633 0.07 MB 209 15
613,218 613,218 000000000000000000074ae308a28b3e2dbd44fcfcdcbcd1c08f1cc28949d36d 0.27 MB 809 17
Previous 10 blocks ↓
Total Size: 661.52 GB

Node Information

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