Memory Pool Memory Pool Refreshing

83,276 transactions
34.62 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,577 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,423 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,576 (294,216 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
555,360 555,360 0000000000000000001ab70da9917b074b74927e78bc2751906c18d2575780b4 1.32 MB 2,971 31
555,359 555,359 00000000000000000030f210da4d0661d77f3122ddcd0eccc087a8a1fbaf7d5c 0.61 MB 936 9
555,358 555,358 0000000000000000001ab2456185a7d8dd9e837668b4e983ad4db302d0703834 1.17 MB 2,831 16
555,357 555,357 0000000000000000002ebe65316cde8b4c31d2524dd951a947a1adc7cfb51ec7 1.15 MB 2,401 15
555,356 555,356 000000000000000000339674a36b4d8fd3ced554c9832a4a1d04ac7851b43e2f 0.73 MB 1,336 28
555,355 555,355 0000000000000000000599b55ab3842c0035f58ab528a82d927c65e0529177ce 0.19 MB 299 8
555,354 555,354 0000000000000000003162a349219ec02cbe63776acce9f482ca52a2d87f1a0e 1.18 MB 2,792 16
555,353 555,353 000000000000000000115675f0fb61f7a9cdb771ad50c51294c5cdc0d3356aca 0.50 MB 309 2
555,352 555,352 0000000000000000001f2b15c8191e69f159116e46546b7437e197676aedbe54 1.20 MB 2,942 18
555,351 555,351 0000000000000000000c6972c9032f22ad83c09f80911a554e57a50a9b99eb69 1.24 MB 2,681 19
555,350 555,350 0000000000000000002fc6f239f4efdf7c732643bbf6f7be10107442aecc2271 0.92 MB 1,940 11
555,349 555,349 00000000000000000002e99f2ee250c0cd672a055f424d438e76790db0a65e69 0.32 MB 551 13
555,348 555,348 00000000000000000033d7a70099cd8972770044da2176a8cd0dac4edefd0c68 0.26 MB 547 10
555,347 555,347 00000000000000000024382a2e5f3e29fe61086588c22838b3d53fbe9987a894 1.13 MB 2,159 12
555,346 555,346 00000000000000000023ea2e32f4f658bc2b1fd94e6f77487d085ba4dbd69889 0.39 MB 529 12
555,345 555,345 0000000000000000003162bb1794c95cec4f307a8932e1f4cee4b49d060e911b 1.06 MB 1,551 18
555,344 555,344 000000000000000000273fa18e06fa68c8a6b827b35e542d03d002a725c0af95 0.15 MB 347 13
555,343 555,343 0000000000000000000251b836b57585f6ec2028965bcb84e55e81d124a9e26a 0.20 MB 361 19
555,342 555,342 000000000000000000324a9ab34d6763cd2f502456234f557d11f1bf4c01ce13 0.89 MB 1,632 8
555,341 555,341 0000000000000000000c0fd0beb83d3f5597fc630048a3a2450048df2d930ee2 0.21 MB 463 30
555,340 555,340 000000000000000000054af25d974ad2765cb4fe2a8c68e294bf4793db79f84f 1.13 MB 2,393 14
Previous 10 blocks ↓
Total Size: 660.70 GB

Node Information

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