Memory Pool Memory Pool Refreshing

79,310 transactions
32.95 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,477 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,946 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,476 (264,950 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
584,526 584,526 0000000000000000001afaca7f92288f0105c746dafa9e744735964122ddbb0e 1.18 MB 1,938 29
584,525 584,525 0000000000000000001f42d21e673b52c6f9adff0b468939e961f5db093d614f 1.23 MB 2,304 45
584,524 584,524 0000000000000000000192c9429ece701d0f69869192cf4ece6c0ab8a514fd87 1.17 MB 2,633 28
584,523 584,523 0000000000000000000a7d97328d649a4324ae230bbc29222ed0d2d80a1ffa53 1.12 MB 2,904 38
584,522 584,522 000000000000000000161c379ea782faf17b36b0b87948411b511e2cfc3324ec 1.49 MB 2,979 56
584,521 584,521 00000000000000000005a32c9b79ec02975d5445fd27db2532418c0ed2f280fa 1.33 MB 2,506 58
584,520 584,520 00000000000000000021b6e4cd9a6a63db08a95d7c9ac7804980913e90b70759 1.30 MB 2,815 95
584,519 584,519 000000000000000000095681d6d8118c5122407e06ff313d62d7aca34bb899fe 1.36 MB 2,865 79
584,518 584,518 0000000000000000000d12e7d0688759195a25f0620ed3b150a257a3787b4462 1.22 MB 2,241 30
584,517 584,517 0000000000000000000a3542e459350362a89de00f79c9b494038a541bb4482b 1.34 MB 1,903 26
584,516 584,516 0000000000000000001f1c3b73f444effd279acf0d50ab375f5beb1e2ed59d1e 1.06 MB 1,056 29
584,515 584,515 000000000000000000149ed91c511566e2584d350da4cd242c899996af961d23 1.07 MB 2,201 26
584,514 584,514 0000000000000000001ea205105de0a73a7d94f0595b25e8701ad9402d1092d8 1.18 MB 2,113 30
584,513 584,513 00000000000000000016603b8caf8820b06d8e050a45e55901fbf7ca59fe8c77 1.24 MB 2,852 39
584,512 584,512 0000000000000000001bf80053da531ad083a3dbe532f04877d6cba0cb09de25 0.00 MB 1 0
584,511 584,511 00000000000000000019f1dfae6ac323fb17447a659ced17739f11eeaa7e1551 1.13 MB 1,541 53
584,510 584,510 0000000000000000000c9d7d3d03bf39529e0d5d93bed43782812b2e775d053b 1.18 MB 1,333 41
584,509 584,509 00000000000000000012c7199bce2c5e803fa52b1c03d7fed731f43fbb406f99 1.16 MB 2,599 50
584,508 584,508 0000000000000000001fab44036c4d5cccca84a65c5c1a5b896b1d1271bb503f 1.26 MB 2,121 56
584,507 584,507 0000000000000000000a7e152d39a51893a719e76eeb994a7c36dfb355179429 1.31 MB 3,042 74
584,506 584,506 0000000000000000000f9fc5a34b8a21b8b0014575059e1e6137c77d1a880d7a 1.35 MB 3,073 79
Previous 10 blocks ↓
Total Size: 660.51 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: 408.73 GB sent, 1.85 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.