Memory Pool Memory Pool Refreshing

1,431 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
907,788 00000000000000000002349e0000000000000000000000000000000000000000 0.42 vMB 1,411 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (741,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
166,372 166,372 0000000000000a18f207e8ae96520b91e43432d56fefc6323b9d44d6b2304aaf 0.03 MB 75 14
166,371 166,371 0000000000000843ae136c1f50c57adf26655d14d6e3c87fada743659e4814fa 0.01 MB 18 230
166,370 166,370 00000000000007f55df9b649fe33d5eb074cbf64c59b72e8ba301355c2bc0614 0.05 MB 84 49
166,369 166,369 00000000000007e34c584aa4cac59dc5fbec18970e866fba6125e66c5b745dbd 0.00 MB 6 54
166,368 166,368 0000000000000430c9456eb5e13f29dc7d5bc8b931932d5aed66bf84cfbbb183 0.00 MB 6 36
166,367 166,367 00000000000000990db2979b77f947047a6555e13c2927a990124371ef9da645 0.01 MB 16 23
166,366 166,366 00000000000008756c973f85547829eeb9b17dc4aae16a409c745a983bf8ea48 0.01 MB 38 98
166,365 166,365 000000000000064f02c8d98f0b07ccbadd19b7030e98cd97ff566e627d0ecadd 0.01 MB 18 53
166,364 166,364 0000000000000aca6b46ac4c2a22fa0d8c33c65b3e2f035c23b0e766ca96b3dd 0.05 MB 70 146
166,363 166,363 000000000000053e7df5c05f0da409c6c26b6e5685a7598f4b199a1d7a2243ce 0.01 MB 23 122
166,362 166,362 0000000000000bfe3b26525e3e381033cf0e3c856ec44485640f6a5ac8100f76 0.02 MB 83 11
166,361 166,361 00000000000008b127b9b8525b8bcd2e1ed11944191be4a5bff5a2adb62e98d4 0.05 MB 128 102
166,360 166,360 00000000000005ae6864a0356688be4f6632d7fc49de4d13f0cd666322fd03e8 0.04 MB 66 97
166,359 166,359 000000000000051db8aeee73273b3ee857ea386fde2fd1aa4f2a9df1f5883a1b 0.00 MB 8 41
166,358 166,358 000000000000085a9d3df7a038556c3223af970fad85d1788a0880df1b25e823 0.02 MB 41 42
166,357 166,357 0000000000000943404156a9980c3c6e49b0f3c712a4c4673a6e8890edf9c13c 0.06 MB 91 75
166,356 166,356 00000000000006d2b95ddef45d31893efd54a6758032d4d021367a6400252010 0.05 MB 107 111
166,355 166,355 000000000000064829f8b12150f2288c22d1f5d16579844a2bb731dacc517594 0.00 MB 1 0
166,354 166,354 0000000000000a6505ec92fb6b79bef6858dc835bd91383968e4a8ef8de2dc65 0.00 MB 18 77
166,353 166,353 000000000000067592b1ab2c02b5f99a5577adac294dd7ffea0637e0640bbdcf 0.00 MB 1 0
166,352 166,352 00000000000006f2e0e8ba00f18c8cd4e1811d558b3b5801a33712136522755c 0.02 MB 30 117
Previous 10 blocks ↓
Total Size: 769.14 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,631.95 GB sent, 93.59 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.