Memory Pool Memory Pool Refreshing

3,743 transactions
1.08 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,822 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,529 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,821 (6,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,202 901,202 0000000000000000000137647c042b08213ea4391475a0dfd4f9e58128a29fbe 1.46 MB 3,286 4
901,201 901,201 000000000000000000010715413db4f54b75502c5d4fe70271a34220b7c8503c 1.59 MB 4,017 5
901,200 901,200 0000000000000000000225ff237e8ca694c91dbc4c960d40d23774675a0855e6 1.35 MB 2,656 2
901,199 901,199 00000000000000000002185d44453d1e15a86341199b04e94736bd54b79c6458 1.57 MB 1,800 1
901,198 901,198 00000000000000000001a189ec35bbe67296e94cd630ea6d25f5537ae1387fcc 1.70 MB 3,317 3
901,197 901,197 000000000000000000015997a95ab040732e12659041a490a00b51ba8a693f77 1.61 MB 2,583 2
901,196 901,196 000000000000000000008b0585c7589dc43bbf4d97bf310cc6678ebba760281f 1.51 MB 3,083 3
901,195 901,195 00000000000000000000a6c5662e0acee97c24a4dee55df9f5b318b26b29567c 0.02 MB 78 2
901,194 901,194 00000000000000000000968c5708f3ec86d51519e55cbf12df45dda82851def6 0.91 MB 1,638 3
901,193 901,193 00000000000000000001709ce33b2a75531aa15895a4f483b35e3eadcc395354 0.78 MB 1,725 2
901,192 901,192 00000000000000000000dc92e423f9efadd71f7f7aee88fccf791c9b84e35955 1.56 MB 2,676 3
901,191 901,191 00000000000000000001493a003ee0d572a1b14ed23a3a1986dd9e1ebb60768e 0.53 MB 725 2
901,190 901,190 000000000000000000010b9ad91863b9dbe61836d83c106076374fb55843b979 0.06 MB 164 3
901,189 901,189 000000000000000000016516c06ca2e3045a21733dced11f7db278d2d2a0d6ad 0.59 MB 915 2
901,188 901,188 0000000000000000000217e103562ae1240edda1e368f5d7df04dadc3c3bbd4f 0.64 MB 851 2
901,187 901,187 0000000000000000000166cc6d856cfc1ec0f2203d489fcac2c6cc1679a18d37 1.56 MB 2,935 3
901,186 901,186 00000000000000000001ec2507c5e572c1c07c08c3c8ff3267129c00fd9efb45 0.42 MB 829 2
901,185 901,185 0000000000000000000118199ff33ec182c206d09728a338ecf6aaf5948df0ee 0.08 MB 97 2
901,184 901,184 000000000000000000009a3720054d6d0b309f0f985eb63dd0e27495516c59fd 0.63 MB 996 2
901,183 901,183 00000000000000000001c6d2c3c1bd9b9520c10cddc9385cc63c463989a91c5d 0.13 MB 292 2
901,182 901,182 0000000000000000000199b84c44ad63d514e1610c71fdb8c42cdc1ff07cd679 0.15 MB 336 3
Previous 10 blocks ↓
Total Size: 769.20 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,634.13 GB sent, 93.96 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.