Memory Pool Memory Pool Refreshing

86,173 transactions
33.06 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,566 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 5,778 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,565 (69,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
779,836 779,836 00000000000000000003e96c4a9a131bf4e2bbba0e6dbde8d189e0dea4353cb9 1.41 MB 3,011 25
779,835 779,835 000000000000000000022d2e42352853aa9b663f0a51a662988686edf352214e 1.49 MB 1,997 13
779,834 779,834 000000000000000000058c6955485f343afdd05540b8d42f7562de5faf2e9a1f 1.37 MB 2,852 30
779,833 779,833 00000000000000000004313fd041d5fe0c0e7ef2eccddb9e6b8194070bd24282 1.79 MB 1,915 13
779,832 779,832 000000000000000000015712838394aeb93f5d45d0e5bec197382c08b375016e 1.34 MB 1,860 25
779,831 779,831 00000000000000000003f079883a81997d3238b287ea53904f1ecd3d1f225209 3.57 MB 572 4
779,830 779,830 00000000000000000000669d2810112c4c3c80a354c1b0743526724f2749330f 3.11 MB 729 6
779,829 779,829 0000000000000000000495ce90c28aad6c325e678d4226c612422ed3f5af9c54 3.21 MB 643 5
779,828 779,828 000000000000000000023e0909d86ec18fcaad21623180e043c953c9364fc553 2.90 MB 1,142 8
779,827 779,827 000000000000000000050c966f999be6ffd16855d5e818f3e2b3624aeb143580 3.87 MB 301 3
779,826 779,826 00000000000000000006412df52fe5bb1fada389ad23647b820aab273fae8efb 3.47 MB 755 6
779,825 779,825 0000000000000000000127488b11df1b481ff90ffab65f0a5bf0e245b2b8f5e8 2.95 MB 1,410 8
779,824 779,824 00000000000000000002aec961fb2a33d75ab886cb5f26f79062a1a7d38c6873 2.65 MB 1,630 10
779,823 779,823 00000000000000000005ee1f106974f6647995696c01a919ff60dcc02b8a0898 2.74 MB 1,597 10
779,822 779,822 00000000000000000005f620138484a0b4e1192510c33a302dc44f7356436ab3 3.42 MB 913 6
779,821 779,821 00000000000000000003a5112605dc1ccb470df9a5f4f9494ba25aac6fa035bc 2.76 MB 1,641 10
779,820 779,820 00000000000000000004e33ac4eca7085c912d42dc3f23b03dffcef9bd0b26d1 2.80 MB 1,099 5
779,819 779,819 00000000000000000001d29af280021c0a3a8e616754974dcb64866a22abab8d 1.94 MB 2,261 7
779,818 779,818 00000000000000000003cc399b8acc794b85683799ffd1ece5e0f11fb5d84318 1.36 MB 2,112 16
779,817 779,817 00000000000000000003abb96d50f11e7f9d3cb4409673c6c15213d4cb7973b2 1.32 MB 2,526 30
779,816 779,816 000000000000000000060006b0995c26ece09b1abd12f3c37c393330550bd363 1.25 MB 1,789 22
Previous 10 blocks ↓
Total Size: 660.68 GB

Node Information

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