Memory Pool Memory Pool Refreshing

79,618 transactions
32.75 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,586 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,732 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,585 (617,314 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
232,271 232,271 000000000000016097aa43fceb8a791078303f2e6cb84a2b9dfc659e605a54db 0.11 MB 138 139
232,270 232,270 00000000000001b387e06034e34f6f7bd6ce9d7dcf221150a0365e489dc69338 0.01 MB 17 614
232,269 232,269 00000000000001da08e2b4a868d7219d9c0ea5ad1e27a6d050eee2285ad77993 0.25 MB 542 131
232,268 232,268 00000000000000a9285212d5497209d45a2048bff88c6d8337a5d34bca687c6d 0.08 MB 184 195
232,267 232,267 0000000000000001f9479e35fa7ce4ddc0744229830cd3221b12b01582d98f8b 0.13 MB 161 71
232,266 232,266 00000000000001379c3e01d9faa09d09b943746283affc3e8e6cdd4042e9d016 0.25 MB 591 232
232,265 232,265 00000000000000587fbc7191f1e41888c780e8d0316e9b7be6e1d1e1dba28cdb 0.25 MB 607 213
232,264 232,264 0000000000000009d805cc124a2816c37891f5941ce70bd7e63e7779ce59f91a 0.25 MB 563 183
232,263 232,263 00000000000000dff00aa51c005fa574bf79c8ac8e92bb599c9e9987add40d45 0.25 MB 443 147
232,262 232,262 000000000000014cd4aa7a10425d65826010268963e598d0db6ad79df6326e9b 0.16 MB 344 167
232,261 232,261 000000000000007922836428def3e49eaa50505d802e19c1c461359628087a15 0.25 MB 342 175
232,260 232,260 00000000000000dace27d7535ef5c0b4d8f9bbe4cb4d3f00ca3be811a7ffc978 0.25 MB 470 146
232,259 232,259 00000000000000f99af4a59d3105cd411fd0adf42225f6857e6f75837c7ea97e 0.47 MB 1,495 269
232,258 232,258 0000000000000083c4fd302d37c8a75b50fb91fece16b00049257f706941e6f2 0.42 MB 998 221
232,257 232,257 00000000000000e290ffaa647344b584b34f690371b7320b25e70141315ec0ba 0.19 MB 460 164
232,256 232,256 00000000000000fa4670dd34f6bbd74717d97bb157428a16f1ce39e4295b2cf8 0.22 MB 216 82
232,255 232,255 000000000000009c52d833d31ce5e5c120d7454a42564c844bfe433831db7121 0.25 MB 308 88
232,254 232,254 00000000000000870c04a502706f933e3d551b95e63020e36b4ee0eb9d85d949 0.00 MB 16 318
232,253 232,253 000000000000018c8365eace20f9cb440751292a103494ddc272c0f1cbd8722c 0.11 MB 229 144
232,252 232,252 000000000000004ce1457ef5535fd2ddb9519be3536804bb0154b49b9ea305f2 0.15 MB 352 164
232,251 232,251 00000000000001633a49995540709c6c076f197ea8cbbe7934e2e887cf41ef4f 0.10 MB 190 152
Previous 10 blocks ↓
Total Size: 660.71 GB

Node Information

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