Memory Pool Memory Pool Refreshing

16,343 transactions
5.44 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,154 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (500,857 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
406,863 406,863 0000000000000000007afa19a940128e8685b386821fa4c9f588d6977c7c0a22 1.00 MB 2,658 50
406,862 406,862 000000000000000000e19d38b7c596c8df268f177a839eb67b23630bf141fff1 1.00 MB 3,190 63
406,861 406,861 00000000000000000495dc48aa5f1d3134c370c880cd24fcf63558de069d62de 1.00 MB 3,406 62
406,860 406,860 0000000000000000040af7aab07950c7f1ecd347b71991f1fd2c1d462facf7a0 0.75 MB 978 27
406,859 406,859 0000000000000000046e87f2aaef62036f0503c9fa97ee722900615e521f0b20 0.67 MB 1,379 45
406,858 406,858 00000000000000000452da585c51bf32db7d4026d6315dc185acf65d3823ce8b 0.93 MB 2,303 49
406,857 406,857 0000000000000000030fa287e89a78d6f76a3fcab533326ff0520f26daf963ba 0.53 MB 567 21
406,856 406,856 000000000000000003e541add23cae6eaa25ce56d8326809ecdf70f17792c7ca 0.99 MB 1,515 31
406,855 406,855 00000000000000000393bfe92fe530797c0246c4b8770c7c9233051a142a84e4 0.99 MB 2,007 34
406,854 406,854 0000000000000000062c7952f8fadba1c253980d9d87b80be42122ca7a707070 0.99 MB 2,941 77
406,853 406,853 00000000000000000567209b3c8d974724b04a96c4116774d785210073dc55b5 0.08 MB 127 26
406,852 406,852 0000000000000000063feb5b45699d683aaeb864880ba9af56fd64db19b94f0c 0.38 MB 595 39
406,851 406,851 00000000000000000210ab015580c48687aa040cb2f8691c4c5ecc1ca1d415f6 0.62 MB 1,260 36
406,850 406,850 000000000000000003ca3aed7771d17d834babe528b70efd51f134a9e75c8c29 0.30 MB 404 38
406,849 406,849 000000000000000003cc562e079d42b88726fc38cea5f75f1cf70b596869216c 0.98 MB 1,872 35
406,848 406,848 00000000000000000032c2f6dadc7d84d52771d32c8835bb126bc41c9c433c99 0.97 MB 1,804 37
406,847 406,847 00000000000000000392d9f9b1babe58d6d305ee8925ca80ba506281841f8ec2 1.00 MB 506 8
406,846 406,846 000000000000000003adc9f3969bfd987edd6c561223bb0a1617233a98482d0e 0.32 MB 749 37
406,845 406,845 000000000000000006753be3f7b2af7f1ac6ed40cbef8c75820159ddca2a0bd0 0.99 MB 1,525 27
406,844 406,844 0000000000000000042d238c213ac0ca3043a562fdb8f3ee53ac8256c9eec705 0.73 MB 965 24
406,843 406,843 0000000000000000040fb56c17c33fad57d328100eafd7426a7d452b3d9bd715 0.99 MB 3,000 62
Previous 10 blocks ↓
Total Size: 769.02 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,624.58 GB sent, 93.00 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.