Memory Pool Memory Pool Refreshing

68,701 transactions
25.91 vMB
Show Random Selection Loading Transactions
Max Size: 153/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,531 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,955 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,530 (144,065 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
705,465 705,465 00000000000000000004d4e75b1c87f2439b3113e0013dcb8d695a27833ffc31 0.00 MB 5 3
705,464 705,464 0000000000000000000ceb64f3a6634755f432f10f45b1e0371f3806ec29a657 1.15 MB 2,086 12
705,463 705,463 00000000000000000005c1ccb1fa08dda215436c29410a65039d056f4b8f85d8 1.50 MB 2,863 12
705,462 705,462 00000000000000000003bcbbdb7037ae594878d00781c764e39d1ccb0a7a9d5f 0.49 MB 995 11
705,461 705,461 00000000000000000008413924d78fecda2f93c499d7999731b53f1c613c0677 0.90 MB 1,489 9
705,460 705,460 0000000000000000000d42698eb027c9bed3979e60386b4040a2a8eed23037e7 1.43 MB 2,014 8
705,459 705,459 000000000000000000059b5dca54c0f4363a37120614d47df640a1fc3304fb8e 1.32 MB 1,951 19
705,458 705,458 00000000000000000004a87422fe0140dbc3d7497152445b6a7f881332a1e852 1.49 MB 1,372 7
705,457 705,457 0000000000000000000bfd226edb0cc15faf6f23f65b8e439b2ffd8b20ab86a2 2.22 MB 475 1
705,456 705,456 000000000000000000071b567f71e929467c7751c3a81982e56c1a384d1d1280 1.59 MB 2,857 5
705,455 705,455 00000000000000000006576177a0979d695dabbe23f637826827c6a47185cb7e 1.52 MB 2,791 7
705,454 705,454 0000000000000000000baa4dd993558767fc624c7146f814dbef79f33a7a4ee9 1.54 MB 2,389 11
705,453 705,453 000000000000000000067f2980653f58311cb3bb691ed05d6d86c1d4e03d01b7 1.52 MB 3,596 18
705,452 705,452 000000000000000000053ce18843fd9fd1b281764dcbb037c6222033847f0269 1.37 MB 2,777 41
705,451 705,451 000000000000000000006bfceeb40f9fd8a9fb18885db5fd533c0ea43b3b365b 1.45 MB 2,202 6
705,450 705,450 000000000000000000041d8debee0e47d8ac6a634839c95beb253d6993576f4d 1.22 MB 1,764 17
705,449 705,449 0000000000000000000ab027d2d2669f279f4ed9f5380dae1c09803e42a64034 1.10 MB 2,449 8
705,448 705,448 00000000000000000005800915bfe07f4bcb1c3b7915397992b16303bb661089 1.42 MB 2,874 18
705,447 705,447 00000000000000000007e6457c8c5aea1fba7f2957e36abb1bcd3ef7316e089c 0.92 MB 1,812 7
705,446 705,446 000000000000000000032f2e69118ec3d8638031db852c6e169a744de43f18d3 1.47 MB 3,059 2
705,445 705,445 00000000000000000009743628b0e7eff98b370c9160145355d10d343b2f8744 1.63 MB 1,929 8
Previous 10 blocks ↓
Total Size: 660.61 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 94 incoming
  • Data Transfer: 484.26 GB sent, 2.35 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.