Memory Pool Memory Pool Refreshing

3,437 transactions
0.98 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 3,420 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (578,841 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
328,870 328,870 00000000000000000721d614cb312ec754d02da99fa195729d2548570bc3cc29 1.00 MB 1,958 28
328,869 328,869 0000000000000000111964d29c0516ad5fa3ce753c24e34014c2e2afe87737d7 0.15 MB 237 27
328,868 328,868 000000000000000003d6001ef822a98547fc8211c5da101eedad1717dae6f8d5 0.05 MB 123 29
328,867 328,867 0000000000000000049266761321f989ab0610286afcefee272e8fabbf6e58bd 0.46 MB 888 27
328,866 328,866 00000000000000000b41c111c095edb68673d398b53e33bb4e590a477e47d7f0 0.10 MB 180 14
328,865 328,865 00000000000000000256d7a1a08ee7067b160cba94eb8cc5a4df867d758d845a 0.57 MB 636 16
328,864 328,864 000000000000000005be8fe083daa4b44e598121bd7ffb72dbd7f51a6e4e244d 1.00 MB 2,243 31
328,863 328,863 00000000000000000c6c80f2c41f8d6c84840830bb8fe1eb522d69a5f852969a 0.06 MB 128 60
328,862 328,862 000000000000000019121d8632bcba14de98125e8a9affc7d07c760706ba3879 0.05 MB 32 29
328,861 328,861 00000000000000000ab120a590963f94473624fbdb4e060c1d5888d9250026ff 0.48 MB 826 25
328,860 328,860 000000000000000018d28047b6eb61cc34b0bd7a3df307c4506b1dae8d6f35a6 0.49 MB 914 22
328,859 328,859 00000000000000000ebf2f42a106a131ab0fc249a124b096f81f54b5eb1e29b8 0.75 MB 1,409 29
328,858 328,858 00000000000000000df9a62693780b3ffe4aed3e56eddbb3758eec8148334567 0.75 MB 1,137 23
328,857 328,857 00000000000000000f4a25462d9eccf7787fa1d572167d0cc69f784985f98c15 0.25 MB 838 49
328,856 328,856 00000000000000000b2464f07c087bf8b51d134759356c57396846853c1716b7 0.27 MB 520 27
328,855 328,855 00000000000000000218c65420cbe80160f9a4217d50a0b1ae50ca0a990f62c3 0.08 MB 180 14
328,854 328,854 000000000000000008066dd2bba76e7fb6ed025c1d2a26ec248a2705d124e11e 0.48 MB 876 28
328,853 328,853 000000000000000001bf01fccdb71cda59f6e65b1db8ead8c5ed4e9f7efdb6de 0.80 MB 932 17
328,852 328,852 00000000000000000bf945060d0d371d7345107dc68cc6e2ca0282e3c2288b1f 0.75 MB 1,517 33
328,851 328,851 000000000000000008dec19f5069b54a01d1e489a8d0223c4bb452a7f4515225 0.01 MB 9 7
328,850 328,850 0000000000000000034749baf829b1add11bab90bbe55a14135e5e27470b51a0 0.75 MB 1,738 36
Previous 10 blocks ↓
Total Size: 769.00 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.91 GB sent, 92.84 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.