Memory Pool Memory Pool Refreshing

63,896 transactions
32.33 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,686 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,846 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,685 (152,688 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
696,985 696,985 00000000000000000010ad823109b019b604df00a953ea8da99a78042b1cf4e0 1.24 MB 981 5
696,984 696,984 0000000000000000000fa328b2ed2edd54775dd8d964aded92d914546fa65616 0.13 MB 295 14
696,983 696,983 0000000000000000000cf1c2b2c2a3ef46d596f7a106a3c5f3016522b7e92d03 0.23 MB 237 9
696,982 696,982 0000000000000000001107d30aad8173a4536cdf7da366030a24b11889cba21c 0.14 MB 353 12
696,981 696,981 0000000000000000000607ecf21ce6045825d0116386658521d83f2697ca7e79 1.12 MB 2,348 12
696,980 696,980 00000000000000000001ca3e5ef951763aa34fc97de2af06aa0dcc140b60b0cf 0.32 MB 611 11
696,979 696,979 00000000000000000005ca29b71d118302c93df0e12fe44483b6818cab92237e 0.38 MB 912 13
696,978 696,978 00000000000000000010559d215ae317ad3987286fc8721a96d2f1bc299ded5b 0.66 MB 1,095 14
696,977 696,977 000000000000000000051e0f4b0c5e947a0a3c95e58668f42f5bc1b0a73beaea 0.19 MB 279 11
Previous 10 blocks ↓
Total Size: 660.91 GB

Node Information

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