Memory Pool Memory Pool Refreshing

1,168 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 1,141 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (564,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
342,927 342,927 00000000000000000b93705fdd1bd5ea2c68927ef806e9642995c845c58367a5 0.08 MB 152 25
342,926 342,926 00000000000000000eeec566c4849d21e415fc83dc21e1c05997cf7279104e03 0.06 MB 170 24
342,925 342,925 0000000000000000093531bb5962a9f87cb0b1d4c3259e520610b55e32e31e50 0.32 MB 618 24
342,924 342,924 00000000000000000c6b4c5996960c1cef148dc567c23740a86496f019266e1b 0.69 MB 1,332 26
342,923 342,923 000000000000000003adee937b6c900074e6b0de02bdd241ba92b9c131befb3c 0.19 MB 379 31
342,922 342,922 00000000000000000596543bcb9fe68f1108c21f11a5f770df72ae906591b5e8 0.75 MB 1,392 25
342,921 342,921 0000000000000000063d0b900f3c7f2f73deecb7a2b11cb19c2d844706019cb1 0.06 MB 158 27
342,920 342,920 0000000000000000134cc53860f7e413aa67e3e31df963c7893c6d938cc0c327 0.17 MB 329 30
342,919 342,919 000000000000000017599f3802753e7653a769205fabc12fbad2db908c2be575 0.40 MB 633 24
342,918 342,918 0000000000000000106dc2a3b4e4413833817162ddfd8d7594d2e7e0519c0e66 0.60 MB 1,006 21
342,917 342,917 0000000000000000033d2782716970af6500c7f45304898639c6373533dbcaaf 0.14 MB 512 45
342,916 342,916 00000000000000000af5e7bb8fd6363104f69cb83f8262777bf66a30fd1b8569 0.04 MB 90 22
342,915 342,915 000000000000000004d64631c4b23e522c5fd6b0fb864d4816065b185bb1feda 0.42 MB 735 24
342,914 342,914 000000000000000012ce6030a29e3ecadc4768e502303a869f2ae4193ce6a51b 0.31 MB 560 20
342,913 342,913 0000000000000000184b0254f856750376b3b0e3b70f7caf0c96986b1494ceed 0.75 MB 1,463 26
342,912 342,912 0000000000000000167ca860546ab9bcc1210bbcd1ee135c730020ded5359e28 0.16 MB 266 23
342,911 342,911 000000000000000010e34cd5249481bc6cd5e135d6814c1d8aef52d2d1ba8551 0.26 MB 531 27
342,910 342,910 00000000000000000f7beec64dd452967163f5971c7e1f9897bdcd1c63d8138f 0.28 MB 515 34
342,909 342,909 00000000000000000f08fb7757290780ec21be64991fcd56219794360fe6b946 0.55 MB 1,041 27
342,908 342,908 00000000000000001637a652db0dcab3017fa799a61048ac976bc8e9e6504ce6 0.93 MB 1,775 25
342,907 342,907 00000000000000000564bb98306f1b9a4ff992560fba5c67eed068ceb9ebc433 0.13 MB 353 31
Previous 10 blocks ↓
Total Size: 769.10 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,629.01 GB sent, 93.40 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.