Memory Pool Memory Pool Refreshing

78,538 transactions
37.02 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,827 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,309 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,826 (138,137 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
711,689 711,689 00000000000000000002be69a2a9878ad5257961c4d844ae286e51539840e515 0.11 MB 229 9
711,688 711,688 0000000000000000000a273a5e385b41acab10728948859d23aa881e114120cf 0.39 MB 873 8
711,687 711,687 00000000000000000008a48741ae8577308317f45140f71da9c695b55d1bebf2 0.56 MB 890 7
711,686 711,686 00000000000000000006ffaae75c4c168fb28e9e56dbdec9348e0c1bbcd7fca9 0.71 MB 1,428 8
711,685 711,685 00000000000000000001d0ff3e4f8f41cc1119ecebef1f68156fd47c323442a0 0.14 MB 309 5
711,684 711,684 000000000000000000084304decb98adcc86e4cbdd162460b7ac1b86c64a0b49 0.72 MB 1,454 10
711,683 711,683 000000000000000000079eb8b5d020ff062bd40aa2d99d50a8f298a1d6a84824 1.44 MB 2,381 7
711,682 711,682 000000000000000000026ede069e24d4e33ffdee2e6649b17b0d01c5efadec59 0.20 MB 456 8
711,681 711,681 0000000000000000000468420ab7c7870f371fa0cd17a208caaecb08bb281af4 1.06 MB 2,090 8
711,680 711,680 0000000000000000000baab5b7270ea113875b0501ea76c8781c95a019354633 1.10 MB 1,682 7
711,679 711,679 0000000000000000000759321e4d21dea0215905f900f942ec08e1e390fcd53c 1.69 MB 677 2
711,678 711,678 00000000000000000006357afa1154d4508eddade26eedc692dbac283291783b 1.67 MB 1,971 6
711,677 711,677 0000000000000000000b8c0e7ff2ace4fc758d3136477a741da9d6b052161fd8 1.49 MB 3,175 8
711,676 711,676 0000000000000000000bc6f5cfeedbfe0c9fbdd2388cc3f9e99807141bd0f583 1.60 MB 1,872 7
711,675 711,675 0000000000000000000c46897a3a2f4352b22f02baf86fc9caf6c7eb0fe99a1e 1.78 MB 747 3
711,674 711,674 000000000000000000062ce8e8d3b239d4ec4f5b9a5580768e140d7959b1fd5b 1.78 MB 750 4
711,673 711,673 0000000000000000000579180c8c05fe2f2eb2e290a838d643d1c006284f843b 1.49 MB 1,095 3
711,672 711,672 0000000000000000000c4108ccfd42a27af84d7b10084841aea26b748c24cc6c 1.48 MB 3,308 6
711,671 711,671 00000000000000000005c51bc3ac320cb2ddd1348caac9054114b4755798987b 1.52 MB 3,233 7
711,670 711,670 0000000000000000000adbd69c94b641318ec2aa8d8f090e7370034a1af2de3a 1.35 MB 3,000 17
711,669 711,669 00000000000000000001c73a5c74497eb63ce548eb8614b84c7c23f3ea45bc18 1.69 MB 1,258 4
Previous 10 blocks ↓
Total Size: 661.18 GB

Node Information

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