Memory Pool Memory Pool Refreshing

80,372 transactions
36.31 vMB
Show Random Selection Loading Transactions
Max Size: 198/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,618 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 1,716 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,617 (152,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,934 696,934 00000000000000000006fb5c54198c63a40ca1832b3171683d2e09e693e0b946 0.76 MB 1,320 9
696,933 696,933 00000000000000000002d9a2215fe09282103a97e9526ae6782912f24bb2c980 0.46 MB 639 8
696,932 696,932 00000000000000000010dd4e661fb0dd52ec96aa11ddc21c94175ff02b8b61f5 1.53 MB 1,042 4
696,931 696,931 00000000000000000002b63fe63d489a113f8d771eeac6c56b5bd708e5a78175 1.45 MB 2,080 10
696,930 696,930 00000000000000000000ba295a8257b2d6205a4adb5bf59ac2a6e11558cd979f 0.43 MB 305 6
696,929 696,929 000000000000000000115a17892a33dcb5a3548dd033755f009395a608d8f683 0.69 MB 1,292 11
696,928 696,928 0000000000000000000376cd9ebf0d0c63f4f5e4d4ae47dcd34d8f6dcca0305c 1.39 MB 2,351 10
696,927 696,927 00000000000000000010df711e3b32b1ba552040ee297dd08336a6ec79450383 0.96 MB 1,617 10
696,926 696,926 0000000000000000000202a6a30bda6438f4ebe98920a470b3e5e1d02433ecc5 0.30 MB 592 8
696,925 696,925 000000000000000000041e723bcaacfe24e2ff09ac30ced9913bfcca91ae0761 0.99 MB 1,928 10
696,924 696,924 00000000000000000003409a6077a1ee12a7668bb7697b200969f318a06a4c3c 0.18 MB 199 17
696,923 696,923 000000000000000000017bb1859cf27caa4f95ab19b09f567568527c4bc60e9d 0.48 MB 620 8
696,922 696,922 0000000000000000000812df3e649bac9c0817cc1ea8c5d99b899f8b996e4279 0.13 MB 260 11
696,921 696,921 00000000000000000004bab7cb2c55a11e1a8b35fd8adbd877b5b9576ab93176 0.44 MB 816 11
696,920 696,920 00000000000000000009ecc23e88d36f6cc99426727a7424eec98d37eb50d882 0.50 MB 658 6
696,919 696,919 00000000000000000010dc0dff6863d8951968e04935ea442cacb8147be2579d 1.35 MB 1,928 7
696,918 696,918 00000000000000000006bbc13d01b70cb8931d231c37f6fa86b86edf556656a5 1.33 MB 1,576 7
696,917 696,917 0000000000000000000dad5e313851623aa54aa2c15a4cdfba00ef398e06506f 1.41 MB 2,150 11
696,916 696,916 0000000000000000000ddb001096070809ca11775a8a7d9dd240cc2c4067e056 0.45 MB 832 11
696,915 696,915 0000000000000000000725d49106ec5d05ef1d359a2963fc327e6ca5fb28e38b 1.19 MB 1,977 8
696,914 696,914 00000000000000000011c4cf6893f6da68d414da25e58e8bd200573f3f6d9ca6 0.02 MB 76 8
Previous 10 blocks ↓
Total Size: 660.78 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 110 incoming
  • Data Transfer: 560.56 GB sent, 3.13 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.