Memory Pool Memory Pool Refreshing

59,540 transactions
30.33 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,684 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,402 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,683 (136,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
713,115 713,115 000000000000000000089a0b70441bec7240653e1889a643e0526e92d471b998 1.31 MB 2,691 9
713,114 713,114 000000000000000000002d00953ee4a89794a4f9f1809a3421a523ea3457aaea 0.43 MB 759 8
713,113 713,113 00000000000000000004ea325929e71bc647b58533750a5b0bae4348431f6a6c 1.57 MB 2,121 4
713,112 713,112 0000000000000000000bcde5981e7a63b345fd459150d6748f90bf9e116f9eb2 1.59 MB 2,872 6
713,111 713,111 00000000000000000007b0238ea73c0282a5eca96ad5600ffc3bd684716fecb6 1.52 MB 2,680 12
713,110 713,110 000000000000000000077b5dc229845df9e05d36f8412c0aaeb9b2ad5c386f1d 1.64 MB 2,646 15
713,109 713,109 000000000000000000006157d42e5f753cf7467e76f81de74824f055f44f6614 0.72 MB 809 4
713,108 713,108 0000000000000000000415182243d2bba08b13b582df134b8b389bc7c920ab8e 1.60 MB 2,694 10
713,107 713,107 000000000000000000096fe5ae90fcede70763fabf3c5c70b0fe9aa3e0e4a2af 1.57 MB 3,258 10
713,106 713,106 00000000000000000008ad2956131120b7e156f184018f85ddf81d0d313e7e60 1.18 MB 994 4
713,105 713,105 00000000000000000002d2641702da702579cce02a9aa64f45bbc968ee86ff81 1.27 MB 1,362 4
713,104 713,104 0000000000000000000b990f6769aae3ee6dec8d08944c1f905dd8af4b78bfed 1.65 MB 2,857 13
713,103 713,103 0000000000000000000a9d7ce43ccb403728cfc7d17d6718627464aa3af61238 1.43 MB 3,021 8
713,102 713,102 0000000000000000000941482280a29611712cd1723c88c84c0e07fc55e7f060 1.39 MB 1,981 6
713,101 713,101 0000000000000000000848bf7ea5404c6848b2b41082be3058b0305d87a10aea 1.30 MB 2,081 5
713,100 713,100 0000000000000000000476b5a9c1716e88dd46a36cf59202255fbbeb8a133f62 0.50 MB 701 4
713,099 713,099 0000000000000000000453a9928b9f784c8774db6873782b8234a2ccd62029fe 0.57 MB 817 6
713,098 713,098 00000000000000000004b70c64e1e0255935165fd3650cd4ffa6ebfdc97cb323 0.74 MB 790 4
713,097 713,097 000000000000000000020dda525c115b160aba087293af7cb619ffba2970fa59 1.34 MB 2,349 7
713,096 713,096 0000000000000000000c9188969d3b1a5d8327aa3efc712606199c840b4d4eaf 0.89 MB 580 3
713,095 713,095 00000000000000000004198301b220f74464db452a70495d3c30a1be39bf0f7e 1.83 MB 777 3
Previous 10 blocks ↓
Total Size: 660.91 GB

Node Information

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