Memory Pool Memory Pool Refreshing

75,245 transactions
31.48 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,600 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,707 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,599 (686,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
163,416 163,416 0000000000000c79ab9734ba4d498fda0eac88fe375677e8de0811b970805f52 0.01 MB 28 212
163,415 163,415 0000000000000c7ce4c25fb1a25e2f8143f7be4cac0598b61967269f6fcb5d6d 0.01 MB 21 233
163,414 163,414 00000000000006ebd78acdadcb0a36d2035ffc42015a744dbcf719a676f94a08 0.00 MB 7 657
163,413 163,413 0000000000000ae89b9c4b0a18c9332955efd96a4cb7563881983763dd016f2b 0.03 MB 53 239
163,412 163,412 00000000000007f32b51ba1b3c0a1237d5ab100eaffedd0f8c28dcea6fb6db1a 0.02 MB 60 13
163,411 163,411 000000000000060419b36f7a29e7819eb374d88d7e2f2cbac29bec63af7ee311 0.02 MB 56 370
163,410 163,410 00000000000006e581f30764038342dd6a1254a8f34f3c129c51718bea0b7135 0.01 MB 14 544
163,409 163,409 00000000000004fc297364504c7f339ce0bc09744c5cd5154ab6baa64cc94c19 0.01 MB 6 193
163,408 163,408 00000000000005b7ed195823059f6d6a06b99b1c4fb4d988a189568c5e901daa 0.03 MB 57 99
163,407 163,407 0000000000000bb6d4fe9e819f91b502a3dbf1b7423fceb1ac6288c9e8a48560 0.01 MB 14 329
163,406 163,406 000000000000025220823424769186bf4371d4893b929423e1aced26730bb8db 0.02 MB 71 61
163,405 163,405 00000000000003df94d7e6c5898acd210cf6a58c74a98cbb0aee531398f4a29f 0.03 MB 98 86
163,404 163,404 00000000000005be77e87481cb037bd786e346e2b2399244d4871028bdf6d729 0.00 MB 1 0
163,403 163,403 00000000000007cd0f264d56ec22ffbb7ba034eeda44e8dbcfeae163b893e8bf 0.01 MB 15 140
163,402 163,402 0000000000000a087e5388fe919de74eea17f606414e43c7f0299c67d798d0f3 0.00 MB 11 0
163,401 163,401 00000000000007a0e53f08413420d35585627fe25b1de4eb77adc9dc6d6ce1e1 0.04 MB 89 128
163,400 163,400 0000000000000ccef2874fb04e9ae82fcfa8af79edacb76d912e66e0b1cbb9fe 0.04 MB 125 73
163,399 163,399 0000000000000bc0c006055ab59b52f28bb1b72a705a39bc5a564ee890558c61 0.05 MB 82 401
163,398 163,398 0000000000000520b3157854e89eb8f7d98bb84ea0bfa1a571719011f2675b04 0.02 MB 60 61
163,397 163,397 000000000000047a2c4492f1e973d43c0b5a6a4107af95ef6a90e5cb188628ea 0.03 MB 28 44
163,396 163,396 00000000000006b412fc0f4ccb2ec09e3ec13442cd0a3a49f0571a72be7fe0d9 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 660.74 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: 529.00 GB sent, 2.95 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.