Memory Pool Memory Pool Refreshing

69,308 transactions
37.62 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,536 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 3,262 30
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,535 (150,836 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
696,692 696,692 0000000000000000000ce1b008c6379eb81bdccf6e09872d39a8ac0849144a55 0.17 MB 405 13
696,691 696,691 000000000000000000085fc6427f9c6dee654be68651309845e0b9b76717f966 0.43 MB 786 12
696,690 696,690 00000000000000000003fd06535cff3feb68cf04ae86e5a5df0510b95049088d 0.82 MB 1,178 10
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
Previous 10 blocks ↓
Total Size: 656.94 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 9,572.59 GB sent, 106.58 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.