Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,704 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 3,412 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (394,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
512,934 512,934 000000000000000000267cc468e12a50a1b525bf621ce1071d8ce2ace3d56ceb 1.05 MB 289 3
512,933 512,933 000000000000000000203629091925b91353c35f4535c911524f176c07d5110a 1.10 MB 1,904 27
512,932 512,932 00000000000000000027c1978b19322a465843fdf97cdf6de3e344aabea05493 1.05 MB 143 2
512,931 512,931 00000000000000000051f1575785dbf9f9ea3cb3a9b307fd38c3550709043cca 1.11 MB 1,910 26
512,930 512,930 00000000000000000003a339f78b8f0ca71ce284042c5c88b58118a35076eab9 1.04 MB 870 11
512,929 512,929 00000000000000000039ad83eb951a3db9ad2bc667a1e34a97f8a6aaa241b751 1.03 MB 798 9
512,928 512,928 00000000000000000009b506e2d0eb869b6a5589cbff43a54635d9cdd1371d84 1.12 MB 196 2
512,927 512,927 0000000000000000004622e6499c1e51ccb2f7cdeb0518688036bd2806277128 1.06 MB 1,231 15
512,926 512,926 00000000000000000048c8c666a07583fbf25a8934dc74b26b9f0b1b05eb9d21 1.10 MB 1,716 21
512,925 512,925 00000000000000000031ce8da528d0b28972deeaf6dc756bf33e3a4e7d509ea8 1.04 MB 334 4
512,924 512,924 00000000000000000053b265da633e363c295bb6ac0e8ffb87a190d59155d92d 1.11 MB 2,109 23
512,923 512,923 000000000000000000075f4b68e6ef38c866fb8a0cb06940f9505ba5608fa8cf 1.02 MB 643 10
512,922 512,922 000000000000000000107e48c504026bdd6389e85aa7d2b05ef3ef2875f1246c 1.05 MB 193 2
512,921 512,921 00000000000000000013b9cfd88c1245f16ef48414ef944e6dd83f61512d4541 1.10 MB 2,211 21
512,920 512,920 00000000000000000044504d4f95d540d97ffa1ff1e0b0c3ac2c63ed40d7bd68 1.21 MB 284 2
512,919 512,919 00000000000000000034a654e150ffebc4244287d390a62f311cc755fe841f23 1.14 MB 1,605 23
512,918 512,918 000000000000000000499e172a19fcd86c16327613ab741e736258507a5e26eb 1.10 MB 538 5
512,917 512,917 0000000000000000003035b4542f7f00102a28ad57685cab2b1369091f716ad2 1.09 MB 261 4
512,916 512,916 000000000000000000122d270314fd357021d0e9c5aceb9d99e93dd1b72e6ae4 1.08 MB 1,456 25
512,915 512,915 00000000000000000052affac0b58fc0a756d381715f4aa3523552e533094d65 1.04 MB 1,041 24
512,914 512,914 0000000000000000004d94048c17a44fc97d36ce8f2de9764573cd830be3b2b4 1.03 MB 771 12
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.