Memory Pool Memory Pool Refreshing

2,967 transactions
0.78 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,710 00000000000000000002349e0000000000000000000000000000000000000000 0.78 vMB 2,964 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,709 (226,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
680,823 680,823 00000000000000000002d4cd34a28d9c0ac11a1ed05193d53a9ee99eeee31074 1.34 MB 2,777 148
680,822 680,822 000000000000000000084b5f6459f40ca3665cd185ae640be3a13134b29721cb 1.31 MB 1,945 130
680,821 680,821 0000000000000000000bd6b2bdd80853d66fec4242e4892a27a0001c00f5fb16 1.35 MB 1,976 165
680,820 680,820 00000000000000000006a708d679ac7d2939c166a447bec17ed2c397d633c4c0 1.27 MB 2,127 191
680,819 680,819 00000000000000000002e9e161e2b4f3cfc1ddcaf6496902a17be1d73384201e 1.46 MB 2,536 174
680,818 680,818 00000000000000000007a0b692ba21024489203de89102660a87ffd838e8c598 1.20 MB 1,949 184
680,817 680,817 00000000000000000009e7f33f8824d4a754caaf589d59c52d2d2c98a86224c7 1.32 MB 3,143 210
680,816 680,816 0000000000000000000133b07fdf287ddca3cca80162b4a06a05d6904190cd37 1.22 MB 2,123 50
680,815 680,815 000000000000000000040bc448bf3317bfd6c332018cf8e95660a2cd44658277 1.34 MB 2,343 146
680,814 680,814 00000000000000000001d36c6fe8bf7cba83235bb5b35f0fe539f06a443501a9 1.11 MB 2,357 31
680,813 680,813 0000000000000000000132545168d2c56fd9fdd3ab04cf281508c6de4aaea405 1.24 MB 2,538 76
680,812 680,812 000000000000000000000785b444459177fea2b061ee7f53dbac2ef7e344a8cb 1.30 MB 2,134 106
680,811 680,811 000000000000000000023dbe249caee6f146dada6dec8ca9862d220d5ee7c88e 1.22 MB 1,291 155
680,810 680,810 0000000000000000000751e33ac04e2f2eb25c2b065de8cd5f48bd2b63f2223b 1.21 MB 1,860 186
680,809 680,809 0000000000000000000af58ef919b39d328c22e761c422fe1defd1722b4c5d52 1.25 MB 2,237 53
680,808 680,808 00000000000000000008e3a4c46f53ebd469c11f3b1122202be232b9ff82193e 1.40 MB 3,452 195
680,807 680,807 0000000000000000000a395efd32817c7eeadf735b61448f48f9801c2a044a86 1.26 MB 2,241 72
680,806 680,806 0000000000000000000409d05b75c1a435800343a2296bf0f681fe4a3acee057 1.41 MB 2,206 164
680,805 680,805 00000000000000000000b378ec78b2087f1f43bd4a7011e2d1c7a4c5f147b01f 1.26 MB 2,069 56
680,804 680,804 000000000000000000094d80a3daff9c19fd3327af996497a500094ff9f0a260 1.42 MB 3,102 187
680,803 680,803 0000000000000000000744231f38b9a2b4d9e40eee09506160eddba8e11013de 1.30 MB 2,735 178
Previous 10 blocks ↓
Total Size: 769.00 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,616.73 GB sent, 92.81 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.