Memory Pool Memory Pool Refreshing

9,691 transactions
2.99 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
1 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,391 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (789,799 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
117,916 117,916 000000000000c65633df8ef9c9791d94462678ee82845665ff576f8cc0b079fe 0.01 MB 19 429
117,915 117,915 00000000000070a0abe7ff2748a418f2c6592b13a6803a4bcadaa5f260a613eb 0.00 MB 13 543
117,914 117,914 0000000000003efc76b98b6fb946883d24c9fa4f870d1b7396acb11c449abb41 0.01 MB 13 265
117,913 117,913 00000000000024fe4f45307e6c9f4ca9a11090452a6aedbe3ae0d19a32a48bca 0.01 MB 17 379
117,912 117,912 000000000000bacd8bd5744630f7065aec78bb8f3729a6bc95c82374878934ff 0.00 MB 11 0
117,911 117,911 0000000000004cb8cbf933dc36962f61783f16881d115ae04ff64febec73c7e0 0.00 MB 9 0
117,910 117,910 0000000000004224a495b448ad552bd3f69ae85f4c87a4ff3576fd67b372033a 0.00 MB 11 0
117,909 117,909 00000000000055918968f0de5d72fffe52aa8f5361760f04a199c291a25b5b0f 0.00 MB 1 0
117,908 117,908 000000000000c7c99720983d768a570310f1726ff252313b525f2f7cded94467 0.00 MB 7 215
117,907 117,907 0000000000009a7e60d834e246776ef11cbb4023d1ec750b8a7c281a74e372ff 0.00 MB 12 1,051
117,906 117,906 00000000000043efc5f292f00ec4730c052bc8bf11bb25eb18551d755e7d7e0b 0.00 MB 1 0
117,905 117,905 000000000000204ce76cc8f9eeec0728b59fd7642f50dca292927993d7256443 0.00 MB 10 0
117,904 117,904 00000000000064febfc99df514342cea6bec5050515449ea849d47ab34fbb3b6 0.00 MB 9 699
117,903 117,903 00000000000041d45454d09569f57bf6040f8924ad93f897789a8e79f22058ef 0.00 MB 6 0
117,902 117,902 00000000000091a63c69b440ae7461b109dbbce4559af7e49c11bc2ae4198277 0.00 MB 5 0
117,901 117,901 000000000000490468ec8a8d14dbeb8c07c3061fc7ffcf949ac1c02d18d4d507 0.01 MB 14 1,736
117,900 117,900 00000000000011de44f5c1f660e0347aa0fe3a57f4500f8da487e45c5b52a35e 0.01 MB 20 1,948
117,899 117,899 000000000000b1c24ee74be617e65bdd3de9ed8ce0d30484d78a5e34f26c1ff5 0.00 MB 17 1,432
117,898 117,898 00000000000090ed6794c231b3f788b42849f2fbd506df6ea1ebd8ed53b642e8 0.00 MB 8 629
117,897 117,897 00000000000085a0e4cb258ea1f6a92fc17b7944d54d5be152ffccbd2f9932f2 0.00 MB 9 810
117,896 117,896 00000000000043a3c30d1323ae6e7a52bcb253280087985d72458cee3ce179ce 0.00 MB 12 1,099
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

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