Memory Pool Memory Pool Refreshing

78,974 transactions
34.08 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,612 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,073 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,611 (666,469 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
183,142 183,142 000000000000063e794c55d74eba3a24143e8075c27e91487d96c492b5c3e239 0.05 MB 144 409
183,141 183,141 000000000000008072fdde80a87876cf2620add940703ab2d9f6081c0adfb476 0.00 MB 12 2
183,140 183,140 00000000000006969ec9e3e3c7c92be5a162d2ef488d86fe0c71204deb668c74 0.25 MB 624 178
183,139 183,139 0000000000000782d8760d9c451ac72061277ac892611c591e9afd695ee9e43c 0.01 MB 33 158
183,138 183,138 00000000000003d30f99a87c2685d4e5070bc37ab20c5fe91304300d7e01d6ce 0.25 MB 676 156
183,137 183,137 0000000000000929b3a3c966d460cd7f6043876f77adeea0aebd9c6b37f5f6d5 0.05 MB 87 78
183,136 183,136 0000000000000582068a1745383d5c6db172fa185c88515948ac65b28a61d6c1 0.04 MB 66 103
183,135 183,135 0000000000000272a2a16775764c82df8dd3be6e6075be3621b34c08b6b811aa 0.06 MB 143 159
183,134 183,134 00000000000006d70a120e16f1debc470730a01b13513eb3acd701b83a48c1a8 0.25 MB 588 152
183,133 183,133 00000000000008a2a36b26edad40cb5748c2adc2413c6295a0459f4cb2fa80fb 0.02 MB 57 2
183,132 183,132 0000000000000389dae76e7a6d38987c56f92a5efebf086f7da1cbe5e62846ca 0.25 MB 526 192
183,131 183,131 000000000000046ddebd9f2d2878102398f2308158434c4e99333e83bf471a16 0.50 MB 1,158 109
183,130 183,130 000000000000001e6c5d9d1e1e290183de56fe9c9235dbd4c0b58328920e51f6 0.25 MB 512 120
183,129 183,129 000000000000019643814a7990feee7a61937d0a186ae6e24367e95999feec1f 0.25 MB 587 125
183,128 183,128 000000000000039064821ef656f13a90990051423e2e6a6db6f50d400e89f3a5 0.04 MB 76 97
183,127 183,127 00000000000009cc284876e3e38a24403fde142e7545cbc2f09a468f6fd1f8c8 0.01 MB 32 34
183,126 183,126 0000000000000954fcde6559658e845d4ece2e0eea3f90dd2b14eedfa99088c2 0.05 MB 176 36
183,125 183,125 00000000000000a90458e86f3e5b6fcb44a42185710745edd8cfa45ba84f214c 0.02 MB 50 210
183,124 183,124 00000000000007d12395da1db94cae711f87c93946be3054c62de6a4ae96f8f0 0.05 MB 114 94
183,123 183,123 000000000000004c88a4a888128be461bcec4ddfe1f7acd4ecc0c8957f985a17 0.09 MB 167 117
183,122 183,122 000000000000034a27318fe026fb6881bcd6f977a0600040f38256c64f7624aa 0.13 MB 367 148
Previous 10 blocks ↓
Total Size: 660.77 GB

Node Information

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