Memory Pool Memory Pool Refreshing

59,229 transactions
36.87 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,338 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,219 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,337 (95,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
754,163 754,163 00000000000000000008c4081fe66809d281cd83f137f040f423d2ab0b4261ea 1.14 MB 1,559 9
754,162 754,162 000000000000000000002264f534ad84ecee97fcdb00ad035f330f08ed696d5a 0.80 MB 281 3
754,161 754,161 00000000000000000000495d7428cc0bb6da927907fe25d849a4fcd7571263cf 1.51 MB 2,155 10
754,160 754,160 00000000000000000007493487382e6f690631934079c90d6feca40f93082daf 1.70 MB 1,567 10
754,159 754,159 00000000000000000005275cb8f1ac03ae8e7e07479b04ca10630ac554b9dd7a 0.11 MB 161 13
754,158 754,158 000000000000000000002f9c83c741e2dab8efb094cece8585b546eca3e8abd5 1.06 MB 1,630 11
754,157 754,157 00000000000000000006967cef2de6055cd9b192f49f1031b336cbc02fea6102 1.58 MB 2,091 11
754,156 754,156 000000000000000000059b6d135be2ca68552be73e4452e8619be7be2a0999d6 0.22 MB 140 6
754,155 754,155 00000000000000000004f402492a8b15168067215b9e55dba874a07a5dd0ed94 1.47 MB 1,232 3
754,154 754,154 00000000000000000001c05a72112d6e121eb327f01a0c5ca7047a4c4e9f87b8 1.57 MB 1,222 12
754,153 754,153 00000000000000000000efb419fa3891df89cc468ff706fd55838677ce1d7ae8 1.44 MB 999 12
754,152 754,152 00000000000000000000dfc93085a928d9f11fec6f226e398e885adfceabbe35 1.56 MB 1,456 14
754,151 754,151 0000000000000000000744ba2b39b2b6f914752c531cbb3ac8d83bf816e6bc76 1.62 MB 2,932 18
754,150 754,150 00000000000000000001582afe0128307be1476b2a22ba462ea615b6c0d66c53 0.40 MB 828 13
754,149 754,149 00000000000000000002b5cce4c3200342cdfbc6c4120ac3e043a0bf309213b8 0.69 MB 1,244 12
754,148 754,148 000000000000000000058f26e8255f864269728a6f86ad4d03eba21ad4fe21b9 0.78 MB 844 8
754,147 754,147 000000000000000000076af8179e9c08fcb86392883af89375fcd02f6c412f8e 0.57 MB 1,018 12
754,146 754,146 00000000000000000002e9c03d45b47a7ce40a09f79bcc99c7582776a4e99ce0 0.10 MB 101 8
754,145 754,145 00000000000000000006c7a8beaae2d81dcc70e14549cb2e150dd17be0845dc0 0.89 MB 1,685 15
754,144 754,144 000000000000000000040b65fb6de23a4c4f98b2999ea60f1240bd5f15bdec01 0.93 MB 1,306 10
754,143 754,143 00000000000000000007f406d40312f68b56d6d5b266415fea90e374010e564e 1.63 MB 1,874 11
Previous 10 blocks ↓
Total Size: 660.25 GB

Node Information

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