Memory Pool Memory Pool Refreshing

82,456 transactions
35.50 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,605 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,752 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,604 (476,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
373,547 373,547 0000000000000000133121c09dae87f78f6d30709ff18ed1895d3bda966ca257 0.75 MB 2,381 63
373,546 373,546 00000000000000000a14ce7f0b63b7cbebf96f1899c3dde947e4ccd9341f121a 0.53 MB 178 7
373,545 373,545 000000000000000010c5c83a77aea9da0a41d874f70cafc1aafba2e5dfda008e 0.90 MB 300 6
373,544 373,544 0000000000000000124eb4338ad33babc9f14cc4dae4097d3b332dab10de4b88 0.18 MB 320 30
373,543 373,543 000000000000000006c69b5f2dc35b3099c234b4bf88a7ba2a6b2d2d025df0d9 0.93 MB 1,551 35
373,542 373,542 00000000000000001133b95ba3cdaad4b339d2271d5a1bddbc5ce9867953524f 0.74 MB 700 21
373,541 373,541 00000000000000000812ab83f8f54c628b4f56c37a2a664a7fc8e2c8b621cdbc 0.97 MB 391 7
373,540 373,540 00000000000000001128095b6496afa43899cdd96ce0f48e86cba74c17e8d825 0.00 MB 1 0
373,539 373,539 00000000000000000e6b211af7a5477a100fece83993fb5fc5d86f2349f63c08 0.98 MB 1,199 25
373,538 373,538 00000000000000001200a5c44b3bc8af8768107585e834b2780dac8bc8c4c0b7 0.44 MB 785 36
373,537 373,537 0000000000000000133fdd00386032e8995671cbae1c8dc8de73cc14b811fa97 0.93 MB 950 23
373,536 373,536 000000000000000003bca6f18a22053a8cafff6e32b50df1602aefdd1876bd3b 0.91 MB 780 23
373,535 373,535 00000000000000000c0530e19d42e8f0c4114090145060e496f3ff3bc775d5f9 0.94 MB 1,140 24
373,534 373,534 0000000000000000117f6d159d1e696de8f7002c8873a2875f3eb9d38ae8cb61 0.10 MB 199 41
373,533 373,533 00000000000000000bc093137dc4e88b99e2b1715ffb64e1b3ec764831953a7b 0.44 MB 760 35
373,532 373,532 00000000000000000b9d1398dbb6ef23ed093a08437ce19f282ee3eb863b2d8b 0.48 MB 461 18
373,531 373,531 0000000000000000050855ed0df7b65620a6dde3fa2e7da8ccdccb263e0f12f3 0.98 MB 1,051 20
373,530 373,530 00000000000000000af0bbd681326ee29050cfb2a0548d2e05f5033423b66554 0.93 MB 1,609 35
373,529 373,529 000000000000000007f82332860f4f553ebb40e49a7905f408fe2fec6a33b7f7 0.91 MB 156 3
373,528 373,528 00000000000000000ff31cc38db4bd28e309bb076e1355446aba55f085d0c369 0.94 MB 292 6
373,527 373,527 0000000000000000008e710ca240ee6eb6bdb077bb21ab48ca5c0afe71cd687b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 660.75 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: 540.46 GB sent, 3.02 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.