Memory Pool Memory Pool Refreshing

65,184 transactions
28.65 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,743 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 5,261 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,742 (143,208 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
706,534 706,534 0000000000000000000413d489e78292da719b09834b9d631301b2395546ec9b 0.85 MB 1,544 10
706,533 706,533 000000000000000000090d522ad89a9fcf60c0e54fe5effdb1e36fd6a9e685e1 0.50 MB 723 12
706,532 706,532 00000000000000000008e67aea175f0d2575bca68817d8fb20346cce2a0a21a7 0.87 MB 1,466 2
706,531 706,531 00000000000000000009ce0f3b279d6e3ce9ceddca72edf0e0648134e130f9e9 1.65 MB 2,260 17
706,530 706,530 00000000000000000005507b64284ee2d988f60b32d612d8c9e70eb54b65018a 0.73 MB 1,320 14
706,529 706,529 0000000000000000000a32aa6caa79e22ce8ecaa112fd5e6826de3fe37eee4ba 0.31 MB 519 15
706,528 706,528 0000000000000000000190e07414bfc65495691bfb96c007bfc54c943111e748 0.79 MB 1,182 11
706,527 706,527 00000000000000000000c6fd4fd16ddfc978235e5954fe3e6baf74096f89cae7 1.19 MB 1,945 6
706,526 706,526 0000000000000000000a21e73b325270e44f96f05e5f2c131eecdbcecf889c65 1.47 MB 2,962 11
706,525 706,525 0000000000000000000bf19f7711bfe63e1ae5f1e693639ac71d001058ab56c8 0.29 MB 353 2
706,524 706,524 00000000000000000002f00091495ccf753f065206e5af3180b88e9ac37a8947 1.54 MB 2,907 10
706,523 706,523 0000000000000000000368bd206019fa11c0728e7f8a09aecf5ec199ee92282c 1.13 MB 1,467 7
706,522 706,522 0000000000000000000c28dea9cb6978d440579943231b6f366bdc4fb9b11791 0.77 MB 1,463 9
706,521 706,521 0000000000000000000d86b335a394cd2adb7fff5b333a2e6930be2e23630124 0.44 MB 935 9
706,520 706,520 00000000000000000008e263caf8fda46232a22ef2ba5e23537f27c9627cb4c4 0.88 MB 1,818 9
706,519 706,519 0000000000000000000acbc0722aa371cecb45f33f7a0dd0d9d1dbdce5624c7a 0.05 MB 108 10
706,518 706,518 00000000000000000008b20629d7345c2ebcbab36b87d32939e9fc8348bacfe8 0.77 MB 1,064 11
706,517 706,517 0000000000000000000b0c343ccea2af5feec1176b6a31781cb18ca64ad8cb1a 0.69 MB 547 5
706,516 706,516 00000000000000000005bd31a78427427c7026787d813b5325a98c9b91d4ed63 0.16 MB 425 11
706,515 706,515 0000000000000000000304ad8a7cb419a8889c09a74317df07b681e2d3d1a7fb 0.66 MB 553 2
706,514 706,514 00000000000000000004a7fdf326e4652797d577babc0cc6c7bb5fae42c6c444 1.26 MB 1,407 7
Previous 10 blocks ↓
Total Size: 661.02 GB

Node Information

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