Memory Pool Memory Pool Refreshing

67,917 transactions
32.52 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,795 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,930 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,794 (314,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
534,864 534,864 00000000000000000027001d6640b8b40fd2978d030816e83d5d15497cacd777 1.01 MB 1,602 26
534,863 534,863 00000000000000000020396e5b97ee1ca04f47e8196391739c0155cd63f7cdda 1.14 MB 2,542 5
534,862 534,862 0000000000000000002574133670837f68e0a08fd6e164df78bbb3279699fffc 1.23 MB 2,582 36
534,861 534,861 000000000000000000221454bfa1301f8aae5a106751866080c3cafecb6818e4 0.00 MB 1 0
534,860 534,860 00000000000000000001535b9eb8d873fa1ab61aaba1af4aafa2ef296cfe3f53 1.15 MB 2,360 35
534,859 534,859 0000000000000000001105147977e50d6d7321c1f72cb6b136d8af04cb4b7ce8 0.21 MB 409 45
534,858 534,858 0000000000000000002ec88e0384657ce910d5db17af1348777702c4a3ba3a19 1.17 MB 1,569 13
534,857 534,857 00000000000000000028c938fa317d4833597d6c2e05769e38cce5ec69dcafba 1.24 MB 2,212 8
534,856 534,856 0000000000000000001d4f1a8d45654a5dce198e0719d59ce2f38bac445ed7e2 1.18 MB 2,508 18
534,855 534,855 0000000000000000002a7136fda3cc663e0a803ebbdb6ac7145b8ab4f3fa9611 1.07 MB 2,181 6
534,854 534,854 00000000000000000019f615625d9a5216f5d8c5548f7453ce5e1de4fc08b1bf 1.15 MB 2,750 17
534,853 534,853 0000000000000000002622b64b1ed99f34adfef259e67fde5f871119a094305c 0.98 MB 1,594 20
534,852 534,852 0000000000000000001cf6655a4b0d503a00c5fee5e7664122728e4018d294f8 1.13 MB 2,306 10
534,851 534,851 00000000000000000001faeb2159aa1cf47aacdfc0f86852c968302968d5c5fd 1.39 MB 2,074 16
534,850 534,850 00000000000000000001ea268dc045a5edac4fb4f32b5febe1c659cc3889d69b 1.36 MB 1,647 38
534,849 534,849 000000000000000000205500e94d6215808ca5fae3d5f19c6ded1efb0ea751e0 1.30 MB 1,806 30
534,848 534,848 000000000000000000057d2f4ff5bae094ad630db4d09f7f30906ff92e3c6535 1.23 MB 2,612 54
534,847 534,847 00000000000000000029d0b1f68ab6c4e5da096e24ddf026de07296198fbfff6 1.15 MB 2,059 38
534,846 534,846 0000000000000000002932eb68432a17645176b56bf0a67072b3c15890552239 1.07 MB 1,130 28
534,845 534,845 00000000000000000013fe0c0cb3d2a5ffd6fc6df13da805eac6e060ee7cf8d3 1.00 MB 574 55
534,844 534,844 0000000000000000000cc2429cad78a8a5203d084a7fef6b4b44d48e5900c59c 1.05 MB 963 48
Previous 10 blocks ↓
Total Size: 661.12 GB

Node Information

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