Memory Pool Memory Pool Refreshing

6,739 transactions
2.26 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,845 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,567 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,844 (755,150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,694 152,694 0000000000000022f2a604a8e478ca87aa40ebbde370108a3199b10b9a4c474a 0.03 MB 90 91
152,693 152,693 00000000000002a4618e8190bcc971e672516909facae7b28a6063a58927ef4f 0.00 MB 1 0
152,692 152,692 00000000000001663e5d31304220cd8910f41db9e13faaf14fca8b53b61cffda 0.01 MB 30 108
152,691 152,691 000000000000038a48bcdba68377984ce37e474bd9c79e5234ac78b15e5ed497 0.00 MB 5 73
152,690 152,690 0000000000000396244bf98bfec707ef1ff733e99b5e16d452d72c3115f03b6a 0.00 MB 2 0
152,689 152,689 0000000000000b2fa81df25b8e872e5e6711d708a988bce66b03f21be0c4225a 0.00 MB 3 57
152,688 152,688 000000000000022dcd3719e6f1a1891887e19e3332f4bb702d201064930007d8 0.03 MB 72 8
152,687 152,687 00000000000005d09b14bbbc85490e03604aca45039bfe362a81d538613217f0 0.02 MB 44 250
152,686 152,686 0000000000000912e47e196d37e4508111be8a68c94b90a85befbb5fd8becf6d 0.00 MB 11 0
152,685 152,685 00000000000004fa8e24c73dadfd01a51111025085d5c953672ee4baa8987a1d 0.00 MB 10 29
152,684 152,684 00000000000005f1ddd7abb30d8e180efe2211d4068321e593448aad2eef3e8c 0.01 MB 18 265
152,683 152,683 000000000000007144af16afaea94bf2d8203a2364273a8086cc1142f9bb5621 0.02 MB 47 46
152,682 152,682 00000000000004101d76836a313354593e2115f3db505776ebb8deb84388129f 0.01 MB 33 185
152,681 152,681 000000000000063f0b667c320e06afa4488b82ff6212048591ac260a8a5457f5 0.01 MB 27 201
152,680 152,680 000000000000093a386d40e90957cf84af2a42938ad8c22dd1722536e6a74d79 0.08 MB 5 49
152,679 152,679 0000000000000a96a9a3a6569e1bcce1a6d696bad6f80034c2493eb825707fc5 0.00 MB 8 113
152,678 152,678 000000000000079015eaac28480618b43e1fcd981ae6a1245a8184d67ab787c7 0.00 MB 7 28
152,677 152,677 00000000000008ecec4e273fd2da92a1b973c0cc92f66ea7169ac2d62e857d2a 0.00 MB 1 0
152,676 152,676 000000000000059ec11030d262f4ec2292977bc61b0d3328ffe1962c71f751c2 0.02 MB 90 44
152,675 152,675 000000000000099308fc205829ce7f950984d2bebbe3970f3cf6b18bb04d6f9a 0.00 MB 15 32
152,674 152,674 0000000000000af21409cb0e4bbd741ac39803c4bc65b1c842d379b62c1ec4af 0.02 MB 48 46
Previous 10 blocks ↓
Total Size: 769.25 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,635.16 GB sent, 94.18 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.