Memory Pool Memory Pool Refreshing

3,604 transactions
1.80 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,212 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (731,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
176,393 176,393 0000000000000866f6b406ac616c3947a833ab66934e3a56898cdc7d810a4724 0.03 MB 62 77
176,392 176,392 0000000000000a3b52d39a974d9fca68f5ec582ea88fec029802ead243506fe7 0.02 MB 50 30
176,391 176,391 000000000000018df61eeefef11c9747cf52a318d9b074f3cc9fef5b07cd0f56 0.04 MB 109 182
176,390 176,390 00000000000001d59eae2b4866a86e4b723a25cf10c3a8df795ff44e3d785f1a 0.00 MB 8 0
176,389 176,389 00000000000006da8b8af61a6cc8525123321047c36e93d0864c7485d2af647a 0.01 MB 32 685
176,388 176,388 000000000000008b4f7ad3874781aaec8157b618879aa036c280c708b3c54f70 0.00 MB 13 49
176,387 176,387 0000000000000873ad8ad6070093e3f471c81a0821ba33d0dfe7b2792efc2ac7 0.01 MB 24 8
176,386 176,386 000000000000070462e9d4140d0034a4ab27ce9ec82c3a5ac0e3bb03a88a691e 0.06 MB 90 116
176,385 176,385 00000000000002c6f215da7a1c1c819a0b96c32c3b8895c37e3659b2df229336 0.00 MB 6 23
176,384 176,384 0000000000000238ff7c6a9537fbc274db4131cc2b197f652464cff6f4c73b5a 0.04 MB 153 32
176,383 176,383 00000000000007f381890a7af7a13337ac5b9cbf59ad68ec7be284fd936993a4 0.02 MB 41 51
176,382 176,382 0000000000000046606fa25ef0eaf14dcdaa046d8cb17168c635af6cc48cf101 0.00 MB 11 247
176,381 176,381 00000000000009a629096932bb8acfd8c3d0395e1f4717f469a30d1a73178064 0.03 MB 60 95
176,380 176,380 000000000000096600fd222994fabd91f200b06543db43a2f1b9b2da8b1fab7e 0.05 MB 90 69
176,379 176,379 00000000000006075586faf347edd3415dae14c05791a6b13979b0397f322c49 0.03 MB 55 113
176,378 176,378 000000000000089addc573c092ff3670f8cf2dfb94ce9c7836488fb8c4f1e362 0.04 MB 65 222
176,377 176,377 0000000000000372ab139da58c00f9c8bba2ca7c066080667e60d3691f175219 0.00 MB 13 0
176,376 176,376 00000000000002188e5cc46f3fb3ba61916d0327c546563c020bad891b2dbcd3 0.03 MB 46 51
176,375 176,375 000000000000022a46a58633a003f4a7ef337283eafc9621a5d503f428c1b288 0.02 MB 56 191
176,374 176,374 00000000000009025e90127658159af4dddf878b3ea21617b99d63551bfade4b 0.03 MB 62 46
176,373 176,373 00000000000008c6aa81bede68fcf6f39651ec0d5df5a0df54b4c8c2664872de 0.00 MB 17 71
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.46 GB sent, 93.12 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.