Memory Pool Memory Pool Refreshing

82,879 transactions
34.88 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,576 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 1,432 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,575 (679,151 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
170,424 170,424 00000000000004ca370d123b3676bd16d5a38200a406cf021d90d84422888f19 0.00 MB 1 0
170,423 170,423 0000000000000a9afd5858756c00f37233b322ff4692d990d5df9d9c85075417 0.02 MB 50 52
170,422 170,422 00000000000005423f12b7414ff56f0bb203a2752a158b0cd6843f0901db2c38 0.00 MB 15 303
170,421 170,421 00000000000009a58e2b8cc7e144c5da955673f7fda3e2d39d1926684636c86e 0.00 MB 9 345
170,420 170,420 000000000000086b7b4bbf448cbbaed565f50abc8371f8b028f648d3954333ab 0.04 MB 98 40
170,419 170,419 00000000000008e870e6b1bf6deceef405e6b98364b9829afeff80375b71dbcf 0.00 MB 1 0
170,418 170,418 00000000000009f259e109a90275bfead0befb1f6f0a338d2fcf7e2424e69211 0.02 MB 38 187
170,417 170,417 0000000000000473bfe02321984770c9f6ea4d0e7032313a6bbe8cfc44019088 0.03 MB 39 37
170,416 170,416 00000000000001bcf44f3ca1211f5167d510ea8f5cfd98f1ac021f30bd047080 0.00 MB 1 0
170,415 170,415 00000000000007cdd59fdbed061e7fb2517827a8f2cbe808114729ffeffcb7b3 0.02 MB 42 6
170,414 170,414 00000000000008fb9ee4d50e33675f5b718967915fe52441565e68aafb49f147 0.04 MB 114 116
170,413 170,413 0000000000000049da501d85b896ec65cb86d8fb070b1273535edc01beb1ca21 0.00 MB 1 0
170,412 170,412 00000000000008fac09b90ad735935c841ab01fc00297636ae069128e61cbb71 0.00 MB 12 0
170,411 170,411 00000000000002bf89f76bcaa63f45979cef72880e1389911b72e80e28631e7e 0.04 MB 85 135
170,410 170,410 00000000000005addf6a9879927af4f93eb582d26725440066b3e9929e57cddd 0.00 MB 1 0
170,409 170,409 00000000000005485772e32eb21072d30e0aaeebc17bec3507496095c8324fc2 0.04 MB 81 196
170,408 170,408 0000000000000aa105619e6d63e580a232f543bcc02ced4b48c9eac6bb23d301 0.03 MB 65 75
170,407 170,407 00000000000001ab8d2623b0fedc35743bab387b339f2198fd479755081267ce 0.01 MB 31 1,133
170,406 170,406 0000000000000a3408fced70993492b60fb95fa9f96e0d6cda3a23c323a0316d 0.02 MB 56 108
170,405 170,405 00000000000004098d8f9eb5e372e6c2e6142e196a8384f5527435f6d1d45989 0.06 MB 109 195
170,404 170,404 00000000000002643c8106d3b98412582aa259383b856b5ccf0501097276795d 0.05 MB 98 144
Previous 10 blocks ↓
Total Size: 660.70 GB

Node Information

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