Memory Pool Memory Pool Refreshing

65,461 transactions
26.02 vMB
Show Random Selection Loading Transactions
Max Size: 149/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,705 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,490 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,704 (323,073 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
526,631 526,631 000000000000000000206ca0465e899576cc87f38ddf7471ecaf34dd2166e037 1.58 MB 1,900 11
526,630 526,630 00000000000000000005507f08382ee4c7eacc9f75508075730d6417ce4a2849 1.43 MB 1,306 20
526,629 526,629 00000000000000000029e854d2115498a3035c8a6889ee531e3ffb77b93ef265 1.06 MB 825 10
526,628 526,628 0000000000000000000fb0cb9996b9d7c371b4610308011e148b5d5c1ed00e9d 1.16 MB 2,516 32
526,627 526,627 00000000000000000031c57dce9032b2adf3a5fd8f2eafdddc615253ad5536d1 0.64 MB 1,324 17
526,626 526,626 0000000000000000001d68ecc0a8e89f0dd2bf042fd319771a2d90df4bbef491 0.65 MB 1,249 25
526,625 526,625 0000000000000000002ac04d16ba01e0a64f21f4689492fc382a0a672d3f20ef 0.77 MB 1,530 10
526,624 526,624 0000000000000000000441c5171b7f10942d7ac474f2e7ec3be55f06fa1bab1d 1.22 MB 3,285 5
526,623 526,623 00000000000000000010fe3407914fcd78d80b3e51c752ff49c146b4db6deed3 1.19 MB 2,422 30
526,622 526,622 000000000000000000207aea4a4662977d881ca689b90a3a6799ccb995d079a2 0.60 MB 1,119 19
526,621 526,621 00000000000000000038c619f0daa4bb51cc117aee729aaa64cf0bfe1a8c9cd0 0.96 MB 2,144 19
526,620 526,620 0000000000000000001645eee7f6a7c72a848534ed62d407a155e7f0511d35eb 0.91 MB 2,000 5
526,619 526,619 0000000000000000002a8f8ae8ff35594795ce1374177b932e20635d7466e6b3 1.19 MB 2,901 21
526,618 526,618 00000000000000000010ca516744a9d18eebd966e2e9ec09df6f683e728529ee 1.17 MB 2,620 17
526,617 526,617 00000000000000000035b3bf08b9eefd5c80df97758bd4fd1e489f172386021c 1.18 MB 2,694 24
526,616 526,616 0000000000000000000ba824898d6958d7c4d81a03f0a01e212bad4887746732 1.22 MB 3,522 8
526,615 526,615 0000000000000000001c08d61de63c361ed15318f5cb73d16557e3bc7d4bbcdf 1.10 MB 2,245 28
526,614 526,614 0000000000000000002dd0b34eba69942c65ba0c0c611c9eb49a07b2a1fc1168 0.58 MB 1,001 23
526,613 526,613 000000000000000000084790864a30bdd6fcd0e86e2f37e78d25215dbe590a37 0.51 MB 1,251 16
526,612 526,612 00000000000000000027192b16f26fc05f8a8d6b1388734ba5befd73d986b8f3 0.85 MB 2,067 20
526,611 526,611 00000000000000000012aa1876926b2f37abbb226acd084072638050556be047 0.80 MB 1,928 17
Previous 10 blocks ↓
Total Size: 660.95 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: 643.93 GB sent, 3.77 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.