Memory Pool Memory Pool Refreshing

73,988 transactions
25.48 vMB
Show Random Selection Loading Transactions
Max Size: 156/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,521 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,991 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,520 (101,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
748,108 748,108 0000000000000000000968c3b437e9833892c39233cef429fefbe66f881d5230 1.57 MB 3,322 14
748,107 748,107 00000000000000000002d0ed27524e52530b637c7c308624448791067f7b9278 1.71 MB 2,970 16
748,106 748,106 00000000000000000009c1daacebe1257f1d4393f82caca65d9102a93c7bb181 1.51 MB 3,830 20
748,105 748,105 00000000000000000007f085be0dd6bcc02c6d037c8e12a7fb3f773636d175de 1.54 MB 3,425 20
748,104 748,104 00000000000000000000198847ce23b2f644c0c8b903bedb9366078f94084e32 1.54 MB 3,317 26
748,103 748,103 00000000000000000002072d80b150128cf33d5b413f9b5e3580e116570f1ac1 1.46 MB 3,107 24
748,102 748,102 00000000000000000000458a627d42faae2df70247fa84c3fe1bd27d50d89d77 1.38 MB 2,843 30
748,101 748,101 000000000000000000001acf67e12677556bed7a4432e64fa444fd18ef32fb42 1.49 MB 2,766 65
748,100 748,100 0000000000000000000910d1327d3b19cc42352937dbd779bf4387c56c323dc0 1.31 MB 2,335 23
748,099 748,099 00000000000000000002bbf5cf7ab8bad5c8e2185049d761c976ce1e8b977da3 1.37 MB 3,058 32
748,098 748,098 000000000000000000089f3f20c2a460fc7848a28ed6cf3315904774121857d4 1.15 MB 1,116 12
748,097 748,097 00000000000000000004585d2097b655577d0f63f388cebe460e65ac9ab00953 1.33 MB 1,140 13
748,096 748,096 000000000000000000069f091ec2a23dc6ada4513e7dc273c54e008332b0eb16 1.50 MB 1,960 8
748,095 748,095 00000000000000000001f17fffde1ec17c93ca6d63c3efb130ab3522f5e466a1 1.45 MB 3,223 19
748,094 748,094 00000000000000000007834953932c61fde8efc79772f1ba06c3d31db1ac3ecc 1.50 MB 3,021 22
748,093 748,093 00000000000000000006785e8b46b040f9f5d13865f989172bcb9420a12d2915 1.42 MB 2,356 10
748,092 748,092 00000000000000000006d0e2311d1b8f03ae56c8f1c4b9af8f101cf795e659c3 1.58 MB 3,599 15
748,091 748,091 00000000000000000000070b42459c427dc3339d107b92f16caf77553440bc90 1.45 MB 3,106 33
748,090 748,090 000000000000000000038eca85b1645ce4aaf176dd541ec3c1e3563c809dd27c 0.62 MB 1,149 14
748,089 748,089 00000000000000000002ee909f6647e2079cc44b8043c7695e3b3a7788288a4f 1.74 MB 656 4
748,088 748,088 000000000000000000060f16de411d6c1fad4fc472292a684635a7d91364b4a6 1.74 MB 2,344 10
Previous 10 blocks ↓
Total Size: 660.59 GB

Node Information

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