Memory Pool Memory Pool Refreshing

57,509 transactions
37.39 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,344 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,680 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,343 (361,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
488,265 488,265 0000000000000000009412e778b2c722196a4c37818574046f0063ccb34c3ca3 1.05 MB 1,759 312
488,264 488,264 000000000000000000152c273eb0467e29687dffd0297946fc59c6bbdabba82a 1.09 MB 1,994 21
488,263 488,263 00000000000000000005deaf8a7ba3572c8fc9ad87c5410732fd791e18f2505f 1.02 MB 2,427 141
488,262 488,262 000000000000000000c5eace6e24014801499e993f07bdd0e36a396f6e9b6588 1.03 MB 2,253 117
488,261 488,261 000000000000000000e8def98a0ad0d4a40f6d54535020f1363b3c73638540c7 1.00 MB 2,308 141
488,260 488,260 0000000000000000002c696334a051a8414a9d8992d67bc0a24bd8008a7b811f 0.46 MB 451 36
488,259 488,259 000000000000000000ef6cbd89e66a37295330df81dd99d9906588a7e3c65240 1.04 MB 2,010 46
488,258 488,258 00000000000000000034c163226330121be62493a3739ddffa6e3c76e7b6ebad 1.07 MB 1,642 45
488,257 488,257 0000000000000000008feb3c52c1c0fdb358c510edf2234559c718392e581d8f 1.00 MB 2,293 161
488,256 488,256 00000000000000000005d449581fdc9079429c1c51ec5ad941a683a7b8f90328 0.31 MB 646 79
488,255 488,255 000000000000000000ab16c1fd1e4c00609c2aad7a100935ce5a25274c601f92 0.46 MB 979 85
488,254 488,254 0000000000000000009b690ae5db314e75907682e19595d9ca50b15e33d448cb 0.96 MB 1,255 61
488,253 488,253 000000000000000000d6c2ceed3fa47dd14576ea22671e9d601705a5c8e76b1c 0.99 MB 2,070 71
488,252 488,252 00000000000000000019faf11d341061d86c5239eab27d1d85affb2c61a8a62a 0.24 MB 356 73
488,251 488,251 0000000000000000008d7c9f82c88daaf392109924431bd6370ce2cf1d52dc1c 0.86 MB 465 35
488,250 488,250 0000000000000000009f83f70a56f382d7427a8149b5cc7a6c7e76032214679a 0.32 MB 735 103
488,249 488,249 0000000000000000007b9ca116882d5ee880674069b5f70580f3b736df7af58f 0.59 MB 1,417 106
488,248 488,248 0000000000000000000c851cf40b7a22eeadd029a6a4485608d85efaa60152b0 0.56 MB 683 65
488,247 488,247 000000000000000000a07eb2717f72341c949afb00caa05d90882c895ce30381 0.97 MB 1,628 64
488,246 488,246 000000000000000000211f3205408d0a9c7de296eb7d1a508afc5ffba07db216 0.44 MB 1,041 63
488,245 488,245 0000000000000000002a1cf91a4b4d73e083c2cd71051f053e77ff0fcc3733ec 1.00 MB 2,477 115
Previous 10 blocks ↓
Total Size: 660.26 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 84 incoming
  • Data Transfer: 264.17 GB sent, 0.74 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.