Memory Pool Memory Pool Refreshing

19,725 transactions
48.86 vMB
Show Random Selection Loading Transactions
Max Size: 162/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,108 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 340 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,107 (146,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,713 696,713 00000000000000000008339125282ce5d7c5d73453245108a644c9134a80db2f 1.43 MB 2,344 14
696,712 696,712 00000000000000000011ef463ff59d18ed77d3bc937296dfeec74460fe22601b 1.45 MB 2,024 10
696,711 696,711 00000000000000000001da73aa9579138275b87f297523e1c27986d4ffcd65e3 1.50 MB 2,794 15
696,710 696,710 0000000000000000000b8409431e71cd5b0f0cb6cf1324e3caf1e99c803eac3a 1.46 MB 3,050 23
696,709 696,709 00000000000000000001a269b5d5938e20287a8d5a94b457f72ab0dda6c6792f 1.56 MB 3,051 8
696,708 696,708 00000000000000000004707a930b23ddb9660491a142a8ef7d6419e1a8ae1f05 1.60 MB 1,688 10
696,707 696,707 0000000000000000000042feb97d359861fda2bcb306e3d17220d8b2425ae44d 1.47 MB 2,530 11
696,706 696,706 00000000000000000007b6a472020bb9ef0612eccc787ae1fc43fe1bcb4dc38e 1.39 MB 2,840 27
696,705 696,705 0000000000000000000624fac4049920bf59e1126d3217fc123b549b5e6bdbc8 1.43 MB 2,903 21
696,704 696,704 000000000000000000014a8c4adb1d9b5dc0d92655dd563a5822fda8d5efb8b0 1.33 MB 2,232 34
696,703 696,703 0000000000000000000afa182fe042afdd78380899ce6d987baa0f40aa1e6f40 1.45 MB 3,305 3
696,702 696,702 00000000000000000009e2f0a0e5b18b6aeb397599a1998fbe1b8f666fe0331c 1.45 MB 2,044 8
696,701 696,701 00000000000000000011e4fd655cb7e6b12e206d1402e6b9085352c60e5e187d 1.31 MB 2,274 13
696,700 696,700 00000000000000000007b765ab1f09fd321a550c825a73559186a073827efbe9 1.52 MB 2,694 19
696,699 696,699 00000000000000000008b36e90640df14cfcbf9ede8f876898446481ac242ef1 1.43 MB 2,065 34
696,698 696,698 000000000000000000074aa2c47e79ea570c965c75846715219d1934729dac4d 0.45 MB 503 9
696,697 696,697 0000000000000000000b4d670930ed2dc8c1ca468020b4794594b9af208d8f1a 0.31 MB 459 12
696,696 696,696 00000000000000000002cbbd01e05fd07e327a39a64f5218e505247ba207478f 0.59 MB 1,128 15
696,695 696,695 000000000000000000035bb64812ada9536e10c99b2afe31bcdb83c475483c4f 0.39 MB 664 11
696,694 696,694 0000000000000000000e8303cb5c0a9fbe42a11e79e16a324569f1ed30ef5e4b 0.94 MB 1,503 12
696,693 696,693 0000000000000000000ffe3cac2d864eb5d320adcb4720d4a74211ec815d84b7 0.71 MB 1,084 9
Previous 10 blocks ↓
Total Size: 648.84 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,714.16 GB sent, 54.76 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

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 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.