Memory Pool Memory Pool Refreshing

2,675 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,096 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,575 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,095 (860,244 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,851 47,851 000000001b6de4f52497f3ab1330e76c682123c6bdb8689b044eb05a39c5f0fc 0.00 MB 1 0
47,850 47,850 0000000016c1a0ca33c7e9cc960885b957fc2e62e340685526f7c2e99e359c34 0.00 MB 1 0
47,849 47,849 000000000e1421e2cf9ccf05ed36cdf7a5640235922150311363fd21b97d30d0 0.00 MB 2 0
47,848 47,848 0000000027fa435e3c840e15f9e562bed75a456113eaff5a38510c2f81bff518 0.00 MB 1 0
47,847 47,847 00000000307a0c38a7a8b8586c6326af1359dd1d049dd2ca276e31a68f0a9b35 0.00 MB 1 0
47,846 47,846 00000000270eb5c7127897f3af18c920f9b32bf32516a4efb2a0750d3337f745 0.00 MB 1 0
47,845 47,845 0000000017cfcb4811942903b6e2102a4d145364b9964d047538d3a51c4c3866 0.00 MB 1 0
47,844 47,844 0000000020be3c45adc983267d7bcbb31f64aa0667f86256d0a8920ad9107d3d 0.00 MB 1 0
47,843 47,843 0000000001101c3b87fac8d97f508ae874dd955687aa9dd819b9135ac7ce3319 0.00 MB 1 0
47,842 47,842 0000000011b1c66b1dbb6ed6eacd557103a8f350b8a6a6c405a98b7e223717d4 0.00 MB 1 0
47,841 47,841 000000001f16f227a08cbe4b45edda388733c30afc37a8d094edd10f4a250852 0.00 MB 1 0
47,840 47,840 000000001622d797debddac881d7b0991cd893a6ea69692848fa8ea2b4ab4cce 0.00 MB 1 0
47,839 47,839 000000000435e8648fe451bd922535607e94bca2d466d59eee0759d5cbba8af6 0.00 MB 1 0
47,838 47,838 0000000003a9c53b183156448a0b9c849503f9b525dd15f649d4d214c9fabc97 0.00 MB 1 0
47,837 47,837 00000000016dcda870ca87c9cd04ed379e84344ba9e875654b1fd7fe0fdd9895 0.00 MB 1 0
47,836 47,836 0000000000186ac35c2a0b6ead9299e19c800ec5a88c32be350fcf6f9e8abd83 0.00 MB 1 0
47,835 47,835 0000000024b904747bf7091eafafbd1dea11d4c55cb4272346184104b5f32ced 0.00 MB 1 0
47,834 47,834 000000002e6dce7a41f162480190ce11b7fc579e4cc91f4027bc3d25563e9e4f 0.00 MB 1 0
47,833 47,833 000000002db30156aa534eb4fd977f1f0d5005246c7de76bf469e841286aba51 0.00 MB 1 0
47,832 47,832 000000001b155665b64b893e97a026b88b5c909a246834d580def5de271ba5b2 0.00 MB 1 0
47,831 47,831 00000000330142bcf10650606bd9497eb78b84377235925615d9391726389c56 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.72 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,677.77 GB sent, 96.51 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.