Memory Pool Memory Pool Refreshing

6,310 transactions
2.16 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,867 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,479 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,866 (7,088 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,778 900,778 000000000000000000011f7cc2398311239e33fe8958c54d7c4268bdc58a71e8 1.26 MB 1,193 2
900,777 900,777 00000000000000000001cbb7d8e804a0e9372c4d999a716c5f362b1f7648fe70 1.20 MB 1,212 2
900,776 900,776 00000000000000000001131632526079e5e87a12d15626aac0bcec036cfd6cda 1.37 MB 2,535 4
900,775 900,775 00000000000000000000b74047d88b8c2ef00190608e5d30f2fe07be638ec55f 1.07 MB 322 2
900,774 900,774 00000000000000000001a6cf98bda198a10d34a75782ce78dabd4826304dea8c 1.44 MB 2,470 4
900,773 900,773 00000000000000000000ed5068b1876aee76e17b1cab6d01c2e38587bc254b24 1.82 MB 2,461 3
900,772 900,772 000000000000000000012a6bd2833345bda43ddfd9b195404fce30a0b9b9fc01 1.85 MB 1,924 2
900,771 900,771 0000000000000000000182091cb83ad738cf1e47b23580961824f43454b4d17e 1.64 MB 3,509 5
900,770 900,770 00000000000000000000015c03ef98d33855d942a44dc44f4f7361fd197eb047 1.63 MB 3,800 5
900,769 900,769 00000000000000000001012ac244baf45af02dc3061be75785b90bf151de6ffc 1.58 MB 3,238 7
900,768 900,768 000000000000000000014779babbb654615c714983e222b4ccbfed8e557a5841 1.74 MB 2,544 3
900,767 900,767 000000000000000000015d44c8b14050f91ef37e7971ca70b81017c32cf4f64b 1.54 MB 3,044 4
900,766 900,766 000000000000000000019b7a6070ee5714594fb616f3684759270fa7d7183747 1.53 MB 3,627 7
900,765 900,765 000000000000000000021799ddebca89f7a814d66d098f16aa35390e5700e3ba 1.59 MB 3,833 5
900,764 900,764 000000000000000000022551a7b2bf7fd167ed77c3eaf045a6b81e744ca53206 1.54 MB 2,424 2
900,763 900,763 0000000000000000000175480de4ea31e2586eae11bcc39ea76fb849c1c194ab 1.66 MB 4,536 4
900,762 900,762 000000000000000000018322374362b3ac715676b02c9a4d48b25a17361b3443 1.79 MB 4,791 3
900,761 900,761 00000000000000000001dc078f25362711d95927db68d1fbecaf46adac3acd37 1.76 MB 4,806 3
900,760 900,760 000000000000000000000e03b5975bd54e69a0508b9e71dbe3a5f5c9c91c1706 1.68 MB 4,326 4
900,759 900,759 00000000000000000000162fc231170ae2b482b84e0100d286bf840da0646376 2.01 MB 3,752 2
900,758 900,758 00000000000000000000b061a675a5efef938300766cddb0b5cd69c43b0d6343 1.74 MB 4,653 3
Previous 10 blocks ↓
Total Size: 769.29 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.53 GB sent, 94.39 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.