Memory Pool Memory Pool Refreshing

68,255 transactions
31.11 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 849,694 (724,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
124,979 124,979 0000000000005af3dbb44fa456efff03840b58b22f08810526e9e8daac5afe3a 0.01 MB 17 349
124,978 124,978 0000000000004addb5f46674738d4239f6e6439eb7c4958788f588bcd8b927bf 0.01 MB 48 0
124,977 124,977 00000000000000b918785594e87e0a1b2e812bddff8c41f49df4d819f37fbd40 0.00 MB 13 1,101
124,976 124,976 00000000000043707a62e762434db4cc2bdd1198114c9dd5c2c6e5f09d80dac7 0.00 MB 13 521
124,975 124,975 000000000000173f044f92169b396a75854430638c5412ecb8cde3100f12c80e 0.02 MB 15 289
124,974 124,974 0000000000001b5c91b2fa929873dc3cf58359361c172ead59b4bcc3773bb19a 0.01 MB 13 749
124,973 124,973 00000000000024fd84feadf3d1b670358696f7befd7a64add3ebf152b5a9c378 0.01 MB 38 0
124,972 124,972 00000000000000bf435afdac0d3dab89aebcc98ef7e9aa0fb62e4cb4590b1a07 0.02 MB 38 321
124,971 124,971 00000000000032d782b0cbb7ae8ea3c5f3125f6f2a5c56c979acace150cb132c 0.01 MB 28 477
124,970 124,970 000000000000698e94ff21ce28927122306478c396598a42004cf3f2fcd5efcc 0.00 MB 11 0
124,969 124,969 00000000000063639478296afbd854f67646035c34d9099f7a155bb629606431 0.00 MB 11 319
124,968 124,968 0000000000003820eddc852d222c018d8b875f8fd90060b3905d8e28616d7c9f 0.00 MB 1 0
124,967 124,967 000000000000387bb31a3e3cded8dd1898f909b97c05d2ad51e2663d12d70e62 0.01 MB 45 421
124,966 124,966 00000000000023463ceca1e2e88b8f5a5d3362b179442d4d22b8325198fa4731 0.00 MB 12 1,722
124,965 124,965 0000000000005b5aa6ee17c5d7f91dbdf713a34c012e1462af03f364547ad947 0.02 MB 53 589
124,964 124,964 0000000000006726ba3153a41d2b1978b742df65156d1879cdf6cae379d30b80 0.02 MB 36 459
124,963 124,963 00000000000003cfd0e61d0fd0924696aabb0f375db9126774f731d99beafde5 0.03 MB 21 236
124,962 124,962 0000000000001cb02ad67adb1b2890d4b01fbdc32832e432240512a4b2f8156c 0.00 MB 12 519
124,961 124,961 00000000000034e7b77283ba0ece41ed8589de73cb8eb13a2624f83725433b63 0.00 MB 13 882
124,960 124,960 0000000000001c9482d6894cd585162d7316071c8d5d805bb47ec77d86b5dc80 0.00 MB 3 1,123
124,959 124,959 00000000000032ce72589fc95c454fd71f03739bc5784587e5f9ef23941f4fda 0.02 MB 32 430
Previous 10 blocks ↓
Total Size: 660.93 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: 638.27 GB sent, 3.73 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.