Memory Pool Memory Pool Refreshing

820 transactions
0.47 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,004 00000000000000000002349e0000000000000000000000000000000000000000 0.47 vMB 812 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,003 (395,103 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
512,900 512,900 000000000000000000447a99a1718e9d73bed0b5c87c1122bbb4f4e0ad6148af 1.13 MB 2,631 45
512,899 512,899 000000000000000000055849c6d5d0e75b084f8833bb05ebceef9cfae4a93de2 1.08 MB 2,444 29
512,898 512,898 0000000000000000002ca75cfa0512fa7d074aeabd0b5633e4ccac52cccef666 1.08 MB 1,880 25
512,897 512,897 000000000000000000251fbf0e966d266f9b2de83e1004cd4674cf42a91fc2e5 1.15 MB 2,775 53
512,896 512,896 00000000000000000041274aec3eaa56141816c50aef5db36cfdcbfc696d8eb0 1.32 MB 1,989 40
512,895 512,895 00000000000000000032756621f66a348d977d3044a3c137191a403955e960de 1.37 MB 1,348 13
512,894 512,894 0000000000000000003e1e4c1cf258b7a35e339c1ff50b5d8b5819b3339a6bb3 1.09 MB 2,201 38
512,893 512,893 00000000000000000052d2e0afb7b84555f4532663b055e4e4049b1fa7bfbf87 1.28 MB 2,944 59
512,892 512,892 00000000000000000005ca8354d59dec2250876b8ab587c327cac3374e706824 1.00 MB 1,293 44
512,891 512,891 0000000000000000001c2934a2053c662997f314e7382e2e69a846b6d32122d8 1.09 MB 1,882 64
512,890 512,890 00000000000000000051c2f33178f2a75344de5e2d46794ec4c60edc15edf83b 1.04 MB 936 55
512,889 512,889 0000000000000000004c6bd79d60b9e5e37c16565ac0af37e18f9ac9db97df9d 1.18 MB 275 4
512,888 512,888 0000000000000000001cd5aca41ebe08e250bf86fb30333598ab8859b7d49935 1.04 MB 450 7
512,887 512,887 000000000000000000030d11be1d6da47693aa20bbc99926ba29eb6fd8b470e9 1.06 MB 940 15
512,886 512,886 0000000000000000001f2f7e1da896c74ce21b099420828d961a0d938070d388 1.07 MB 1,195 25
512,885 512,885 0000000000000000000ba563e9618df4de76adec8a12b725f925b63485b46788 1.04 MB 1,174 12
512,884 512,884 000000000000000000188d44fd53064469b17c3590a0c4df8e90626d11e25a69 1.20 MB 2,071 68
512,883 512,883 00000000000000000024735319d971ba79334040da3dfb767ed03af05677b7c9 1.10 MB 220 3
512,882 512,882 0000000000000000004a43c0defae9d87004738595ee869de0e02755d11e1898 0.82 MB 1,319 50
512,881 512,881 00000000000000000040e7bb9894d28c180c4c8547c9a17e60db8d6efc165426 1.06 MB 1,060 28
512,880 512,880 00000000000000000038030a60ce89c31065a9be197776cfc7027ebc39f57543 1.08 MB 111 3
Previous 10 blocks ↓
Total Size: 769.55 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,648.93 GB sent, 95.69 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.