Memory Pool Memory Pool Refreshing

75,758 transactions
31.50 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,555 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,505 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,554 (303,996 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
545,558 545,558 0000000000000000000f6835df5194ce810e1d4a464373c5305023431eb466fe 1.00 MB 1,212 12
545,557 545,557 0000000000000000001b4db565b998999e88296201cb42a3814c02fbb7f53129 0.17 MB 386 24
545,556 545,556 0000000000000000000fcbb6750dad7f6225d9d28012126d4785ec0ee8170489 1.16 MB 1,677 12
545,555 545,555 0000000000000000001b312edcaf2f51a2034035700fd6b092e9a59839001940 0.16 MB 412 27
545,554 545,554 0000000000000000000f696a92e7254642730e3b4a99e67dc2d3b307e465f76e 0.31 MB 522 12
545,553 545,553 00000000000000000012e2a55626e205cdb2d284ec9ffcd3e3682eb1a5a475fc 0.33 MB 550 12
545,552 545,552 000000000000000000225df21e8c44c218b8abcde691aa1899e96c7aaae93e0a 0.22 MB 383 9
545,551 545,551 000000000000000000255a794f002fb8ce89877f86e8000dab89aee55f29dd31 0.19 MB 296 10
545,550 545,550 0000000000000000001398c20d379ac26f3380f53b8f725315989985c3beacbe 0.82 MB 1,160 10
545,549 545,549 0000000000000000001e6c1a7e994d916cd25438a4d14a1355f06a167bbc1fe5 0.17 MB 242 23
545,548 545,548 00000000000000000012147c231936241a2870b7c85f7dd3c3fb0d6f5b34bccd 0.27 MB 417 10
545,547 545,547 00000000000000000024891209667d2b16efb145790ebc2cec038822365da8ba 0.62 MB 891 9
545,546 545,546 000000000000000000026008e4df4eb2f91b66993e84d115c53e171db22f67e9 0.04 MB 121 39
545,545 545,545 0000000000000000001d546409598281dd64b10e8e024fb4fcf3f3b1b5900c26 1.02 MB 1,344 9
545,544 545,544 000000000000000000067370ce3acd9964a63dfe44c9c91f24d5832fdb4d4459 0.49 MB 630 9
545,543 545,543 0000000000000000000b478404837f14223b5f088915bb2ea8cb0806f0dc6db7 0.34 MB 531 13
545,542 545,542 00000000000000000017efcc0661c1c788f54ce10377028f251d49ebbb32f50c 0.96 MB 1,552 10
545,541 545,541 0000000000000000000710bff9c003c981ec618001d162b783eaccda28a1f694 0.73 MB 1,408 11
545,540 545,540 00000000000000000007348f108b6af3a9de5b23181a5f80ea9d16e4afdc7e40 0.18 MB 297 7
545,539 545,539 00000000000000000015dae75664a6a4084090ab79f3ed27151f71b409c1f75b 0.67 MB 1,230 21
545,538 545,538 0000000000000000000fbd9165428ef0eac623a6ff48cfc509c808008fc6fc49 1.07 MB 1,719 6
Previous 10 blocks ↓
Total Size: 660.66 GB

Node Information

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