Memory Pool Memory Pool Refreshing

65,952 transactions
39.08 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
850,070 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,898 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,069 (315,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
534,264 534,264 000000000000000000066c7f9fade5ca1b5cc64216784b74f5ceb6effdc9da37 0.02 MB 31 10
534,263 534,263 00000000000000000009ebd069b724725646c40a355817650882ad20d3e6ee7e 0.90 MB 1,986 19
534,262 534,262 00000000000000000020c1972108ca5e1aa0f9d061e9c9cc68c12b8da9a8b7f3 0.12 MB 229 48
534,261 534,261 0000000000000000001c9eda8ad740cf704330368b05aa515e5a3e69b5c1c471 1.23 MB 2,144 10
534,260 534,260 0000000000000000001dbee24c19678808ed5ce1177afc807776ccbb98d22007 0.70 MB 1,506 29
534,259 534,259 00000000000000000014b97bd63e5314fb354c5e8ba43c913351bb5a1a27ade0 0.26 MB 687 10
534,258 534,258 0000000000000000001589cd8127013ea9011dccb0c86a19fa9bd9d2d28ca807 0.26 MB 580 8
534,257 534,257 000000000000000000103dfbddc25e68e8112788fe6e0783339857d3a8f2e221 1.16 MB 2,398 18
534,256 534,256 0000000000000000002982e78c63a07de34ee60a419fcf47c2cf9748a1ad44e6 0.16 MB 414 16
534,255 534,255 0000000000000000002943c28bd8d7c2300c0d80b4456ae3750ebd436668a188 0.76 MB 1,503 4
534,254 534,254 0000000000000000000b02bf4184322cfa84009e4f346740f78d95024f94636e 0.41 MB 664 30
534,253 534,253 0000000000000000000222df8ae9faa251aab015183a27c3e12a4f84c3c99a54 1.02 MB 2,130 20
534,252 534,252 00000000000000000015b1681f2db980643fcfe6c36bc330c56e20731bed7010 0.02 MB 36 5
534,251 534,251 000000000000000000036ce807958a42323bf64beb202afa5fa11da5e663e95b 0.66 MB 1,258 15
534,250 534,250 0000000000000000000a51dbddc41a5bad80c665c5a4e5c2a0533c0d966a5c53 0.42 MB 897 17
534,249 534,249 0000000000000000001dc6840e0ab223789454f070696379270d7bec110ac543 0.65 MB 1,376 20
534,248 534,248 000000000000000000118d7fc82e0f1d6f3272d5d6deda3a8ffd9f26c5a16168 1.04 MB 2,147 16
534,247 534,247 000000000000000000062b19678157d026b07437987644330d3201ebe3f4979f 0.19 MB 346 17
534,246 534,246 000000000000000000280e9a505b1565bfa100a182d8c6742c5a28938953abc0 0.34 MB 459 10
534,245 534,245 00000000000000000016fbc86abe1d0ab8729a0f572e8267a015570d4cd11335 0.87 MB 1,454 15
534,244 534,244 0000000000000000002e19e60571e3551961e9215049dea21d14c91fa7b8e3f6 0.49 MB 1,040 18
Previous 10 blocks ↓
Total Size: 661.64 GB

Node Information

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