Memory Pool Memory Pool Refreshing

15,256 transactions
5.94 vMB
Show Random Selection Loading Transactions
Max Size: 38/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
881,945 000000000000000000029a8a0000000000000000000000000000000000000000 ago 1.00 vMB 4,282 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 881,944 (57,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
824,934 824,934 0000000000000000000090b2fe804461fd6e2171da8c14c567f96ffdcb905fc0 1.58 MB 3,238 89
824,933 824,933 000000000000000000023d68cb503389f8461b7bb132e54280b5096aef0f2092 1.07 MB 647 43
824,932 824,932 00000000000000000001a4e0a9d26a6a61df85d32885c70747cf00f365f38191 1.95 MB 3,738 61
824,931 824,931 00000000000000000002ba7ba36fb73ebc989eec6eed842a2e5da5a38e94fed4 1.57 MB 2,993 89
824,930 824,930 000000000000000000037824859b196238552b84c614cf71c5e477dc1c51fd7c 1.47 MB 2,356 46
824,929 824,929 0000000000000000000083ca5883326a0dd3af720600c7d2a7e01c5a1e122b54 1.58 MB 3,501 57
824,928 824,928 00000000000000000000ae055e7000d68c900b302b9cb0e251a4d1837077bc91 1.63 MB 3,035 69
824,927 824,927 000000000000000000015a4cb8a55ce7ebf30089e0ca197ed525590b59b567bb 1.58 MB 2,666 73
824,926 824,926 000000000000000000014536b06569483ba0020eb447ee4442e989b1ce7b9c9d 1.64 MB 2,837 74
824,925 824,925 00000000000000000000382b0202e7e33ca9c91476246602d46b4846079d78e1 1.75 MB 2,521 79
824,924 824,924 00000000000000000000c129cec2f3fb9fe03d28b6dc637e5973c518de1e097c 2.15 MB 411 77
824,923 824,923 0000000000000000000324708a9080ce6049d6abae4cfae716518340bce45078 1.70 MB 2,181 112
824,922 824,922 0000000000000000000329733880c5728cb8754bae25e0e439b75f57e616ce76 2.12 MB 451 81
824,921 824,921 00000000000000000001c179a607f1ea9bec0ddc91da473e3656d2372f0f3037 1.51 MB 2,645 135
824,920 824,920 00000000000000000001a86f870a33eda65fd82a06f517098b1c1e10b1cbd958 1.77 MB 1,559 111
824,919 824,919 000000000000000000004f92bba70ddc4b1a691ac0219c4eea6fe9acf6ef4a3d 1.52 MB 3,216 125
824,918 824,918 0000000000000000000379cdcc4255fa45617d4bac7c8dad5d0bb9d1107306da 1.57 MB 3,201 176
824,917 824,917 000000000000000000017d22018a4320149ba5edf6c316c3638da3e9cb0ae633 2.03 MB 1,490 102
824,916 824,916 00000000000000000000ec63f856f8ff9e5b36bb991c2b293649924b5866ac37 1.91 MB 2,362 110
824,915 824,915 000000000000000000039ecaf81259ec14302eba9cbd3d5d778e2ed6edfeb01e 1.39 MB 1,899 99
824,914 824,914 0000000000000000000293c0c0b5646dcd0be3b64b0172eb0722f05f345277ba 1.53 MB 3,052 159
Previous 10 blocks ↓
Total Size: 722.32 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: 2,044.82 GB sent, 74.51 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.