Memory Pool Memory Pool Refreshing

7,703 transactions
2.37 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,688 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (764,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,053 143,053 000000000000053b49360b233d438d411d95c07dc9f7461ca2863d8319e2e550 0.05 MB 122 183
143,052 143,052 00000000000003377dc3b16e2262fe1fa78af78150bdba0d47e4195228b04ad4 0.04 MB 106 190
143,051 143,051 00000000000009334e5fe60be80d356a8c443bdc59280bbf3330e1b109fb6ead 0.01 MB 33 172
143,050 143,050 0000000000000086eb938901f80da24249c53736c2b32e6eecba68ff7c7b1a89 0.04 MB 118 71
143,049 143,049 000000000000014f2e43f1288079f6e4682f366a70a27edf813f54e28e388b80 0.01 MB 5 1,140
143,048 143,048 000000000000016f27555578d031ab14c10b1276892165ad4a0f37291644ac51 0.01 MB 25 290
143,047 143,047 000000000000039849eac06289eda4f5ec6f16cb141f7465c38e550536771afd 0.01 MB 20 192
143,046 143,046 00000000000000fa78bc972eb447622c8b3dbd119e407d51f12469a91cf31d5b 0.02 MB 43 264
143,045 143,045 00000000000001e131b24b953a15d39deede1581ae3bf8c4b88dafd82ecb4731 0.01 MB 25 46
143,044 143,044 00000000000003f16c4756420bd717310f6c3020897e9290a1ed9f5f355ff732 0.02 MB 85 21
143,043 143,043 00000000000000bf0eacdb1eb3f70deec3a9708d10f82a9e9d9a90e4470da954 0.01 MB 44 272
143,042 143,042 0000000000000368ddc3f19885ee0de32c1ab73c030dc0fa64ca2e33018ff421 0.01 MB 16 25
143,041 143,041 000000000000055a0b4c61fead1035272a53c09df8082108a5a0d07dd96fbb8d 0.02 MB 62 52
143,040 143,040 00000000000003e5f7c6cb2b82d31157a8757027cb57e15dd8c02d3a58b18d87 0.00 MB 8 233
143,039 143,039 00000000000003e4aad097cac998fb199ff9e7b0bf344db0a080945fd6c12d07 0.01 MB 13 84
143,038 143,038 0000000000000655f2cc1d94702d53f4ed1989146dedf94ed138b9067e28aeb7 0.01 MB 22 25
143,037 143,037 00000000000002d3454b6d98c680747d2de339bb35e757d8c8a04448fab31cf8 0.01 MB 28 387
143,036 143,036 00000000000007b6450556daa884006aa89a24843304554be0f4a40cc1423091 0.02 MB 33 38
143,035 143,035 000000000000079163cdb4ed22e8ee44a7e1f32b368492dd9e3001d09fe83be0 0.00 MB 3 106
143,034 143,034 00000000000000e6cb8d59ff63e7a913bafec11cb7f7cad0b2964adc59bb2a1e 0.00 MB 12 113
143,033 143,033 00000000000006e34870ad014b2ffacd9eca1f0834cc31a9054bfdce9b10f4bf 0.02 MB 66 59
Previous 10 blocks ↓
Total Size: 769.29 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,635.62 GB sent, 94.36 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.