Memory Pool Memory Pool Refreshing

6,108 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,233 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (747,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,527 160,527 000000000000094048607f5b11e8e30bf1c82135bc45bb907d257029cf9d9ba0 0.04 MB 119 97
160,526 160,526 0000000000000a1c4361160239fd7df6dad5ddda9a0de0c292849481b6199795 0.00 MB 16 41
160,525 160,525 0000000000000a7080ac513e427f52c2cdfd6b505a931f14b4b3bd37e1c403dd 0.04 MB 73 94
160,524 160,524 0000000000000476935e7bf4700560b7b5461f64c15c707ffb79c279fc75feb4 0.02 MB 45 108
160,523 160,523 0000000000000a42c5562d3a68170327a3bb600942d60a7be34c8710a468f8fd 0.04 MB 58 299
160,522 160,522 0000000000000c4812c47895c26cd6fe90a6d696d5d3e3286367f74eca8016cb 0.00 MB 1 0
160,521 160,521 0000000000000d6ef84fffc53da75b84935b464263e8a6d49942f8c2575db675 0.02 MB 11 110
160,520 160,520 0000000000000078c510aef4764991b3c38c6ad2a0de723a53c67a28348819ef 0.03 MB 85 48
160,519 160,519 0000000000000d5428cec42d755bd57e5f70985e73bd723dca3c8f17e7f27870 0.03 MB 8 58
160,518 160,518 00000000000004fcdab43ff267f31df0f3b0e64f72db37a88e4a7f2bc2f321d4 0.00 MB 18 389
160,517 160,517 000000000000087f1327d5ce026695b2d7ca5f29483da8528ac55f34259ed20a 0.03 MB 58 108
160,516 160,516 00000000000005b114fbbc5a70bb9b1df7cc3a12b4b6a897f0c24d9109867553 0.00 MB 11 307
160,515 160,515 000000000000097a9ea4fbfd1199818fd588baf796879743947dac62e75620bc 0.00 MB 15 107
160,514 160,514 000000000000085ff02068faf0cc52163793d5aba9645d0c14dd0ed61db1f2e0 0.01 MB 18 34
160,513 160,513 0000000000000b2812dd6a085db315a4f4bcba63a1fe7c08b02989214522c592 0.04 MB 102 48
160,512 160,512 0000000000000d13fc0a5aa565cf8b7aa9a341be5fd89fafb3248ad072773768 0.00 MB 2 193
160,511 160,511 00000000000002f90ec3652a4567001dd8623050f4e1bb5a8ad6f45d6cce42c2 0.01 MB 6 855
160,510 160,510 00000000000008311c59f1346a3740eddf53616f24fbc0418eca91aadf402470 0.00 MB 6 56
160,509 160,509 00000000000005cf43159f7ca5984baef2e94650c3f0f3c605db09eb40bb170c 0.01 MB 19 72
160,508 160,508 00000000000005514f561492496033fd81e0de5d1340251180288b81188ed06c 0.01 MB 18 8
160,507 160,507 00000000000004d261ea66dda10ff7423b6dac907407d76f30ecb5e4566ec436 0.00 MB 4 53
Previous 10 blocks ↓
Total Size: 769.24 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,634.97 GB sent, 94.11 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.