Memory Pool Memory Pool Refreshing

95,692 transactions
30.41 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,291 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,747 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,290 (735,998 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
114,292 114,292 0000000000002e9cdcac47e4a1fe89cc0829e4134e6aab3bd82548b405708c9c 0.10 MB 374 20
114,291 114,291 00000000000044d59f42cc1a44a324c146d4c004d2561246bb813b9950c20134 0.00 MB 11 544
114,290 114,290 0000000000003676d30363b09c792f48ce8a5ffb0217290629660c133a1b996a 0.00 MB 10 323
114,289 114,289 00000000000008352a6323f56d64265a8656b5162bc6137cb404fa196c741db6 0.05 MB 172 0
114,288 114,288 000000000000aa3c41c05f4f3d69dfa87e1b87f5ca0e2391bd5fbd16516dcc1c 0.00 MB 9 321
114,287 114,287 0000000000007a4bead9bcb5454058e26462459d9793afcf29d4d54568331718 0.00 MB 14 454
114,286 114,286 0000000000002d83888a4b92124f779085537a980971c77199362c17c0f997e0 0.01 MB 18 952
114,285 114,285 0000000000000a58ff16e6f9109db6f9a13479ce078aa47c2879f0fb3d8d1786 0.00 MB 11 819
114,284 114,284 000000000000040bd764033d8a0ba8e7096c5542920e5e1154cae3f629514e5e 0.00 MB 9 325
114,283 114,283 0000000000006ac18a3a25797eb5b9d0b6b393c36a9a8bd3553294ab875a6381 0.01 MB 21 865
114,282 114,282 0000000000007d3ebd7e5c065b45ebb02b676eb016da1324b378017fa683b4af 0.00 MB 13 1,517
114,281 114,281 0000000000007ac73cc669db6bdaa25212507ea73dba7b2a03bc5baf397c661e 0.01 MB 44 145
114,280 114,280 0000000000001dd56b0c6803e8e4d161f57b030d0a73ec4dd6073e9b98fcbc53 0.00 MB 1 0
114,279 114,279 00000000000001262ea739a78eecf08de3bd2ddb6414f2a9f6524a19ac87e465 0.00 MB 8 0
114,278 114,278 0000000000002299696fa2992c3de71f1908719067feac2f1be75ee912ec40b0 0.00 MB 2 1,779
114,277 114,277 000000000000482996661eec195fa0529db70b6431e9c49ca607f7d232a880d5 0.00 MB 9 155
114,276 114,276 0000000000008833c753c42d7c19c127d4be64ba606e892fb53a6a139c03dc28 0.00 MB 2 3,875
114,275 114,275 000000000000822bbb513f8959c44831ff5dc017a0df609e8f901b6249f14b43 0.00 MB 2 0
114,274 114,274 000000000000477c45ff20235a41a7ac917cd147e9eed08cd0476004d8e1feab 0.00 MB 4 883
114,273 114,273 0000000000009d26435272a72319cdf9967727d6cc1c9e890df2e672dadd27e6 0.00 MB 8 953
114,272 114,272 0000000000004909293fd1974f6d5b313e307fc0f3c7fa7cde012a64ad7549f5 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 662.06 GB

Node Information

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