Memory Pool Memory Pool Refreshing

82,124 transactions
36.82 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,658 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,943 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,657 (175,138 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
674,519 674,519 000000000000000000017c99c019cd7dfebbc6a043400a8a6a7dbbec41e85db6 1.34 MB 1,912 50
674,518 674,518 000000000000000000085936b07ac3a47233f1106dcd7b600243e97799f52f7b 1.39 MB 1,869 62
674,517 674,517 00000000000000000000bd6e6141156e034b775cdc3f0aad4c35d5857fd1aa34 1.21 MB 2,321 32
674,516 674,516 00000000000000000009eb9741c336f17a36acd2057ef15301551b5dc9c7b350 1.23 MB 1,558 54
674,515 674,515 00000000000000000009b1257e64db853adb90be8ca9cef1d7b32772fd4167f8 1.33 MB 1,951 68
674,514 674,514 0000000000000000000a3b2478ae65ce89c0ce6f76842a1da0dfa4191d03fc4b 1.37 MB 2,192 34
674,513 674,513 000000000000000000051842f77583f3c23832d02cd99f9f1bab58f45a64e6a2 1.33 MB 1,290 96
674,512 674,512 0000000000000000000a4a20a7a1611524fdf94ab440cc545d6435f470d3b7a6 1.33 MB 2,143 110
674,511 674,511 000000000000000000021f49a0d29de5a648b1207608e77528c4651c96241055 1.33 MB 1,847 94
674,510 674,510 00000000000000000008ceaefa3cc556bc1c916d0c97fc2c4b59feedfd16e05a 1.25 MB 1,673 115
674,509 674,509 000000000000000000014d6789edfab89015f21f750880ce6e5a42b41870fe80 1.42 MB 2,220 71
674,508 674,508 0000000000000000000642d2ba5e7adb8b40fc760b43f28bf9bdd5514eef1c3a 1.40 MB 2,234 86
674,507 674,507 000000000000000000021006caf7ecab105f19dad319cc2b435402b2e959a770 1.44 MB 2,221 81
674,506 674,506 0000000000000000000a9de1911a8ba530c807f7bf3340e4bee5a18468118471 1.33 MB 1,762 61
674,505 674,505 0000000000000000000474851d57d22ce7f21c148e07bd181c62a63966b217da 1.42 MB 2,056 87
674,504 674,504 000000000000000000079fa76623a25fba75515a8d4494f63b4070599fd6e784 1.20 MB 2,203 49
674,503 674,503 000000000000000000094c10f952a216791c0f0f57c03fcc4da2e00a9c048521 1.52 MB 1,697 39
674,502 674,502 0000000000000000000a80f2bde7e473c4e40b4840c28c42d524e301a9b6bcf1 1.33 MB 1,844 97
674,501 674,501 00000000000000000003772a9334aa0a5927a798fd014e034f4834bb16ac726c 1.45 MB 2,172 106
674,500 674,500 00000000000000000002c63d4352a902a233597e511e9542ef6246fd972ecea9 1.51 MB 1,287 48
674,499 674,499 0000000000000000000bbf3673eb6a16b2b22ae99a77e26e610020c1bd68f15e 1.26 MB 2,048 78
Previous 10 blocks ↓
Total Size: 660.86 GB

Node Information

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