Memory Pool Memory Pool Refreshing

755 transactions
0.47 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,873 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 745 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (42,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
865,560 865,560 000000000000000000010c971fc5423bd258afba8a1d97590736da28c240a856 1.60 MB 3,388 20
865,559 865,559 00000000000000000001d3f96946863e3259e72a7a1e75dc42fc73523fed34fb 1.65 MB 2,806 18
865,558 865,558 000000000000000000018930a57da06e43d37e8012e3addb7ee786aa4d35e6d1 1.46 MB 1,656 7
865,557 865,557 00000000000000000002f50aeb62adf9b735baf38c3eb2ff5f2972f9cd577a89 1.62 MB 3,358 8
865,556 865,556 00000000000000000002b59a404cbd9c3dfa24129abf6ae7610551021671e96b 1.58 MB 4,682 15
865,555 865,555 0000000000000000000091c582db48c49306d24a04baea207dab8a857a245762 1.54 MB 5,035 11
865,554 865,554 000000000000000000001f8a8596db54763a5630e24b33c13fb512660fb8cae3 1.50 MB 3,249 15
865,553 865,553 00000000000000000001653433bf8123f7152cdd3b2ccf7005311e777af1d5a1 1.70 MB 3,689 9
865,552 865,552 0000000000000000000163231f3231f7d8dfceb668c857645aa5c028fa82e05a 1.53 MB 3,232 8
865,551 865,551 000000000000000000015a4c231ac414c3139395102a16a6ea28abd461375a11 1.57 MB 3,907 14
865,550 865,550 00000000000000000000ce1c685bc9b8a5a14e315f71d44d8b703547d5a3b8de 1.57 MB 4,146 11
865,549 865,549 00000000000000000002e0f60f68fa6356a0038827f585344a85abf6ba6bd2fe 1.66 MB 3,925 17
865,548 865,548 000000000000000000021bee34b05d75b931c9a70e4c66883288fdb5e00379b8 1.54 MB 4,898 10
865,547 865,547 00000000000000000000b1669f1072c55ee49b3a75013eb550479310fa7d3eff 1.65 MB 3,463 20
865,546 865,546 00000000000000000002b5ada55cd5ae6f8530848e74dda3bdd48fbfcec37bcf 1.80 MB 2,199 10
865,545 865,545 0000000000000000000131109778b192062bbfa067d397815589e031f33992a7 1.70 MB 2,922 11
865,544 865,544 000000000000000000015f6f991008b81c18509997538f6fbbdf14be609a7117 1.52 MB 3,889 10
865,543 865,543 00000000000000000002c4f4b95448321caf2dd148511ff8f795398864569032 1.53 MB 4,311 13
865,542 865,542 000000000000000000020e7ca158f1f73a71152481bd74f426cdff416cf534a3 1.52 MB 3,089 27
865,541 865,541 00000000000000000000c390ff13929a4b11a8263985968ba7ec096b4e2a4512 1.53 MB 4,571 16
865,540 865,540 0000000000000000000146d5c5d28d02f03e9b0195bc931e88f17e58149e3537 1.70 MB 3,545 12
Previous 10 blocks ↓
Total Size: 769.30 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,642.69 GB sent, 94.44 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.