Memory Pool Memory Pool Refreshing

19,048 transactions (4.52 vMB)
  • 1 sats/vbyte = (12 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 28/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,171 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,458 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,170 (895,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,256 13,256 000000009ebbc5c66bb90a4348e17a0fcfe7f06a4c09cc27122ec4d9e18dba1f 0.00 MB 1 0
13,255 13,255 00000000e0c2a58bc05ecae859136ab863feb60b6679e7f14bb86f247c5270ca 0.00 MB 1 0
13,254 13,254 00000000a392404300307a49267be788c0d6a6ef4a41ba079414465ffb416133 0.00 MB 1 0
13,253 13,253 00000000eb35df0c46acc60861cebce5c31427a5c94ed0fae6dd248d2da6f8b1 0.00 MB 1 0
13,252 13,252 000000003acf3922b30d67fb8b69d142d10e0589f528428b251820c1b8f474e4 0.00 MB 1 0
13,251 13,251 00000000b5a5d7a4bbb112897bcf1348823f06809ee863b8430903e2eab7da04 0.00 MB 1 0
13,250 13,250 0000000006de783c1a85f1e7b6e4fe126db1864b0758c7ba618abf02194baafc 0.00 MB 1 0
13,249 13,249 00000000906cd9f10ee0136090cf65a3c23eebc0eab00d6ed2170cb414dcb97d 0.00 MB 1 0
13,248 13,248 000000005fa7bacbbe86614d9399afd27c5781e1e99a7bdc46d89741bd603585 0.00 MB 1 0
13,247 13,247 00000000666ded1d00b1b8e3c08b9af00ae680517501990bb7e083bd3a371e41 0.00 MB 1 0
13,246 13,246 00000000cea94fa2e28ebc89cf9f67c45ea0fdf458f6e2a5864befad73f8edf3 0.00 MB 1 0
13,245 13,245 000000001e107d71455b5a615438a130df15fe415a8811145e5ed073ae2b04dc 0.00 MB 1 0
13,244 13,244 0000000027c714beaac97838faff480cdbcd0c6896a5c92e41a6db32599b98b4 0.00 MB 1 0
13,243 13,243 00000000e98bab33f28021ebab4ecea46b8919817afd8dcb6a3ba7cf11ef6057 0.00 MB 1 0
13,242 13,242 000000005a8a2dbef200d3b51a090158d1cbde7d9ff654d8f9ec1d7e7d1fed53 0.00 MB 1 0
13,241 13,241 0000000039a3c388606bd3b69899aba153411b307ee5569c12e51e9a1afe3d34 0.00 MB 1 0
13,240 13,240 0000000074a8bac2ce7e4a625bc5887a23bfb67d4750ef98a059561cc943c913 0.00 MB 1 0
13,239 13,239 00000000f4b8bd49850c8c09a020be45736642e4b01b32f6d97fc0ed60a49c12 0.00 MB 1 0
13,238 13,238 0000000075bfcc5b300387d4344e9ffa20bff94ae2435aa72b2244c073f6499f 0.00 MB 1 0
13,237 13,237 0000000064f9f27e9d0c8bf6790700c2c69083eaf26d432d4d938b786df3fff6 0.00 MB 1 0
13,236 13,236 00000000823f9fa04d88266e31d06a1b92e653875a22204f78c092971715ccba 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.86 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,981.29 GB sent, 107.00 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.