Memory Pool Memory Pool Refreshing

82,251 transactions
33.99 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 849,581 (734,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
115,294 115,294 0000000000000f30802d833c037e44741dda62e9140e475ec00ca41b15dafbdc 0.00 MB 9 1,329
115,293 115,293 00000000000036adf1420fe27331bef7808b530b4036065899b336e236d53ab0 0.00 MB 11 0
115,292 115,292 000000000000ec504c82c0a95668a6e6efd76619ee5ded3456d97cb6f3aa40a1 0.00 MB 8 0
115,291 115,291 000000000000cd9e57ef92e0718bf856cad5a4eae4e6ac372108406fd1190eea 0.00 MB 15 885
115,290 115,290 0000000000009be29d97ea118574033190b0fd72d4132402147ca4314dcd734a 0.00 MB 12 419
115,289 115,289 000000000000508a59012caba37bfb935917d206cd08072d9235554afcf17347 0.00 MB 13 1,026
115,288 115,288 000000000000441cac7ef79b6dfcd7d91be472b085858ce34558de0b23fdffab 0.00 MB 5 0
115,287 115,287 00000000000032021312abb49e720ee23d67dcfbd05c435e9f96f00a2e3799a8 0.00 MB 12 355
115,286 115,286 000000000000c883d9221a188948a8a504776a5dc47c436d5a9f5804c128d364 0.00 MB 13 0
115,285 115,285 000000000000087f8e6411244256bf6853a85a3f49625a87d02d9d884e4ce312 0.00 MB 6 4,078
115,284 115,284 0000000000001c1d730bcc06e72955f1d7d102ea085a120549785fd3700f922f 0.01 MB 16 705
115,283 115,283 0000000000009f1cab7603806c4aad2c5321c4224f0902c690b66007a6b2eb9c 0.00 MB 9 0
115,282 115,282 000000000000cd93541f2b946739e1694049d7535e5916504a490f58a41a026c 0.00 MB 4 0
115,281 115,281 0000000000005c89f49290434931fb0a4645467f010e1acab42b7d1c042617c4 0.00 MB 8 877
115,280 115,280 0000000000003d09dbb3aa1591437325b3c85a61a27e77e5d10ad0dd932fe1a5 0.00 MB 8 412
115,279 115,279 0000000000006e6ddba26f550ecd8c9249f4e138fc2aeac80d20acae32e3e0a8 0.01 MB 18 484
115,278 115,278 0000000000005fbb238639dd9a4f57fb49ea623b80a9a4e35144b5bd846ea115 0.00 MB 7 0
115,277 115,277 0000000000004f1a61d05f571e390c8ffbd1580228064e8a114cba4d72809099 0.00 MB 4 0
115,276 115,276 0000000000007778ce75d63bf1bf06740a3702c237929e400e06866eab53bf85 0.00 MB 2 0
115,275 115,275 000000000000e5e0da97bcbda0cdec1ac1d15761afb76e42e13ea53edd65cba4 0.01 MB 18 326
115,274 115,274 000000000000c3e0c80841f0cc3cdb5d1d9dd028ebaf427740caa74490c53b1e 0.00 MB 2 3,861
Previous 10 blocks ↓
Total Size: 660.71 GB

Node Information

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