Memory Pool Memory Pool Refreshing

994 transactions
0.24 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
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
908,601 00000000000000000002349e0000000000000000000000000000000000000000 0.24 vMB 991 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,600 (857,679 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,921 50,921 0000000000e02ef6932adc06786cd71fe414b386d016626419f98ef3b72075cf 0.00 MB 1 0
50,920 50,920 00000000017403796bd58e1575d8045536d73e57a7f4190111c99745523a9079 0.00 MB 1 0
50,919 50,919 00000000132b30a8ccc81e6ac1971e4df727d910d69127d93b1a9c3ed5eb06c5 0.00 MB 1 0
50,918 50,918 00000000075f403d4d79e2ac0cf1ca88c47f3fbab2fc121686f151561a1618cc 0.00 MB 2 0
50,917 50,917 00000000184f4144a95f30950afb37b2cb5bf790fed8cc21c5b41f742a5fb583 0.00 MB 1 0
50,916 50,916 0000000013794fc14077878e9280aa32511acd525e266bb5e66115af315c4a55 0.00 MB 1 0
50,915 50,915 000000001f9ecd3e4ad4269ae3c73d91108fc0452ae62404252d7d0699d9e829 0.00 MB 1 0
50,914 50,914 0000000000d3b09b2501f5c0eeb6fb85765d490778b1ac452c556eee5d8a4be2 0.00 MB 1 0
50,913 50,913 0000000005b419ae3be92dc40aa5b01e0f93a35f49c8baf2d2ef6f7e8ab31eed 0.00 MB 1 0
50,912 50,912 0000000010edc8ed1ed45db5f8be44aef6626f3a25838a771e80cb2abe38789a 0.00 MB 1 0
50,911 50,911 000000001a5abdba44404d7224ec59618ec7a70e3606df39fd6fd7474f0d5ac8 0.00 MB 1 0
50,910 50,910 000000001f75a3c8f981f8be9ee0361bf0c376267e37e809d541fe1966be728c 0.00 MB 1 0
50,909 50,909 0000000007642c4bbf884ed55defecee497ad1e4e260f6b92ff834cdc1c4a11e 0.00 MB 1 0
50,908 50,908 000000001e3d73cedaad816c737bc37237cd0301202521b8abdcc10e37b955f9 0.00 MB 1 0
50,907 50,907 000000000fd15e3018d6b657a58803571d0403d58368f2424a4e2f45b9733735 0.00 MB 1 0
50,906 50,906 000000000d1b6e199419a1da8189d2603b840376a617365ab0b8191474256d49 0.00 MB 1 0
50,905 50,905 0000000015ba7e9b3474536bd3d0a4ef0263dcbbe37fbde91452e1d47854262a 0.00 MB 1 0
50,904 50,904 0000000002e96fd4dc642914200947d47c2edad7bb8903bca9067b2e2eec0f8d 0.00 MB 1 0
50,903 50,903 00000000110a03135012b1b2895b9f67c20a6f8e3ba59ffcd661e6241a9e30be 0.00 MB 1 0
50,902 50,902 0000000018e8174ef9761cee0f157c814e430d0df5a94d5589adae91a32bcc7f 0.00 MB 1 0
50,901 50,901 000000001381c40b5ac4d7ae4ac2463a551df423408d210ed707f733c1e681f2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.53 GB sent, 101.03 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.