Memory Pool Memory Pool Refreshing

79,039 transactions
27.36 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,534 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,618 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,533 (143,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
706,467 706,467 00000000000000000004b4b8a81c17d044774a1c1b5809b43571559a65ef7ce5 0.84 MB 1,291 8
706,466 706,466 00000000000000000006b177fb60b8e7ae79c2e4ea55bd6b93111d834e75c030 0.59 MB 831 9
706,465 706,465 0000000000000000000a27f7a98b211acb57fd8e9b88d8aed4de8903d9026209 0.03 MB 74 8
706,464 706,464 00000000000000000002883cffb5f2c2af001d65ce84a95e47243caa1aefdf5a 1.29 MB 2,317 10
706,463 706,463 0000000000000000000472f2832cf454425252226b9bd3c6fbc6991748dd8f8d 1.47 MB 2,081 8
706,462 706,462 00000000000000000004ad434f84d531badd95240fcc7d8fe7fa4435bf257d13 0.79 MB 1,141 1
706,461 706,461 0000000000000000000172a7b4f3e0dd5c16feae4f270e90d0ebf16285d0d790 1.47 MB 1,869 6
706,460 706,460 00000000000000000002ef79ca00637bae4afe95135ede0df1f0c2ece7258195 1.17 MB 1,024 5
706,459 706,459 0000000000000000000b9f96f6dc94ddf4c89bc4694849a040c0ad460740bd3b 1.53 MB 3,080 6
706,458 706,458 0000000000000000000304d635387c7e53e66c848790b87573bcb857b62ecec8 1.40 MB 3,463 25
706,457 706,457 0000000000000000000980f18e445facb7ab1156653fdf34266f190234e3314e 0.74 MB 626 7
706,456 706,456 0000000000000000000642404e4dea1c7dafb3f743b2eef54071944dd16f30ad 0.68 MB 1,593 12
706,455 706,455 0000000000000000000861cd4436944068b69c1f5397f77172ca0a5ac3b9c0e8 0.25 MB 627 12
706,454 706,454 0000000000000000000af29d2617516f943c5857f584ec5d7e3cbd130a206600 1.18 MB 1,332 11
706,453 706,453 000000000000000000097957d1102e84511b4c36d4f57957fc26d50d8af2b9b4 1.19 MB 2,494 11
706,452 706,452 00000000000000000004658b4b5a0b2780e93cfa0f8c97f87a81f4de68b106c5 0.42 MB 477 8
706,451 706,451 00000000000000000004c437632b5ae864468ccf55a62ffb6624f152eaceeb57 1.18 MB 2,339 2
706,450 706,450 0000000000000000000ce8b00c4fffc8e84574e3adff6f1d2d6f293a380be82a 1.35 MB 2,136 5
706,449 706,449 000000000000000000002253698f62888b9ef8883b14aefb8a9d5a25d4fbd6e3 1.50 MB 2,757 14
706,448 706,448 00000000000000000000cb9135ccd9608244a80c1564fbe68f1530842a7e81e2 1.46 MB 3,416 23
706,447 706,447 000000000000000000074b96e1be3013e7cb12637c347ca7779c68a55871a1e6 0.86 MB 1,388 7
Previous 10 blocks ↓
Total Size: 660.62 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: 486.87 GB sent, 2.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.