Memory Pool Memory Pool Refreshing

5,828 transactions
1.85 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,875 (764,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,392 143,392 00000000000003c7807cdc52ae9cc6b6fa7142c986b35cc28c823d4e641c4758 0.04 MB 106 471
143,391 143,391 0000000000000584fd394fa8ee8cdde8968729ae799f3c2cacfc28a42dd1ff14 0.02 MB 84 31
143,390 143,390 00000000000006491c75931f4e8f5dbf6e53f4cc2e6008c789a768fbe1a4ca0a 0.00 MB 12 850
143,389 143,389 00000000000005910dd2afd787a2bc6ac54f28b13dd340f1007ddd3dbe2ee8e6 0.05 MB 156 2
143,388 143,388 00000000000001f6777def2d0ddfb25e9e1981592ea6316f03d016223006d1e2 0.08 MB 196 210
143,387 143,387 000000000000063a0c55fb3db8364a997f6765e0952ab56e142102d0b5c5bbae 0.05 MB 135 183
143,386 143,386 0000000000000240823272f51a8fec3e865d58d261a50ca0495b0a9564f52ed1 0.00 MB 8 658
143,385 143,385 00000000000006bb4fa92390eaa2006333d24dca9ea103c8b5c408caa55932f2 0.00 MB 2 50
143,384 143,384 0000000000000902c3c7cfdef3c5ee86dc9a7bc43c31abb84037c03c01ab05b3 0.02 MB 27 255
143,383 143,383 000000000000004ca932b320099b28eedaf2b3004edffc7e2184f4fcc0cb6c23 0.03 MB 63 329
143,382 143,382 00000000000005860c1bb713d68bba46e3684a6dfa29e8cc033188c0f24ca20f 0.02 MB 56 34
143,381 143,381 00000000000003598b63aed30f0ecbd97e2dfa4e62adf4d0e6cb0711d775c990 0.04 MB 68 192
143,380 143,380 0000000000000182ce2148871136d5ae55b5450ccbe3777be2fd26801b905c26 0.01 MB 27 275
143,379 143,379 00000000000001dd64fdc992ea99b27af06cd45952fa777a848b8990461374cb 0.01 MB 29 322
143,378 143,378 000000000000013f6d152de4e17f8b8a834755854357eab13ab6d544f90022cb 0.01 MB 17 246
143,377 143,377 0000000000000101d2ca0ca789fa9aee5aa55a06e769ca5ed958dcf81ea951fb 0.03 MB 65 109
143,376 143,376 00000000000001cc09fde468c1cd88249f2c260ce82c8113ba970200a763db52 0.04 MB 117 224
143,375 143,375 000000000000072f22fd25162e0eb4ccc5bd9397743a866b50d3bda527e4de08 0.01 MB 17 5
143,374 143,374 00000000000003de599e50e345cd58f7eb274d310c2717fc1b10a165282791af 0.00 MB 13 16
143,373 143,373 000000000000023cdb00e82104f5947ccf9a6d207eb39d4763e9cdef9ec339f4 0.05 MB 65 190
143,372 143,372 000000000000065d6734fec17ae7294c1ddcdc08b983db5f7d0af4d35e5db91d 0.01 MB 35 55
Previous 10 blocks ↓
Total Size: 769.31 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,642.79 GB sent, 94.50 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.