Memory Pool Memory Pool Refreshing

1,489 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,756 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,482 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,755 (68,399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
839,356 839,356 000000000000000000023da8545e12f983bfecdeec13788f027283c17230f587 1.42 MB 3,481 153
839,355 839,355 00000000000000000000cd05de04d21953323d0b4cb4d6e8fbacc0b26db69821 1.45 MB 3,590 143
839,354 839,354 000000000000000000005b6737daf3bf7438cd2c591d4a04d79ca7063b351535 1.51 MB 3,340 156
839,353 839,353 000000000000000000001153946c3d996263774efdab02fd08d9f4e326223834 1.45 MB 3,793 173
839,352 839,352 0000000000000000000116f2bdb7ac5ed1368fbbd6e3c6ee153439df957c52e9 1.48 MB 3,809 208
839,351 839,351 000000000000000000024672f2f190831b073c5121e75de2e756010f872cffcd 1.41 MB 3,026 143
839,350 839,350 000000000000000000026924c00410828bb93df90d7fcd9745e85143b926513d 1.49 MB 3,290 169
839,349 839,349 0000000000000000000029a4bb3427f860df1c93be00b41ff06509014a9a7683 1.67 MB 2,641 173
839,348 839,348 000000000000000000015cc720e6ee215a8e7d463c94c71f73ef4a0cdb0ab7a9 1.54 MB 3,667 167
839,347 839,347 00000000000000000000e0084e9312170968aabdd81f47f8b832791283081de8 1.43 MB 3,393 172
839,346 839,346 00000000000000000001e66ded111c9741b56177ab708a69498e248418946150 1.57 MB 3,197 221
839,345 839,345 00000000000000000001587454dc1bbf7645913848cd978462c5ff2a5ec2f8d5 1.58 MB 2,776 209
839,344 839,344 00000000000000000002c6cfac79f3cecdddeba313c9d0858dd1c241192313e7 1.45 MB 3,725 173
839,343 839,343 000000000000000000009fe3bbc79ebac8d67143227b5bffa95abeeccaa38998 1.50 MB 3,253 193
839,342 839,342 000000000000000000020fed65ff39357e85f6fba2a6fd9cbe19a092702f58d7 1.36 MB 2,889 160
839,341 839,341 00000000000000000001f9656472d0d5c34363efd1c2966ffddb3e44c821040a 1.46 MB 3,572 205
839,340 839,340 00000000000000000000ecfd980c55c862015d9a99e0a73e65a32f84089039bb 1.43 MB 3,668 250
839,339 839,339 000000000000000000004506029104f6e52846d466f4799c0a88af36de6a4955 1.46 MB 3,755 201
839,338 839,338 000000000000000000010002dec566d4aec5271024a0c8f69ac8514165dbec70 1.36 MB 3,683 234
839,337 839,337 00000000000000000000f6c89dd03927dc7a3f811a6f3c66ce833e02d4a87f38 1.32 MB 3,774 235
839,336 839,336 000000000000000000018321c995fe89c7dff12de1b86df4b44e01b07e7825aa 1.30 MB 3,843 260
Previous 10 blocks ↓
Total Size: 769.09 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,628.29 GB sent, 93.33 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.