Memory Pool Memory Pool Refreshing

2,266 transactions
0.86 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.85 vMB 2,234 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (630,961 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
276,796 276,796 000000000000000188d435947c01ea5788c2ec3970c94d63ebe6677d119f764d 0.25 MB 591 38
276,795 276,795 0000000000000000e47684afb7c7943caf3dba4364944d0009405a71545360ff 0.25 MB 602 67
276,794 276,794 00000000000000009d58680bd4feeeb2f21c6fe24d55b089b2d259850c52be46 0.25 MB 600 50
276,793 276,793 0000000000000000e22bdbeea57dbe5cb7515693f00e36724fcb825ab8b373d2 0.07 MB 127 32
276,792 276,792 0000000000000002603057d497c6fe97cc85aa55661f5915395440070fc58d35 0.34 MB 618 37
276,791 276,791 0000000000000002beaf3b64810952291324b307d5dc926ac10faced00a11a3b 0.05 MB 95 40
276,790 276,790 0000000000000002f1b01e6d5367ad963ce8ae33d147f3116afa25509ea7a5a3 0.24 MB 480 38
276,789 276,789 0000000000000001a5dcde369a415dedd6b56cdc869518921ec4d3ff6641857a 0.02 MB 50 33
276,788 276,788 000000000000000265a6c46e4f8bc93789d629aa5a4c471b8d7e304250b79864 0.17 MB 331 44
276,787 276,787 0000000000000003711310cdeac8f1cb2dc242f80229ca51de0c6a38a5e00d1b 0.08 MB 177 39
276,786 276,786 0000000000000002f5a94c7486cf1134d60a18839b1263512571e9071266e7fa 0.18 MB 423 55
276,785 276,785 0000000000000001971c4f2f0d61b541045779c965425e68323d812e415a3ffb 0.19 MB 442 49
276,784 276,784 00000000000000030e62a30443e3236e8c5b2282893ee67726bccd86ce2aee11 0.04 MB 91 47
276,783 276,783 00000000000000014b0c2b1ac04da2defc3805de258235adf60bbfb4ca7bea37 0.02 MB 40 37
276,782 276,782 0000000000000001a75ea686b9baec59ac5f0eec05c72571a20de30c5b86d0bb 0.04 MB 68 19
276,781 276,781 000000000000000113c03c70a9853eead3bc6d2ccc9c4d08fd0ae1fedac890b3 0.04 MB 100 58
276,780 276,780 00000000000000009fd324a7af7c0ff25a280feaaa8c6f9a41d652807f76c785 0.34 MB 715 44
276,779 276,779 00000000000000019d18b97cc6508e9ff44ccc464f80b9b5bb779841142694ff 0.12 MB 260 40
276,778 276,778 000000000000000107c553808973e66ebf088e3dc046fbea69479c919e6870a0 0.04 MB 98 44
276,777 276,777 000000000000000150b5df70e5bf3e98fe249b9cc96366ba6c1ebc1acc7ad001 0.17 MB 348 45
276,776 276,776 00000000000000009d20150da67dfcfcc9f951cece95aa9d5a7a997b6e463a56 0.05 MB 108 35
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.35 GB sent, 93.35 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.