Memory Pool Memory Pool Refreshing

75,933 transactions
33.08 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,603 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,691 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,602 (155,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
694,206 694,206 00000000000000000001951d117f8321c4d00903341753bc368b14ad81170a2f 1.44 MB 3,026 11
694,205 694,205 0000000000000000000f2e8cd58e6e53983738db04d0fff673023072685b9c34 1.45 MB 2,658 34
694,204 694,204 000000000000000000049efa49d9c97a60f19cebc235f6b4378361d84522024e 1.20 MB 1,731 7
694,203 694,203 00000000000000000010b66d49185721c619f15bfc8c2310b7998247358f4234 1.41 MB 2,099 10
694,202 694,202 000000000000000000095a425840282ebe95f1021f9b2883db55d4f1400b65fe 1.52 MB 2,305 32
694,201 694,201 00000000000000000003fe34556011c573f2f821ec2b4030d9426620e057c68f 1.42 MB 3,325 9
694,200 694,200 0000000000000000000117c99ebd03ab812605fb99e6c8b3d67e39a6c8f87b27 1.40 MB 2,815 14
694,199 694,199 000000000000000000093e0ce51b6161b39cdecc634f855421ee4838a9638666 1.53 MB 2,894 12
694,198 694,198 00000000000000000005917e404fe9016977c674696a320430131b0002b5c9a5 1.34 MB 2,871 34
694,197 694,197 00000000000000000004df1e378f28899379fa0950742d6e635e42d02573d5a9 1.65 MB 2,355 8
694,196 694,196 00000000000000000008fbc777f654ca8131f3fe6714b3d2b6170a7700c5b5be 1.54 MB 3,428 4
694,195 694,195 00000000000000000005ddd27a3b42fea5077aa9ec0e9e4841ca25bb9e4371b4 1.32 MB 2,049 10
694,194 694,194 000000000000000000124b4bc6cde32c71059cc14518254845bd2216257df7d0 1.53 MB 1,064 7
694,193 694,193 0000000000000000000e9d6f345062d8e8ed4b4fb8f307524c0d5e9ae5fe4e4b 1.30 MB 1,786 16
694,192 694,192 00000000000000000008e3d79d8491c3679027880674933a836a7de8f895cc2d 1.60 MB 1,572 11
694,191 694,191 00000000000000000007e8938cd22ddd7da5f772ff2eda232d122520fcedc060 1.60 MB 2,755 9
694,190 694,190 00000000000000000003082b3b6fa08f5615b0d76787455269c283ea4d32d50e 1.25 MB 2,255 6
694,189 694,189 0000000000000000000a6584bd48c2fcfb1e939cce8626e76ff222e2dfaf82c2 1.36 MB 1,395 12
694,188 694,188 00000000000000000005afc3fca9813f0b880862dd243ce1654161fe4b3a25ff 1.65 MB 2,272 15
694,187 694,187 000000000000000000084d5e5334b9cd2e8aa63f0eedff73c3c8a38a4e442cec 1.31 MB 1,405 7
694,186 694,186 0000000000000000000ced21ae2305055b5e7b7c48c952e040416241e8a78e46 1.84 MB 154 6
Previous 10 blocks ↓
Total Size: 660.75 GB

Node Information

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