Memory Pool Memory Pool Refreshing

59,675 transactions
31.58 vMB
Show Random Selection Loading Transactions
Max Size: 161/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 849,981 (497,140 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
352,841 352,841 000000000000000003d49a3be7a3ee36f55274a1981d612a356236bc179ba22b 0.13 MB 297 26
352,840 352,840 000000000000000011a03fba175eb733ab90246344f0c32a614f5100d5ec4b32 0.01 MB 19 15
352,839 352,839 0000000000000000159edda2cb2df92533fd4971781899592cec15d3baa2c7e5 0.19 MB 398 19
352,838 352,838 0000000000000000018a95bb9f8f9eb24b252ced49853ec94cff40ca35f84d68 0.66 MB 1,456 29
352,837 352,837 000000000000000006178960f2269d185cfbe652bc574213787b3883c65c1775 0.04 MB 107 34
352,836 352,836 00000000000000000e14ee51fda2106e29dd16cf047de7870291d4b2d795385c 0.16 MB 383 29
352,835 352,835 0000000000000000061750c00145755bb3f2129634c47489831007cdd5dfd7ab 0.47 MB 883 24
352,834 352,834 00000000000000001636d07a16a5cacddcac483a6759f4635fc6f3ce6cea9976 0.00 MB 1 0
352,833 352,833 00000000000000000879a066af80bfcca45fec3cfc540239d4350db0e7dbdf90 0.08 MB 171 5
352,832 352,832 00000000000000000a9c07b11f04bc50b312b163875cf65693d100a11d06f735 0.75 MB 1,063 20
352,831 352,831 00000000000000000f675639645b00b4ade648615b93e0db2993c668b4d69b88 0.33 MB 1,024 52
352,830 352,830 00000000000000001164eaab5024b61993d5ba9d336ca0fd1ae11f3f4d012620 0.05 MB 104 24
352,829 352,829 0000000000000000043b9b77bd59b229b3a2de787a00622496813c4a2bc9f8e0 0.12 MB 249 31
352,828 352,828 00000000000000000f346eff2416a7546028cb8537ab2a9a8811b3015f4418ba 0.08 MB 182 36
352,827 352,827 00000000000000000ae1a611c62f910102b4f77145e309d797f2ce05b32e4b96 0.09 MB 134 29
352,826 352,826 000000000000000006370a66ffda6bee3ef40f5a3d6163b184fadc49e10ea98b 0.05 MB 123 29
352,825 352,825 00000000000000000d36973a58f256fb2516bb57e17ce01b23b95cf6792e85b8 0.07 MB 131 14
352,824 352,824 00000000000000000b15475d7e552a265999a703f2b4ba18b9cd8b889ac06be9 0.29 MB 616 28
352,823 352,823 00000000000000000fb3aa8d4c417cbc4350dde3873902ef05061e56345ebdfb 0.13 MB 243 12
352,822 352,822 00000000000000000c4fdb5e04e33037074cda4a768b278a79f51d00c5c0f12d 0.64 MB 1,274 30
352,821 352,821 0000000000000000143d95116a3ea4127f4a2b5124b015a1711fe32b1a026ca4 0.61 MB 1,296 33
Previous 10 blocks ↓
Total Size: 661.47 GB

Node Information

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