Memory Pool Memory Pool Refreshing

2,846 transactions
1.49 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,750 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (69,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
838,392 838,392 00000000000000000001042048f487c682d8947c90527bc0444c464993abca02 2.06 MB 3,098 22
838,391 838,391 0000000000000000000036ab57edafda9ab691e5e133f2cc19fa14e7fcb3f1dc 2.28 MB 2,892 21
838,390 838,390 00000000000000000001c8020ec0f4beddc08a6ed06a118dc5685280c24d14c2 1.85 MB 2,588 22
838,389 838,389 00000000000000000002d2731e08bff68cbbac6ecd54302938be8950712d6dca 2.78 MB 1,951 20
838,388 838,388 0000000000000000000227dc358574022294d5567be6b488f63ff22a874b26bd 2.18 MB 2,631 24
838,387 838,387 0000000000000000000170854ed58f00bb34b60524470d426861812dda1e7e06 2.05 MB 2,690 20
838,386 838,386 00000000000000000000b02e5d7193bc8337d25c6dde65b6d3af8bdeb34b79a3 1.65 MB 2,919 31
838,385 838,385 000000000000000000011ead72e9cafcdbb8282aea5330d9460f3f618ef70375 2.51 MB 2,385 19
838,384 838,384 00000000000000000002f728da8667c381d8c92024b4b13ab9f78e0ba092e045 2.46 MB 1,965 21
838,383 838,383 00000000000000000002a5f5a40670acbb58e19865e529f953c412344e64019a 2.47 MB 2,357 20
838,382 838,382 00000000000000000000677a9cdc79fbe5da038597bc6cc691cbd262a04bf319 2.01 MB 2,868 23
838,381 838,381 0000000000000000000039ea0d1b5fdfd05c4597334b7fea87a897344fa52b72 2.76 MB 1,888 23
838,380 838,380 000000000000000000029066943e2f448b01a1da7e3c281f86c0259c92b62725 2.11 MB 2,580 26
838,379 838,379 000000000000000000030e3cc41fcdc39633929083d5b95ae0abf8f89e620700 1.53 MB 2,722 29
838,378 838,378 000000000000000000034fd0a8136085d89d39af9525421a4622a2feab5b306d 1.56 MB 2,742 43
838,377 838,377 00000000000000000002a9e7adfc64964675910e595ba1a1a7db1ad9b99d2159 1.91 MB 2,671 30
838,376 838,376 00000000000000000001a37307cf9117dc13ef4449e61f2e3e82a5ce783ea62b 2.54 MB 2,258 22
838,375 838,375 0000000000000000000167e3f8b144bff762593bf8f7a6b3724e4f0d1a397fcf 2.44 MB 2,208 25
838,374 838,374 0000000000000000000132aa875bb2919f031d5ed6647eb4769c061c88dac66d 1.86 MB 2,894 29
838,373 838,373 00000000000000000000bdac41fe2e6585bba985a5b056179097de1fb2d41062 2.78 MB 1,976 25
838,372 838,372 0000000000000000000284dd069f0db7ddd75e5e6b9d08255dd610a62762e3ea 2.27 MB 2,452 29
Previous 10 blocks ↓
Total Size: 769.05 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,627.43 GB sent, 93.12 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.