Memory Pool Memory Pool Refreshing

60,628 transactions
31.75 vMB
Show Random Selection Loading Transactions
Max Size: 162/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,979 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,046 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,978 (337,940 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
512,038 512,038 0000000000000000004af08df2e90e92783dd1b2cee6be9a05efdb4b00a93671 1.06 MB 1,118 18
512,037 512,037 00000000000000000006e2a1a837f55d438d34b1a39964c2e71d4983725c5f96 1.02 MB 377 7
512,036 512,036 00000000000000000048f09d69cf71bf93a089201f4508d91a03d74204a91218 1.03 MB 574 12
512,035 512,035 0000000000000000003d7a7fa8d9c954a7eaa552b0dbd86b49cff8fb64c99905 1.03 MB 441 7
512,034 512,034 0000000000000000001dac6f3664a930929231eb62c1e2625361825bdf3251b0 1.10 MB 1,602 31
512,033 512,033 000000000000000000285aaac784210909dd17c4bedd2e60f1e7397b49fab790 1.03 MB 612 10
512,032 512,032 00000000000000000038d77c5414d5fd55c062363f99d730aa7c8b5c95844c77 1.08 MB 1,178 17
512,031 512,031 0000000000000000002ebc98a3b8deefd08b0aebf8f48329c599a62bc6f4154e 1.17 MB 3,074 45
512,030 512,030 0000000000000000004637fd76da5dedcb5dca84b7c6b7b1df785e9fb96c0f3f 1.16 MB 482 11
512,029 512,029 000000000000000000416cec2ad4c5322c0eae9ea09b42baa2683f437124a26a 1.03 MB 336 5
512,028 512,028 0000000000000000001dc5bd7efa291f99679638f9e63d86829bfe9f75b651a3 1.03 MB 417 9
512,027 512,027 000000000000000000307292ed310ab8f2716d7c6cf8496719777191f518d0d0 0.08 MB 217 74
512,026 512,026 0000000000000000000b24bd0133579d59b5d88391d9d4f93b91c17199a84aa0 1.05 MB 195 4
512,025 512,025 00000000000000000016079f69d85aef008ebbe70ced136ef57f4c09220ffbeb 1.01 MB 239 4
512,024 512,024 0000000000000000001e1d29741dc734f0b9ff2d9b3b687d1a01879d1dfe60dd 1.08 MB 1,320 6
512,023 512,023 0000000000000000005072ed58008691a15d49e311ce1e51f83fcd23a2941cdb 1.16 MB 3,345 54
512,022 512,022 000000000000000000105990606e6e5829693755016fdadbb7a5a96b2c860da8 1.09 MB 1,689 31
512,021 512,021 00000000000000000045ef0848dec46dbf26184034955746d5f0a56ccf58427a 0.11 MB 342 36
512,020 512,020 0000000000000000000c1eed0206e71ef91f7f1bff69badc44d5defdd5aa295f 1.13 MB 2,184 36
512,019 512,019 0000000000000000001688af545ac74150fcfcb2b99e4f4358693f2c670b4709 1.07 MB 1,502 26
512,018 512,018 0000000000000000003dd8bebe963bf6540effb480b6f85790512d9d204afcc8 1.04 MB 790 11
Previous 10 blocks ↓
Total Size: 661.47 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: 926.38 GB sent, 6.43 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.