Memory Pool Memory Pool Refreshing

1,433 transactions
0.55 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 1,432 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (707,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,851 199,851 0000000000000540489c4d8e8aae6f70de68d9333656f7a0f9914fd90027cc6f 0.23 MB 451 125
199,850 199,850 00000000000001df32c0f6e7705fd7837edd332589e9be7acec35e927f717af5 0.17 MB 323 95
199,849 199,849 0000000000000336283c397ed7c7bf657fc7a61674949fa19c44f457efb902a7 0.04 MB 81 79
199,848 199,848 00000000000000e92ce42e3ae0e7aca33a3a9a391666cafa78bbcce5decb323c 0.09 MB 195 109
199,847 199,847 00000000000004b4248700b9dec446e56f85f205e6d57d06a4252c513aab56e5 0.25 MB 926 306
199,846 199,846 000000000000022f208978b5a708a3257370e384fb83c317cd154ef73c05dc6e 0.00 MB 3 0
199,845 199,845 00000000000005d371f27bd90a7dc14e010d22fee74500dcfec970aa1903d418 0.03 MB 84 989
199,844 199,844 00000000000000c8f31f2f9b89d349ac7bbf3b1e04cd4aa007a6ded6da2934cf 0.18 MB 619 210
199,843 199,843 00000000000004dda7bcf739114aa36fb6732c191d2eda5f2d020f8d3f466ed1 0.00 MB 5 14
199,842 199,842 0000000000000125c7631ad6eb5b250564f314f95a8063f3ffebcc80f0064bbc 0.05 MB 150 106
199,841 199,841 00000000000001afc091ef5bf6cb82dd2b30f618eb5313195a97fa894232d10b 0.12 MB 353 153
199,840 199,840 00000000000002c54269d46ae835604d5d98805e3f9751c11399acf9ddc9173a 0.13 MB 304 128
199,839 199,839 00000000000003f778c32bf127466a2a6b5535c3ee0f46b8887c4a2590afb3aa 0.03 MB 58 111
199,838 199,838 00000000000004b26e17bc082dffefdaf228ea4bf975f19d21da9ab2d1f5200c 0.01 MB 20 136
199,837 199,837 0000000000000093e4c90103be0ae9c2c2aa2ffc02b64d9192245f36c976269f 0.13 MB 278 107
199,836 199,836 000000000000037ba4161bb51db3801b75d55310fe708697f6f4eacfdf341a9a 0.07 MB 89 82
199,835 199,835 000000000000056267c9a87442f481450d6c8dc1021ab32ff6f44906226ecaab 0.08 MB 225 889
199,834 199,834 0000000000000213589d770ed446fcd64c7775be31f44c1113cc2d161d1ba71a 0.00 MB 13 691
199,833 199,833 000000000000014f0b8878be4aade7242fb553b0d7692d94f102c15445afe5c4 0.21 MB 512 359
199,832 199,832 00000000000004c670e8c18496d4564064c03b9d62cfe4051d94d5c63f85e57a 0.06 MB 145 217
199,831 199,831 00000000000005cca2fba1b994077ab8f7298a6c7591902f4a8d082350d0b1d0 0.13 MB 261 79
Previous 10 blocks ↓
Total Size: 769.09 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,628.34 GB sent, 93.35 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.