Memory Pool Memory Pool Refreshing

6,560 transactions
2.14 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,695 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,166 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,694 (773,737 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
133,957 133,957 00000000000005b6c18c7c516bfb7030a5a9e52eaac8021926148f943baa7115 0.00 MB 1 0
133,956 133,956 00000000000000a9281c0b12b9aae270ee4e3e39f6e74cab61615538fefd279a 0.00 MB 11 312
133,955 133,955 00000000000000d3c2cdf2a8ff7c04710561df0a0f0d9176e2aea3d2f61f3868 0.02 MB 43 124
133,954 133,954 00000000000002f0379a2582d96faa48ac8215fa7e0abc443c107940d230c879 0.02 MB 56 751
133,953 133,953 000000000000019e9b53e55a7e223e3f8da073d861d52a178d25df20bb42ec0d 0.02 MB 50 386
133,952 133,952 0000000000000a1a7f181953591f8bc3d9ddfe5775fd034dc527425a96b34f5a 0.05 MB 122 230
133,951 133,951 00000000000004048b93f25eeb2f8f65cbd7e504ddebedf623256573d0fdf43e 0.03 MB 85 376
133,950 133,950 0000000000000746d13846249a2c5328b1bdad1128b229db851c8fbe8504d723 0.04 MB 77 304
133,949 133,949 0000000000000ae1bed4f4716bac4ea76d6908260616ba31a841af06262fdb48 0.01 MB 17 623
133,948 133,948 0000000000000b21578a7fd8f3c53617df780d478a67590b2dd967604481ea67 0.01 MB 8 455
133,947 133,947 000000000000054aadfb9ae65c52f6d199ef52645df1d555451218509c8f4456 0.02 MB 35 387
133,946 133,946 0000000000000bc9809aa23e33b0643103461afcc7924dcf1a07048d71fb82b5 0.01 MB 36 679
133,945 133,945 000000000000051504a30e61525d0432a71bbde400dc2ae05c5c043efe41a9bc 0.03 MB 83 301
133,944 133,944 00000000000001f598c0a14da483610eb0652d0caa8af56af9262acff743c296 0.01 MB 19 938
133,943 133,943 00000000000000bf817ba4bd07efa59c9ac0171cd59d2c6750aed1906bb0a64d 0.01 MB 27 239
133,942 133,942 00000000000005d340011729993f6fa59561cdb6c90ae0d0ad64d1b59739ae42 0.03 MB 67 1,251
133,941 133,941 0000000000000bb9d18c5e2e644e3b0dd6a7e1bb879e2a6dea8864e17c80aab6 0.00 MB 7 1,446
133,940 133,940 000000000000090c17ac90542c2ffde4a92f3d5fc1ed31ade51871f5f411d196 0.03 MB 84 487
133,939 133,939 000000000000006ccd8b8af7e3492ba75d6ba458891624931b8f2de6785abcde 0.03 MB 63 574
133,938 133,938 0000000000000416bb0f92285c660ae9cf948c02a1e25513d0bd7ad5efdd420e 0.08 MB 241 210
133,937 133,937 00000000000002f275cdd0d3de07c6f7ef22a29de012cce79b3788381d15f1a4 0.01 MB 33 2,091
Previous 10 blocks ↓
Total Size: 768.97 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,615.70 GB sent, 92.68 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.