Memory Pool Memory Pool Refreshing

59,833 transactions
36.06 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,336 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,719 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,335 (107,122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
742,213 742,213 00000000000000000003fa024d41e37a250c1e44ab28099296a8cef26bdafab4 0.44 MB 988 15
742,212 742,212 00000000000000000003a0e092833b1fb2078e84cf168228474e4d42d5eac316 0.50 MB 932 13
742,211 742,211 00000000000000000003b4c31e81a55e4b77930bb8fc6742a1aea1fa185a3f34 0.17 MB 356 13
742,210 742,210 00000000000000000001c32fd091bb698696f4192282d3543f0c3ec19599062c 0.02 MB 33 15
742,209 742,209 00000000000000000006f49a1af987a8204e775e8acba8b4ee619e20f9de95da 0.05 MB 88 11
742,208 742,208 000000000000000000058457c8d3a6f5b4a9e92735b0a049374e5a2a47292a98 0.36 MB 671 11
742,207 742,207 000000000000000000064745aa6fa9e9bf6d5acc5a619999a4639f5247775f8d 0.42 MB 733 14
742,206 742,206 0000000000000000000782ae2aa89bcca1b231bb81e367f8c9957990597c37a9 0.81 MB 1,514 13
742,205 742,205 000000000000000000058ba2b9ae135a47f53d4386aa4dc463dfddc13d61aa11 1.34 MB 1,943 11
742,204 742,204 000000000000000000084afaea04b81229c6082d1166abe30cf2cad5fd3c1a18 0.27 MB 565 12
742,203 742,203 00000000000000000004e0404b795545362976121a8458af04501655887a9123 0.32 MB 713 14
742,202 742,202 00000000000000000001c3b241b41264cdd133241f068ab5e8d53f13c04bc259 0.34 MB 538 10
742,201 742,201 00000000000000000008ee7734138e9d184ff15fe02fe8a19220c87c94206986 0.08 MB 203 17
742,200 742,200 00000000000000000003b84d8294cea145b4309202b1c791a7097b5d46fda744 0.35 MB 705 13
742,199 742,199 000000000000000000066c5c7a403d455c7eafe31ba86f34e8677149be9bb67b 0.21 MB 275 13
742,198 742,198 0000000000000000000257582e82f922daf7c94eba6351b70128fd820a786a5c 1.20 MB 2,406 15
742,197 742,197 0000000000000000000673df75d3fcd6aa659362a9ad4ca1c1e92f341bdfbbd6 1.39 MB 683 6
742,196 742,196 00000000000000000000d85cb7ad81ac77fc6d73d9888c18641db7b911cc4d78 1.19 MB 1,037 19
742,195 742,195 000000000000000000050098c915323c09e9a07dccd8426d0ca719d9618b0432 1.33 MB 1,106 3
742,194 742,194 00000000000000000000c55628e1b9684880fdcdb61c48e4900317cb2005c5b9 1.59 MB 2,005 4
742,193 742,193 00000000000000000007c00d2c6a745095bfe2f68672083d6d713d862ca291c3 1.54 MB 2,928 15
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, 84 incoming
  • Data Transfer: 257.09 GB sent, 0.70 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.