Memory Pool Memory Pool Refreshing

59,946 transactions
34.13 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,676 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,263 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,675 (260,262 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
589,413 589,413 00000000000000000000caf741bfc85412fdd1b07bd7995d2e564a0cf25e0094 1.23 MB 2,489 72
589,412 589,412 00000000000000000012a7033948aacfde4b64155801ff113904f779404c4fb5 1.19 MB 2,053 70
589,411 589,411 00000000000000000007f16e2665e002480cd8791aa00f125a7f672c5a5750fc 0.58 MB 1,166 18
589,410 589,410 000000000000000000187791bb39f160c54689a1641c1fb5c6870746d1f99266 1.08 MB 2,495 11
589,409 589,409 0000000000000000000734ea62707905a1af935211e2a35f7d84fabc8b50552a 1.17 MB 3,415 44
589,408 589,408 000000000000000000061bfdbdd2456ca57912e370d3f95a64e94a8af96900b9 1.22 MB 3,017 57
589,407 589,407 0000000000000000001018e4c1540c69fc0a85db0d2c6bda90c7bed51a17db3e 1.13 MB 3,069 23
589,406 589,406 0000000000000000000b61e5789776ff1a939aaad50efefc4027869a3ade7121 1.47 MB 2,780 76
589,405 589,405 00000000000000000002106c91d5c0cd444db0ddace30dee50cdfa0e87d16963 1.25 MB 3,295 45
589,404 589,404 00000000000000000010b8086232cc15449536669b6298fbca24b76c55b951ff 0.61 MB 1,425 34
589,403 589,403 00000000000000000018e8d19e58b5eca98f01a04b6668629ae58590e0b31d90 0.25 MB 662 45
589,402 589,402 00000000000000000007d712c3162a0120f0add4264bee3210493c513829ce03 1.02 MB 2,788 32
589,401 589,401 0000000000000000001763533aecfcab4fb347204e48d1547002e7b04634d622 0.80 MB 2,220 34
589,400 589,400 000000000000000000120a29a878a4c307a80b9b3af3683115ae987c4949d4ee 0.34 MB 950 40
589,399 589,399 00000000000000000003811025d38681afd7efc379cbde2e77b0924e59133c9b 0.37 MB 1,051 39
589,398 589,398 000000000000000000128962eafff875ce7756b6d9f1ceb439245d2e5430fcb0 0.31 MB 717 26
589,397 589,397 00000000000000000018ff5c65624e46b0dfcb63554acd6e520213e697971294 0.21 MB 525 31
589,396 589,396 000000000000000000056dfd8eab66a08d40a3dbabca711767c052b21c43930e 0.76 MB 2,076 36
589,395 589,395 00000000000000000013552b95affae05d149248814c099b624cb030878a6657 0.35 MB 1,010 28
589,394 589,394 0000000000000000000dd87a178b6a1590710a1e85069218e2c31ba1515ed7f6 1.18 MB 2,946 28
589,393 589,393 0000000000000000000cee69703f1779c016debc266fcb82772bc5b0fabb53da 0.05 MB 150 43
Previous 10 blocks ↓
Total Size: 660.89 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: 625.28 GB sent, 3.63 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.