Memory Pool Memory Pool Refreshing

2,380 transactions
0.72 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.71 vMB 2,376 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (171,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
736,431 736,431 000000000000000000087bb8e7f070753ae16e0b5cfc0075dc26d89c2e299711 1.54 MB 2,035 22
736,430 736,430 0000000000000000000229a73852afeedf4caa512c07eff6501788dde4b949d4 1.55 MB 1,373 14
736,429 736,429 0000000000000000000113e72ec20f98da0f29ae610dc5113ea46786f0975601 1.15 MB 1,032 16
736,428 736,428 000000000000000000088ea41b7a9b18b563de1b2c4f425ae343be5e888679d4 1.53 MB 2,353 19
736,427 736,427 00000000000000000007be89e50a665d56bd1dfcfab097d391f2997621967d7a 1.47 MB 1,749 23
736,426 736,426 0000000000000000000612ee6a4ce0c24c45f8e84aec278141a8dd8404a15fd0 1.39 MB 2,624 26
736,425 736,425 0000000000000000000582d17017135d4acf7a755f801399b1cd3a18e8eb4184 1.55 MB 1,573 6
736,424 736,424 00000000000000000003648c9b7a41c37346d98eba1ff8fcb5a97ed41db6f59b 1.56 MB 2,278 7
736,423 736,423 00000000000000000006cb0276176b9953d1a483a395eac2072e387ca6d55b9c 1.60 MB 2,097 13
736,422 736,422 00000000000000000008e4a3ad7ea9d08743884678c9df69c78f9a472aea0e78 1.51 MB 2,676 19
736,421 736,421 00000000000000000000900307febc654e47a1faf5c098b90136d9b121d4edd0 1.57 MB 2,023 23
736,420 736,420 00000000000000000006197dd33be99871d268a2847020d764a0bf58f146cdca 1.44 MB 2,825 28
736,419 736,419 00000000000000000006a262fdcc459f7460bfbbce7c82e87ae68e9fb2cfe622 1.61 MB 2,377 13
736,418 736,418 0000000000000000000793bcc953f60bb9cdadef5d5c9030415c7bb9575e3b12 1.61 MB 1,819 6
736,417 736,417 000000000000000000049251f02c839488f3a7476cf1ea6ab594d82acfb356fd 1.48 MB 2,391 7
736,416 736,416 0000000000000000000353dc20349df8a3b8074f97ff11e60c68d549d1dc0902 1.52 MB 1,480 12
736,415 736,415 000000000000000000054599c68393b340f9ebf0624cc97f76e1ebd047f8c43a 1.12 MB 854 8
736,414 736,414 000000000000000000002c9f6bae1c79c196d953ba1240defaa692a691771094 1.57 MB 2,269 12
736,413 736,413 00000000000000000003fc3b8b6449706c584747246539ce3ab42fa5690e8362 1.47 MB 3,425 19
736,412 736,412 000000000000000000073614a5af5c85b887b3e9981e850296856483cd64480f 1.32 MB 2,657 31
736,411 736,411 000000000000000000002482e0f3a19ce32846e9f5d11ce4cbf2a4edfbc922cb 1.43 MB 1,454 12
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.88 GB sent, 92.84 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.