Memory Pool Memory Pool Refreshing

86,664 transactions
31.63 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,417 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,760 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,416 (123,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
726,207 726,207 00000000000000000002394877f004559608bc62c34d4dc974db28e73a96f465 1.44 MB 2,589 9
726,206 726,206 00000000000000000000ce2a25e8993f1f5999b105471bebca0b3409bdd430de 1.29 MB 1,615 11
726,205 726,205 00000000000000000001cc574574ffb013f162c4cf59ccd6a4a460950a0c0c82 1.50 MB 1,963 14
726,204 726,204 00000000000000000008ef790c49a220628a9fbf6adb4888eea0685b697769a6 0.84 MB 888 10
726,203 726,203 000000000000000000016be5b610e22ffc7c4e9107fbdedb0fdc8114796f6f01 0.36 MB 647 10
726,202 726,202 00000000000000000006e4e0f38e503f66967f6f8f3cab1c4302787c9dd1a1f1 1.03 MB 1,663 9
726,201 726,201 00000000000000000002280947bda0cfdd2f969f9db899b577170eaab265ee69 0.12 MB 223 13
726,200 726,200 0000000000000000000572bb92a5bcbd6b36d3b6d44cafcef9c2334a9883208c 1.50 MB 2,084 8
726,199 726,199 00000000000000000009d279e7c1f4cb57216de62e4026a5b0803e18c3a18b09 1.34 MB 1,977 9
726,198 726,198 00000000000000000002705dc67e75eeb2d0f75276834c2e88c63aba84134d75 1.36 MB 2,462 9
726,197 726,197 000000000000000000052e6925f19086ede5833257b8649b1113a3582e8cf306 0.36 MB 171 5
726,196 726,196 000000000000000000063f981bd891bfd52fcdae396c9f071e0d318c99ab0870 1.52 MB 2,035 9
726,195 726,195 0000000000000000000807da6bf5aea09c3f340806bfd3a9c34786536119ed3b 1.01 MB 601 1
726,194 726,194 00000000000000000000e54b389516560985f902cda9c58ff7f7aa880a3952eb 1.34 MB 1,116 10
726,193 726,193 000000000000000000027d6810b7241de1f1d406278a4c4877e223e81f68520a 0.37 MB 486 4
726,192 726,192 0000000000000000000133c03ca4c55a240c82a119a095d9fb703622447aa6c6 1.58 MB 2,133 11
726,191 726,191 00000000000000000007fc02f74ae8d32ce53dda8e114aa5fb24b32ba8a8835e 1.65 MB 2,176 12
726,190 726,190 0000000000000000000554d471097fd12cda61536c08fff5898cbbb80a77d82b 0.82 MB 1,022 7
726,189 726,189 00000000000000000001d4e6a705690feb8a0add8fd87be73365c991af79bbd8 0.13 MB 302 11
726,188 726,188 0000000000000000000288878f99a8f0fb371b8f5c4ff25c7cb84bd6fa558389 1.21 MB 1,706 8
726,187 726,187 00000000000000000005fb9478bdca06bc05cf64898a2cf8141d320d5df7355e 1.42 MB 2,360 9
Previous 10 blocks ↓
Total Size: 660.40 GB

Node Information

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