Memory Pool Memory Pool Refreshing

3,123 transactions
0.88 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.88 vMB 3,123 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (656,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
250,849 250,849 000000000000001927e0015da2ed9467d327ae5c691c98c98eda5fc6fd129fa6 0.04 MB 81 130
250,848 250,848 000000000000000c2bde4ca34261015739701d3d9f71e79e8d49dd33aebfb1bc 0.03 MB 49 88
250,847 250,847 000000000000006da030a1889a1232d04437db83aec0f15484bae86c21ed4a1d 0.01 MB 33 129
250,846 250,846 0000000000000052d4a401a93450744568f67909862c37e8b6981a898210da54 0.10 MB 229 109
250,845 250,845 0000000000000000f66540d170b10265cc159d45de41bd846eaafa71aa02e908 0.04 MB 92 77
250,844 250,844 0000000000000025bbc7ab942665904f7fd770c78903be75e023231406ac5d6a 0.13 MB 278 106
250,843 250,843 000000000000000df6a06ee7078f83a85a06639dd86a885b7697efd6392ed24c 0.16 MB 365 121
250,842 250,842 0000000000000048594bd9a0cb3e254979dc38ee50fadefd53d16dc44b75cdae 0.02 MB 39 114
250,841 250,841 000000000000002a255a3afca85b481be0662405e0e4f15827e59c889fc7b724 0.01 MB 16 79
250,840 250,840 000000000000001b31e74da72b97230603bf9b00d36e8db597cea6864020cbd5 0.08 MB 160 110
250,839 250,839 000000000000003bbba777203b480e169ff4da727079c3c78d5e6274a826b664 0.21 MB 484 130
250,838 250,838 00000000000000580c6ab689dd394a777116f7df13bd6bc74fdfbe923476c089 0.17 MB 362 122
250,837 250,837 00000000000000663cd25fe918da73c29aa72375f7da1c288b9d67d5bbf9a199 0.02 MB 24 31
250,836 250,836 000000000000001741fbba71c0e4d760ede2ce81a1fb36607a1dbeb6a560b6c1 0.12 MB 308 130
250,835 250,835 0000000000000049acb5c8c5a7363cc3d5cbc25396d4d97cd9d3610d6b9b6e87 0.04 MB 95 108
250,834 250,834 000000000000006e3a6a7ed46009b2986460b5182884a40a503c23384502f24a 0.02 MB 56 48
250,833 250,833 0000000000000061eabdc85dd3d25e5027263d9ffede35efaf60506b042939ea 0.16 MB 446 143
250,832 250,832 000000000000000500b2fc8d52541858e6a6803033caea087145238eb28d1b2a 0.09 MB 183 90
250,831 250,831 000000000000003efb5b4cac18e7172cd48545cdb02df50c9b84910e3860f6da 0.09 MB 190 123
250,830 250,830 000000000000003ca814b662d6a21f26196bc2a3df0e0b5ed8b28385a014ac9d 0.02 MB 47 122
250,829 250,829 0000000000000039e328a76b192a59de8abdda4db30574a48378498ec451cb64 0.12 MB 284 121
Previous 10 blocks ↓
Total Size: 769.01 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.93 GB sent, 92.85 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.