Memory Pool Memory Pool Refreshing

80,730 transactions
34.53 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,615 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,538 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,614 (347,254 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
502,360 502,360 00000000000000000059a6a0c9cf894dbb1b1537b4a4ff531e753f1cc6c5adbc 1.06 MB 2,576 460
502,359 502,359 0000000000000000004a3f82ed29988fbf3cf7294074cdfc0a5c00cc45c224d8 1.04 MB 2,285 672
502,358 502,358 0000000000000000005968fa48c49d7c4fb2363369d59db82897853fd937c71a 1.04 MB 3,054 536
502,357 502,357 000000000000000000454e0c9b5881b502be74fafaa4672edd2f4198911bef0f 1.09 MB 2,830 372
502,356 502,356 00000000000000000059cab4067ac0ada9adf913abefb8c0b9457f4254234e5e 1.10 MB 2,610 426
502,355 502,355 000000000000000000166a378148c9d2bbf2d0fe3d633fb522bd86312474f8f2 1.08 MB 2,540 616
502,354 502,354 00000000000000000017fb6d69414ef55bd5da5c756fd58b01c92a1259f6e8f0 1.10 MB 2,456 501
502,353 502,353 0000000000000000006f5e0d0c41a77559cb2e98282ea583aa66a51def3c65b6 1.10 MB 2,138 687
502,352 502,352 0000000000000000003c8d4dcf0a73776450d7a5b70ce8235f9e94d54bc208a3 1.03 MB 2,806 453
502,351 502,351 00000000000000000032ea3f68ce6d6bb39a5ff9088c4fdd2d0fd50e1fccd4d1 1.28 MB 2,746 460
502,350 502,350 0000000000000000001af114de6f32aa7e4db8ecf5e120e1ff8ce441c6a3249f 1.08 MB 1,942 857
502,349 502,349 0000000000000000003770121101b262674180c9fa8fb734f5f9518c425378fd 1.06 MB 2,246 334
502,348 502,348 00000000000000000040b8963d164a4074958dd6ae6a252305968d86204076c6 1.09 MB 2,852 429
502,347 502,347 00000000000000000003b45c97c98aaeda449934f3185172743aa58444ee52c7 1.10 MB 2,893 437
502,346 502,346 00000000000000000079e56cf4d06c8b098dd9c48cfcc89e6bfba5caccc939f5 1.04 MB 2,900 398
502,345 502,345 000000000000000000285324f9147e0ab44cb51c8177cf67d805b10b9b7aa60d 1.17 MB 2,703 424
502,344 502,344 0000000000000000005d73562397ff0300da0413ae42a94f360087aaa82382b3 1.06 MB 2,346 613
502,343 502,343 00000000000000000000fb3d6163a0e6a5ae8e16a25d2a950be425098afa813b 1.04 MB 2,472 469
502,342 502,342 0000000000000000001d566bb69b97bdbacd762c4a075fd3d8da537ab24a2149 1.11 MB 2,348 493
502,341 502,341 0000000000000000004d4796c036d4695b5c3b5a73601105712030dea0d188f9 1.05 MB 1,913 922
502,340 502,340 000000000000000000514f799d47ddb10d998b620ea4e87b0e5d3f12dd15c97a 1.15 MB 2,684 393
Previous 10 blocks ↓
Total Size: 660.77 GB

Node Information

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