Memory Pool Memory Pool Refreshing

86,933 transactions
32.24 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,422 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,240 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,421 (554,081 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
295,340 295,340 0000000000000000050fb4d583d3f5467eb36b3e1009a46f5a11ab49e3875b51 0.03 MB 64 57
295,339 295,339 00000000000000000f2992964b9aa45f7018c8805ebd3eda839b8683aab19bd3 0.25 MB 618 38
295,338 295,338 0000000000000000395fdde92c77dbe310b071c1cba90b16762b61b595e822d6 0.21 MB 512 45
295,337 295,337 00000000000000006d7250d54c38fbfe5346863387ad9ca8d8bfc97408f83806 0.05 MB 84 18
295,336 295,336 0000000000000000200b3a0433df342145e07eb154441edfe0597415ae2fe6fc 0.10 MB 199 30
295,335 295,335 0000000000000000915f5c43ca70ebfc805710d6c85e9971b1ca435471ca0a28 0.03 MB 75 62
295,334 295,334 000000000000000033bd6f6ca942000490675d22fb0c1b2659112763a3a1e02b 0.05 MB 123 42
295,333 295,333 00000000000000008a5790247746b818581487ab7a19c29418e766498285754d 0.22 MB 412 39
295,332 295,332 0000000000000000455d1de23b123da6188a1ff66b81bf1a0888b43614562e0b 0.10 MB 256 47
295,331 295,331 00000000000000004098fa3bfc668f900dc28fa189fa1173a4af46f556b56a87 0.65 MB 1,278 31
295,330 295,330 000000000000000063468795cc207a14ac174f4728dd388d38019c79af349953 0.03 MB 64 77
295,329 295,329 00000000000000000efd32f7d85ea030d121c040ef7163d80f62f84b6fa360a3 0.31 MB 591 31
295,328 295,328 00000000000000001daad324aed1aab96b927c0315b9a3ed4e708646b2df5b14 0.03 MB 64 56
295,327 295,327 00000000000000006081668a1e969b4fed558f7773d164283aa66c12d6c3dcb9 0.30 MB 311 24
295,326 295,326 000000000000000016d45deb50e5693334e6fd3ea1d5298d5d1f9350b7746c3c 0.35 MB 827 45
295,325 295,325 0000000000000000335d906747371ee7c348f2d7833005f64379d7b6a249832f 0.19 MB 332 27
295,324 295,324 000000000000000090534e6037d9fd5a2f9d4f6b48c1b45077e70a1c1428a40a 0.06 MB 135 35
295,323 295,323 000000000000000071fb7a2dbcdebde6f8ac88a596755f0bd25c36d383f68652 0.10 MB 214 34
295,322 295,322 00000000000000000ffb60e80b5bd44b2557235bff4f4073d6913f6c61931c8c 0.50 MB 813 33
295,321 295,321 0000000000000000434b3c910667c56f0b77a58c63b4e20e842d797770780423 0.11 MB 98 17
295,320 295,320 000000000000000048795359b379d1ca297d111d962377c98ce52e3b13a6b2f6 0.09 MB 256 42
Previous 10 blocks ↓
Total Size: 660.41 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 90 incoming
  • Data Transfer: 335.20 GB sent, 1.39 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.