Memory Pool Memory Pool Refreshing

74,735 transactions
31.30 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,555 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,061 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,554 (360,582 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
488,972 488,972 000000000000000000d091932bc206d2c6822050193fc75c1fa09a41ca1b0d15 1.08 MB 2,193 70
488,971 488,971 0000000000000000004b911b8c2e65b4fe78d6f2615e4d4e06fcd30690c9bd83 1.03 MB 1,576 122
488,970 488,970 000000000000000000b8b20882f2eb4a7bae281fbab4a535b0130325e8969363 1.02 MB 2,190 174
488,969 488,969 000000000000000000206ced5efeee63f05eb55a5c3429caa76139b668bb4a7a 0.71 MB 1,696 99
488,968 488,968 00000000000000000046bde1140c5e4bbd2f66b5b3744e68a5472285f2825c31 0.00 MB 1 0
488,967 488,967 000000000000000000c17af840a28377518361f842aec03cf963a129e381c96c 0.89 MB 2,034 89
488,966 488,966 00000000000000000089ddba3d14c6a099f5e2f3be8e53a6cfeba96aefe11c79 0.32 MB 203 16
488,965 488,965 00000000000000000018341c712847a87f6f498a3f6ff7148e3759758c082556 1.00 MB 1,849 16
488,964 488,964 000000000000000000e9012b7ab991cc9df0a3f67c344e2261b94ef84cb18d6c 1.01 MB 2,435 62
488,963 488,963 000000000000000000b2f0e549c584eba305b4bf029bb7f3ef6a011845110ff4 1.00 MB 2,201 88
488,962 488,962 000000000000000000acc938b0037ffb6b1845228f56f8a7ba649733a57e29a0 1.00 MB 858 133
488,961 488,961 000000000000000000532406d55ad267086b2b28b5403285fd67ea5f5ff0627b 1.01 MB 1,487 172
488,960 488,960 000000000000000000bdccfaef970cad249c6e5c1a0e2fe9350e012620f16c46 0.33 MB 774 107
488,959 488,959 0000000000000000009ed48c6caa101f875e763f6c8611e17c2ac3fbac147935 0.00 MB 1 0
488,958 488,958 0000000000000000003d1db269b76b3e1dcd689ad7524c5465670a1f16baa1d9 0.00 MB 1 0
488,957 488,957 000000000000000000ad137e888055f3deadf9aa36750ea45631c32a1292a3d1 0.12 MB 300 80
488,956 488,956 000000000000000000a201e570133e7f17c288b388bc05b1dee3f23d0bcea016 0.06 MB 152 89
488,955 488,955 00000000000000000049a949fe513d5169b01a0c74a47b6c82f67a1cc5bfd663 1.02 MB 815 16
488,954 488,954 000000000000000000783080f07f4190c7292a7e67274daaad6066f9a36aafd5 1.00 MB 2,294 84
488,953 488,953 000000000000000000c8ef9b2f83d7966aa47d1817a1af6405c97b806b4d64ed 0.00 MB 1 0
488,952 488,952 000000000000000000b577840e56224cdbf90ceb20862977007b2697a2fc062c 1.04 MB 2,443 111
Previous 10 blocks ↓
Total Size: 660.66 GB

Node Information

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