Memory Pool Memory Pool Refreshing

736 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 723 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (258,008 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
649,760 649,760 0000000000000000000288a648b6c3d9b201933815acda7b57f0cd0bdc36cdf2 1.29 MB 2,748 83
649,759 649,759 0000000000000000000283ae4ffc08181cd155fffb95b8b784c0cfff8bdf2c60 1.38 MB 2,719 78
649,758 649,758 0000000000000000000b11c295c67072e61afecd638ccede92318cf51723fa45 1.30 MB 3,099 107
649,757 649,757 0000000000000000000898c30832252b8b498501768a3f33c752b13e94cc85d4 1.43 MB 2,956 59
649,756 649,756 0000000000000000000d16e76897d64eddc86431eb4694622315cb78e828257d 1.24 MB 1,820 16
649,755 649,755 00000000000000000007dcbad9f9d8372eacb5ffbcc66b67a1ab91b410476cde 1.35 MB 2,883 50
649,754 649,754 0000000000000000000541430838ec2480f49dd41d15d33eb7dd03587efac210 1.31 MB 737 5
649,753 649,753 0000000000000000000c6c0a4b79d56d28c9a71cf6a82918bc3f8441ebdfcd0a 1.28 MB 2,128 27
649,752 649,752 000000000000000000018677d6ce5786450d71f20e1a3a76e3bab91345f20616 1.25 MB 2,180 27
649,751 649,751 000000000000000000000b16ae3fac55d1facf433d62d8973a1ef7f86ef52dab 1.23 MB 2,302 28
649,750 649,750 00000000000000000004ddbcf770a1bb09a792459ea62d4e5ff7726982a382b6 1.23 MB 1,994 77
649,749 649,749 0000000000000000000e6394f4f6af84b9900fc3ff073721d510d72ebbc532f8 1.36 MB 1,193 15
649,748 649,748 0000000000000000000899ca09f0fbf7d5b275e534d29fba15b0552ddb34c8ca 1.27 MB 2,124 27
649,747 649,747 00000000000000000008a28638c06cffbc142f22d5f5b205c65223b9fec6211b 1.13 MB 2,135 12
649,746 649,746 000000000000000000039d796105db6a0019dca081026684bab53a4e32101123 1.36 MB 2,715 79
649,745 649,745 000000000000000000042dc7448204f3f314413359d9760dffc05bbcd0cface4 1.10 MB 1,637 27
649,744 649,744 0000000000000000000295f59a220dba64a2470dcc7725b87c19c1a63d2d8967 1.14 MB 2,150 31
649,743 649,743 0000000000000000000b7285b2381dab5d7c0653e5160d113f11f459f21014ac 1.22 MB 2,471 39
649,742 649,742 0000000000000000000c85fa6010071a7acdc5952ee60d46b04280903a6599b3 1.20 MB 2,114 14
649,741 649,741 00000000000000000003ccb6716d3451ed2683231a6ed41e482436d1b78ce5e7 1.21 MB 1,805 67
649,740 649,740 0000000000000000000afc445b87d6d2e4f274606306ca8e4bdd258639a3f9df 1.28 MB 2,088 55
Previous 10 blocks ↓
Total Size: 769.11 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,629.33 GB sent, 93.42 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.