Memory Pool Memory Pool Refreshing

49,140 transactions
37.25 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,390 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,201 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,389 (112,523 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
736,866 736,866 0000000000000000000462ab6cf40ed4270a185ac23c8d2f17636b87246999c3 0.72 MB 1,339 12
736,865 736,865 000000000000000000054983e341dfafc3f592e34ce19a80fd953fdc2f63ae25 1.12 MB 287 4
736,864 736,864 00000000000000000008549ec8b135d0b1a2152673512faf08d831857de0957a 2.11 MB 750 3
736,863 736,863 000000000000000000021107ab8cf9a8e0a5cad5326824e9898cb12f02d7834c 1.59 MB 2,333 16
736,862 736,862 00000000000000000002083431a2050ba52c78efa1990273e3f5e75c2757eea5 1.93 MB 1,319 7
736,861 736,861 000000000000000000011fd9800b216a41f26d4dcab6f5ed1c057ea9a48b3f7e 1.51 MB 1,762 7
736,860 736,860 00000000000000000007aff45cf4cd5f392a6f8b9b61e58b280e4f193e29173d 1.26 MB 2,258 23
736,859 736,859 000000000000000000029992607190d8fd43023622a1a21b751d01b18c8da5d5 0.04 MB 112 16
736,858 736,858 00000000000000000004eb01beba75f183865e9c0cdfb415798a260dd831e8b6 0.78 MB 1,463 21
736,857 736,857 0000000000000000000072b3d2f4bff7e7ebcc027cf9299340cf4ad5fa2c6461 0.57 MB 1,057 19
736,856 736,856 00000000000000000003f996dcb9e5af6f949ebb3e1132bf975a08320cc64279 0.46 MB 383 6
736,855 736,855 0000000000000000000347a068acd52d4127be50eda4219b3fc2b38a501deeb6 0.01 MB 25 24
736,854 736,854 000000000000000000049b8aa6cdbbf83d6dbdb29c7276cee21306ada9f9eb0c 1.18 MB 1,870 13
736,853 736,853 0000000000000000000742afbfd01137a9470ea34f6a6be62615d6b171597c62 0.61 MB 533 10
736,852 736,852 00000000000000000003dc911e6d8d3d34cdc8743705e832107860de17f821e0 1.80 MB 1,220 1
736,851 736,851 00000000000000000002808d72cc3cbaa62562f122164fdea4c8a17538cb5ba3 1.51 MB 2,797 13
736,850 736,850 000000000000000000072b3b77d43de3a3dd37581d54491608f2e8284212b111 1.32 MB 2,130 16
736,849 736,849 00000000000000000002522cde6d2382e4a717805e24cf60503af714ccd00e59 1.40 MB 3,142 26
736,848 736,848 00000000000000000007e0d6897fc108e3252fff7b20ac8b589ab07bd719310a 0.45 MB 446 6
736,847 736,847 00000000000000000008affc5404f502f0a551ee8d8b22cdeff4b774fe95af64 1.48 MB 3,236 15
736,846 736,846 000000000000000000023ae683df241f3c374bffb05f86c3cb79e40b0d771d0a 0.74 MB 995 10
Previous 10 blocks ↓
Total Size: 660.35 GB

Node Information

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