Memory Pool Memory Pool Refreshing

82,319 transactions
33.58 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,575 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,871 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,574 (152,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
697,006 697,006 0000000000000000000eb8103cf066511f92506a5533309d9c183b75055ac00e 0.01 MB 20 4
697,005 697,005 0000000000000000000ad38784f1a7eb8ad0e45639ca280b362d1acd88941896 0.25 MB 353 6
697,004 697,004 0000000000000000000351b68d873e6adba887e5452c06f878a4e7198699e818 0.17 MB 224 6
697,003 697,003 00000000000000000007caae87cc7b1f90334793c566bcb6b8d755d15a3fec09 1.16 MB 1,627 7
697,002 697,002 000000000000000000058bf7379bbdde0134f3dae760229f1e833f5c2dd12934 1.30 MB 1,726 5
697,001 697,001 00000000000000000011042cfa762aee9fdda6cf9eded62375626751f82785ab 1.09 MB 706 3
697,000 697,000 000000000000000000086949fda2dd0e0d66145da6ee87b0efec3abcfc65387a 1.06 MB 625 2
696,999 696,999 0000000000000000000178f4b03077dbdcd1a2a3690741df3b0f23c777b2ebe6 1.30 MB 1,673 8
696,998 696,998 0000000000000000000bb52e3035259ca07bf039fbcd7bcd0315f18f47c3ab3a 1.33 MB 2,047 3
696,997 696,997 0000000000000000000681e687e622136e163109b4bc76639627d0f1ff3f71b6 1.50 MB 2,751 26
696,996 696,996 0000000000000000000d3a5c1c0fc38a8f52946538a86483d22d4a5a9845556c 0.11 MB 190 6
696,995 696,995 0000000000000000000956211b9baaa649c747705f962f375cf4471922f61129 0.57 MB 876 8
696,994 696,994 00000000000000000006b2bd3243d8694b46dd9fc68d82f583b11754c669a06c 0.71 MB 729 2
696,993 696,993 000000000000000000100f561b2e6e53a8cf3f1690bdec1366abca861fec2751 1.50 MB 2,974 13
696,992 696,992 0000000000000000000d4bc6dcc86ca52f586fb06abda27b49929ecbe9e656f9 0.29 MB 382 7
696,991 696,991 00000000000000000009942d746338365dbdc0605404432b68c83893f592e5c6 0.03 MB 81 11
696,990 696,990 00000000000000000006b25b0ac3192aa184d0a411bcfa4b3e1aeb2743fd34e1 0.79 MB 1,170 8
696,989 696,989 00000000000000000006de402a82581a1a59b77d3fa726874ff2bdca0f21163c 0.26 MB 411 9
696,988 696,988 000000000000000000047ce9b8314ae63bb738019d0e0059c27895d7a25178ac 0.80 MB 1,092 9
696,987 696,987 0000000000000000000f5db7a0b06897c8aba1c7e1edc20c2df8c4e3a7aa8b78 0.40 MB 569 7
696,986 696,986 000000000000000000014930ebeebff8c538c0eb7346aea406491ed0be4981fa 1.02 MB 2,220 11
Previous 10 blocks ↓
Total Size: 660.69 GB

Node Information

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