Memory Pool Memory Pool Refreshing

2,375 transactions
1.39 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,737 (779,840 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,897 127,897 000000000000222fc645a11c73c4c6498e17e705cfd15768c0ed5ced7043ed42 0.02 MB 53 2,662
127,896 127,896 000000000000110543528a5fde8d951a3304510bb0ffb2e19de04871ed553596 0.01 MB 34 0
127,895 127,895 0000000000000c1e42f5bf93eb7fe55ff4653c50a80995873b340cfdd9bfab2b 0.03 MB 79 1,720
127,894 127,894 00000000000021773e94f23b7182e62726bfcaa325deb591fffc13bc495c1879 0.01 MB 12 574
127,893 127,893 0000000000001852f82dfa92ad3687350171b5ab29a074b38c9f5c1b2dc868a9 0.01 MB 8 911
127,892 127,892 00000000000012dfde9294449fe23b42054eef6433677186d0fb5c4ebea25f19 0.02 MB 48 258
127,891 127,891 0000000000001c8a50793d647305c8d884acb18cf44e68d23a9126da7791dd33 0.00 MB 6 0
127,890 127,890 0000000000000a3bab1234a2cf37e0819e1ce58ec05d87d0532d7db583af313c 0.00 MB 13 220
127,889 127,889 00000000000008c10fd9ffd4e8e41c755e6132435aec87ea5706d9e9109538c2 0.00 MB 5 577
127,888 127,888 00000000000001994ebbd2f42205be0def343eb8d0e9b6d661255644ed8ba26a 0.02 MB 40 525
127,887 127,887 0000000000001846d656f598fe1d7e760659e98d996c59d5cd098b306b3efef1 0.01 MB 31 539
127,886 127,886 0000000000001ed89acd083513cca89be15a32e7c48fa82d2a1b4ea684c049a9 0.00 MB 8 14
127,885 127,885 000000000000072dbbd8d02ced5413484508bb6816035ec76f74d01462ef48ba 0.00 MB 9 723
127,884 127,884 00000000000018a0725f73de09e839fcc7686b776ef79324887eeb8982b7816c 0.00 MB 1 0
127,883 127,883 00000000000006c17f522b2d282bd559150f1f39ce9feaa6df580b604532fb4e 0.00 MB 9 760
127,882 127,882 000000000000236f285b12787f245baff27eb8129dba7a7016ce71e6ecf92d24 0.02 MB 88 272
127,881 127,881 0000000000001e7fe0cb859d8aaf017494c79e650353b8bee816be72241f8683 0.03 MB 56 1,251
127,880 127,880 0000000000000256ae959b7a825893e68f81af4e24ec51e2ae901a1149c09b48 0.01 MB 13 851
127,879 127,879 00000000000025035f1718f16dc79d58073af63f9cdf89d3e9163a1cf92f4a67 0.01 MB 28 34
127,878 127,878 00000000000015c4fa853e39cfe21409383f3b4e453060825bf456d063e734da 0.01 MB 14 702
127,877 127,877 000000000000194e8e813aaf2de408c00e7c59450ed57345c2397839c31cb206 0.01 MB 16 1,391
Previous 10 blocks ↓
Total Size: 769.05 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,627.55 GB sent, 93.13 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.