Memory Pool Memory Pool Refreshing

79,535 transactions
36.68 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,797 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,933 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,796 (97,274 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
752,522 752,522 000000000000000000087b79d6441b48bd5d287673dc4bf2ee0b0ecf4103cbf0 0.00 MB 5 11
752,521 752,521 00000000000000000000df0fae230bdf9066a21723bdfc7fa6f8702b15ad3fe9 1.13 MB 1,544 10
752,520 752,520 00000000000000000007145e6b4a6fee1ff8b11d7b160e7de7717bf116348513 0.59 MB 1,036 11
752,519 752,519 0000000000000000000780167462b2b401ba869f14f9e6216b8036fcd9491cb8 0.35 MB 268 4
752,518 752,518 00000000000000000004001433d9f90cfac921716d18131aaa29808947f70fdf 1.47 MB 2,188 19
752,517 752,517 0000000000000000000830cfee6ebac8e16a1d564426f13cdcf5fa99b0f42bf4 1.44 MB 1,727 10
752,516 752,516 000000000000000000049d5452ca3004b3f76b7904ba7ee7f3904f20a427f186 0.00 MB 1 0
752,515 752,515 00000000000000000005715a28c65c67d06ae69bc31c60878cc7fcd7458ce1da 1.98 MB 188 2
752,514 752,514 00000000000000000005e55f3d0042b5cd0d8a8f8f7688ccf4544f9f5e1f4faa 1.90 MB 1,333 7
752,513 752,513 000000000000000000031091a3cbb79b9505e87c502bab18e781d4892e541e9b 1.93 MB 1,167 5
752,512 752,512 00000000000000000000c669ca25dc052c5b42973fb8825f396d32971e80738a 1.89 MB 940 4
752,511 752,511 00000000000000000008c606898294a6e89faf26cb52f3cd188ecbf8abd68c30 1.02 MB 607 6
752,510 752,510 0000000000000000000048a2b7b2d623f1a4c94558f5059fc8846a74ec0dea3d 1.13 MB 942 10
752,509 752,509 00000000000000000008589939b9d63a6b401242b48a5aa8731d5e65dd36cd01 0.19 MB 449 12
752,508 752,508 00000000000000000003dc23f6852dcb64e5b1fc59472ecdaf86ae6824d44f29 0.68 MB 1,054 8
752,507 752,507 000000000000000000024c98e9870c9c87500eef7dd7f5df0cb4d206964c9a03 0.49 MB 1,053 11
752,506 752,506 00000000000000000002354ee853a0772eb8700e445c5c5d100929bbf45bc595 0.94 MB 1,856 11
752,505 752,505 00000000000000000005162e0a1af39b926b9f72076470d55aad724648619b08 0.81 MB 1,048 8
752,504 752,504 00000000000000000000b4b7809ed88d5a19eb27f32e0858d238d135895dc349 0.04 MB 69 12
752,503 752,503 000000000000000000042eb2cde574cd56aa19e30ac7741aa9c2d76d84542827 0.69 MB 389 4
752,502 752,502 000000000000000000077dd5f9cbd168f2f17780ad57f84fd2ff5beb9a13e517 0.98 MB 1,836 11
Previous 10 blocks ↓
Total Size: 661.12 GB

Node Information

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