Memory Pool Memory Pool Refreshing

79,219 transactions
33.85 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,615 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,790 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,614 (219,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
630,219 630,219 000000000000000000053612c94dcebf962eaab5dc2aec52320eff37933413dc 1.15 MB 2,362 17
630,218 630,218 0000000000000000000ac26e63ff9f5d3a8db8077d537b4f090c740b17de451b 1.24 MB 2,773 60
630,217 630,217 00000000000000000009a792f01cfcdf7e62df610f20a4a614430f70ee5bfae8 1.17 MB 2,781 43
630,216 630,216 00000000000000000005697612eb15b998c8c93c63b10fa0bc8103c21e24c7e2 1.11 MB 2,609 23
630,215 630,215 00000000000000000002f71c45350b987597b20b86170b32ba4ff2283ff8e627 1.19 MB 2,620 41
630,214 630,214 00000000000000000006f8a5d52dd04390101cb5944a8396d8484d2fe5c604c4 1.26 MB 2,037 92
630,213 630,213 0000000000000000000262f4ee6fcad5e8b2e787e962473cc7af481538c5a0f1 1.80 MB 1,760 110
630,212 630,212 0000000000000000000cf81c3394f4dcc37a17ba3eb3a9b2471c02adf9f4a075 1.51 MB 1,794 112
630,211 630,211 00000000000000000004fc1fd879dd2bea7576a56ffb7bab1ef9571d378b896a 1.37 MB 2,674 105
630,210 630,210 00000000000000000009d35f0ecffc68c1c2050ac12a733bccd0259f395a1bbf 1.18 MB 2,745 27
630,209 630,209 0000000000000000000c6e2b56707cd8eb39b7a86a581e3b45ed7fe592989cd2 1.23 MB 2,331 76
630,208 630,208 000000000000000000059980a939d1e2d0a7c9454052bc9f58e1c0f3e7cbd3fc 1.19 MB 2,636 63
630,207 630,207 0000000000000000000eb0f61809619c40c075e2e4f4478d1c6427c5dc4bfb72 1.25 MB 2,746 69
630,206 630,206 00000000000000000000ca3468aa5a22dd1e4b9bdabb5f53248eea948f3348ba 1.34 MB 2,672 128
630,205 630,205 00000000000000000005b40a9b9a81b8648e2b8931baa7b3479cf321323c4024 1.24 MB 2,403 76
630,204 630,204 0000000000000000000f420c6581383e41a22d415ecf8f9d4e5017167158fdee 1.31 MB 2,461 115
630,203 630,203 0000000000000000000b40a523c4e3eab3e692265c61ca292f451bd803617b7e 1.34 MB 2,968 119
630,202 630,202 0000000000000000000c8a320390da58cc08c75ff0f243db86497b8dbd6e1735 1.23 MB 2,782 100
630,201 630,201 0000000000000000000b8ee1e3eb871324d75cf30a00548b1657c1d391efcc5f 1.01 MB 168 100
630,200 630,200 0000000000000000000ad81748b5d1915c39388cc799242b397e448eae6bfcee 1.17 MB 1,196 101
630,199 630,199 0000000000000000000b31ab8593414742c0d9a73f65a8e0837185959cb1a5b0 1.25 MB 2,013 120
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, 103 incoming
  • Data Transfer: 553.97 GB sent, 3.10 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.