Memory Pool Memory Pool Refreshing

63,800 transactions
35.46 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,668 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,348 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,667 (102,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
746,774 746,774 000000000000000000076a7e806e5896074394135bfc43d92b630c62bd83568c 0.75 MB 1,477 9
746,773 746,773 000000000000000000000970e4f9af4046dd55d914ad5845f60aaa6f97887b52 0.65 MB 1,299 8
746,772 746,772 00000000000000000007bda6224c1b9b8c37337a9fe2432cfc9102044b911a6f 1.68 MB 2,689 6
746,771 746,771 00000000000000000004ebd70d2a1165a861b69f898d2e6a4595c89a556799de 1.64 MB 2,480 13
746,770 746,770 0000000000000000000327b04edad4937e3b4b469e7b247511a6a31556775e4b 0.33 MB 461 9
746,769 746,769 00000000000000000005715e231ef5668966023558e352296aca36b743e9718f 0.82 MB 1,377 5
746,768 746,768 000000000000000000092966053f410ebc0dc447034b595eb4bd6ef0c9504a39 1.57 MB 3,254 14
746,767 746,767 000000000000000000025b4b0cf8203adbedf19c7a0c42c9ced9b9bc2b1d0a30 0.24 MB 473 10
746,766 746,766 00000000000000000002a1b23024b82fc0e18660153dece11866324d8c9aa11a 0.12 MB 278 11
746,765 746,765 00000000000000000005fbe6a3227363d67386a165e7a1716378c8fda2593b42 0.46 MB 833 9
746,764 746,764 00000000000000000000fbb878a1de3d9ff02c497423e35bdac9cadf58bc20c6 0.52 MB 966 14
746,763 746,763 0000000000000000000750a9d764f1c8618fadac4b3b4a9cb93fc12db5a272c1 0.15 MB 99 2
746,762 746,762 00000000000000000007db572ff2f51a321c93572f1ed61708901bd0cf69af66 1.74 MB 2,296 7
746,761 746,761 0000000000000000000362b94e5c6f41f3f2b030db0532b881c91c1b729d9460 1.67 MB 2,346 9
746,760 746,760 00000000000000000007b6e2d45617dfadd555c4302a8a07bd042f2709f21d1a 1.51 MB 2,976 4
746,759 746,759 00000000000000000007ab56635e36dac855c8b623e5eb57fca6516b3ff4972a 1.29 MB 1,596 9
746,758 746,758 0000000000000000000025b7f2fc0f441c4f1607a3926dfc0adfe09047e6aace 1.42 MB 2,423 15
746,757 746,757 0000000000000000000664bd7d6191e3aabf04d8733e256a908b13cf665323d8 1.57 MB 3,084 14
746,756 746,756 00000000000000000006d50e4c9fd269ddf690c94f422dff85e96f1a84b3a615 1.57 MB 3,348 15
746,755 746,755 0000000000000000000383a637a57e96572f8f604b7b5585012684e390262b9b 1.36 MB 2,262 10
746,754 746,754 0000000000000000000838826b2ff29441d0b75d14b219cab16b7bdc3bb912ff 0.56 MB 814 8
Previous 10 blocks ↓
Total Size: 660.88 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: 617.12 GB sent, 3.58 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.