Memory Pool Memory Pool Refreshing

78,698 transactions
36.00 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,659 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,336 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,658 (152,969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,689 696,689 0000000000000000000557ce802cb9a198cd58cbc3ebec223f71ffac85f4418c 0.70 MB 1,610 13
696,688 696,688 00000000000000000011594b515b805712896bbd7031bfcaa60563604ecefc22 0.87 MB 1,634 10
696,687 696,687 0000000000000000000801fa39619b2e0e3626c217999f7c6f794641f661f6dc 0.66 MB 373 3
696,686 696,686 00000000000000000006151c7f229112fa379f2aa693082433a11b5fa5031ead 1.18 MB 1,151 5
696,685 696,685 0000000000000000000a021659f7d181e3516b3ed7e9d11c241c08ff15e8ee5a 1.43 MB 1,145 6
696,684 696,684 000000000000000000091def9780b08498cc70dfa583e0ef2d66daf916a3a771 1.12 MB 789 3
696,683 696,683 00000000000000000009b79f166da421049e2ba4d6fce391dc7962bff9131ab2 1.31 MB 2,168 9
696,682 696,682 000000000000000000023079092da64a54d8afb8cd0f2773f57cd6f5c59eda81 1.19 MB 952 4
696,681 696,681 0000000000000000000461dcf5ebb1e437eec3d4930f914be33d0c47a041f475 1.14 MB 1,029 7
696,680 696,680 0000000000000000000604d8a1557741451fd93d6751cb737a55eba434bce79c 1.31 MB 1,196 6
696,679 696,679 000000000000000000062511ebaac4a2d3cfdc63e3f3e2cb993391baaabf00a3 1.40 MB 2,655 3
696,678 696,678 00000000000000000002a0fe6ac1d95e5f876d6063b3551c111a11adf28c54ad 1.70 MB 2,529 8
696,677 696,677 000000000000000000067aae5df931bb5115101267a80e08037252fa59fd9be5 1.45 MB 2,520 24
696,676 696,676 0000000000000000000a7386da94e32a09205209a6d1ff630055b5130ba72e34 0.79 MB 933 8
696,675 696,675 000000000000000000102bf5ca8edfa459ae6891cdbdf8f897293fc06f7bf44a 1.52 MB 2,448 12
696,674 696,674 00000000000000000011a4bab298ec5c1e3292e920512972ec10884645d63ac3 1.34 MB 2,058 7
696,673 696,673 00000000000000000010940f95a8b1559c66901b248ffe8279d9bfc1996d740f 1.29 MB 1,856 10
696,672 696,672 000000000000000000031201660493c945ca921ca2b10f41eac2da4c6c396686 1.46 MB 1,699 10
696,671 696,671 0000000000000000000cef54583f73e332f184d250d4ed301f66364c1b8c2b74 0.79 MB 1,087 6
696,670 696,670 0000000000000000000f455a0080e5a2f844026fb05aba4a51f4af7132e544a3 1.39 MB 1,943 7
696,669 696,669 000000000000000000023a35b7cc8fbf705bd4969b5b4c722bb0894d2a8d438a 1.25 MB 1,346 4
Previous 10 blocks ↓
Total Size: 660.86 GB

Node Information

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