Memory Pool Memory Pool Refreshing

61,826 transactions
40.26 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,393 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,055 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,392 (192,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
656,677 656,677 00000000000000000009cb03f9ff37a0c1461cd382cc86835adf5b2a5bf13ed2 1.31 MB 2,507 70
656,676 656,676 0000000000000000000a8cb46f324fbc22e312b4d2ed998279a8c20448f5f3e6 1.34 MB 2,221 50
656,675 656,675 000000000000000000062502b1da96c08a03476bba49751ca980f4b5fa05f81d 1.28 MB 1,637 112
656,674 656,674 00000000000000000003d264041df003ae77b8d892bcd9dc770a2a66d3615ed1 1.73 MB 78 1
656,673 656,673 0000000000000000000789c25fbbd1ee7b6a736d9235363b5733a16132ca28e9 1.39 MB 2,277 44
656,672 656,672 000000000000000000082be498c8a89c9c1af6f3f91b623721fffa875dad1cfa 1.40 MB 2,063 78
656,671 656,671 000000000000000000031ff973d39ac51e9410a5859efa94e4c0e95d9238443c 1.67 MB 495 13
656,670 656,670 0000000000000000000762ea2cd31c059753c92604964abbbc9e7e2ab81e1d1e 1.36 MB 601 6
656,669 656,669 00000000000000000009ca0d2c2b21fa723390ecd159d16555e71547ac27f45c 1.16 MB 1,006 8
656,668 656,668 0000000000000000000d4060f21c08f6cac08ff2f7a493e8b39fa9728862d0ab 1.37 MB 2,534 54
656,667 656,667 000000000000000000104c1e0f89886db6d39319b0191dba5fd127b7e6ee351b 1.33 MB 2,205 13
656,666 656,666 0000000000000000000ef119d3e5e93fbc9f9d753d83a5a55ac76ec0b3fef25f 1.55 MB 1,462 36
656,665 656,665 00000000000000000000a2a25e79b419f1d11ddd8ad708eb7d1e2ca9b2e8a567 1.32 MB 2,249 22
656,664 656,664 0000000000000000000ff44a0b73a104cfa5fbfe2f6e6483b0544ddd028677dd 1.28 MB 2,359 95
656,663 656,663 00000000000000000000ea002987d6c8d8b3d90f3f37cae8a17dd0c784adda07 1.31 MB 2,393 142
656,662 656,662 00000000000000000006f025fe1cb431b3a2ab1723e0fe7c2710c4246780ca16 1.28 MB 2,584 44
656,661 656,661 0000000000000000000eebe049de0a4b6fa5b5896044b718909fcdf59c6eec30 1.28 MB 1,650 109
656,660 656,660 00000000000000000010b71971896ba3861763b730cf877d7105b5dc9c53a795 1.26 MB 2,828 161
656,659 656,659 00000000000000000003f5f0400420e385f0e93cca0d20031b22f2491956d9a5 1.18 MB 1,179 36
656,658 656,658 0000000000000000000b36a399440f6d5e314bdddd1bc64fb2c5e2803a456e6e 1.10 MB 786 19
656,657 656,657 000000000000000000000180f004286a6fad08cee223fb6ff675af828d304488 1.45 MB 1,066 7
Previous 10 blocks ↓
Total Size: 660.36 GB

Node Information

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