Memory Pool Memory Pool Refreshing

22,323 transactions
27.66 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,443 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,411 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,442 (139,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
723,107 723,107 00000000000000000002baebd3378e3ef2a283bda7c10daedee859b3cc0041ef 1.38 MB 2,352 7
723,106 723,106 000000000000000000086959d5712740b8d942c0bdb371be51f52491377435c1 1.19 MB 800 7
723,105 723,105 0000000000000000000249749992254dbfad7fe988bf90efe3b0d0c087a8629a 0.66 MB 1,168 3
723,104 723,104 00000000000000000000078019fff9aaacd89a154147e1a2abad8b7b70c10a40 1.41 MB 2,581 12
723,103 723,103 000000000000000000042806119826df7d10c9c58dca5ba26f8af99109695cf9 0.77 MB 1,027 7
723,102 723,102 00000000000000000007eec6be0548753958703bc00f8ebbd8c5536f3e87d7ef 0.08 MB 52 5
723,101 723,101 0000000000000000000231201532cfb021c236c2030d5997b976ecb271b7b417 0.90 MB 814 6
723,100 723,100 00000000000000000001d80b408d1e52e83e5a9fe0102611df517dd413cd94aa 0.45 MB 786 6
723,099 723,099 0000000000000000000688f9a97b22c965cb01b5255134c667980bc03e7c0696 0.12 MB 293 12
723,098 723,098 00000000000000000001ffba18f9ce3caf151b3aa7776ecfbaddb24184ad85cb 0.90 MB 2,035 11
723,097 723,097 00000000000000000006febbd4dfed554c4c70989a3de875a152c09c0de323f7 0.76 MB 1,114 13
723,096 723,096 0000000000000000000a0946c21f90d8848a797cf713d56643d7859eb13aaad7 0.97 MB 1,851 11
723,095 723,095 00000000000000000004fb1e047a89f7bfd6deaca8e3ff3dc8a7ee7f0e82f7ef 0.54 MB 565 6
723,094 723,094 00000000000000000007ae698b6cb33e8e3af41d448a2dd983855b044dc78093 1.50 MB 2,340 9
723,093 723,093 00000000000000000009bc0cc20d5e78cfbd9491a4058b818833b35ba043dc59 1.66 MB 2,671 2
723,092 723,092 00000000000000000000c9a5d2d966a1d129b7d581428b9f036acf8eb131978a 1.51 MB 3,009 10
723,091 723,091 00000000000000000004af84680ecb15da36062aa1feee8e381e7628cde5b54e 1.37 MB 2,127 12
723,090 723,090 00000000000000000007ca4df626148f32c0bc8f314e83514f27631c4d38626e 1.52 MB 3,261 18
723,089 723,089 00000000000000000007061f9038c841e9d61191e06deaf99eacd2db6b8cfa14 0.67 MB 1,054 10
723,088 723,088 00000000000000000007fe5dd58d757e876ee2ede895e527b67e5c912732f810 0.25 MB 531 9
723,087 723,087 0000000000000000000a54c7b541599200766cf1184e93f959c75b9224e1aeea 0.03 MB 75 9
Previous 10 blocks ↓
Total Size: 685.01 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: 1,369.23 GB sent, 104.98 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. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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.