Memory Pool Memory Pool Refreshing

3,198 transactions
1.39 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,755 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,971 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,754 (322,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
585,637 585,637 00000000000000000004fa111fadd3d59021e0f77bc7c18e118c201c1b25692e 1.18 MB 2,593 33
585,636 585,636 00000000000000000017e60dd412e71422a3fd953d62178d53478e773924f71c 1.21 MB 2,756 33
585,635 585,635 000000000000000000021987fd54bfa0833a78215595ba93a38da084d598dc96 0.00 MB 1 0
585,634 585,634 0000000000000000001c551881cfbffb30184b444b7f68efa7bb2d34bb0729e5 1.39 MB 2,567 56
585,633 585,633 0000000000000000001f06a6af465020304d5856d5fa917c4abcca395a5af222 1.28 MB 2,913 79
585,632 585,632 00000000000000000016ad756dbf03c4216a04db424bfceb43507b6795b1dd52 0.01 MB 22 76
585,631 585,631 00000000000000000014dd86b3c81f3f3582f7175b605e0668fb17a78b027154 0.84 MB 2,044 37
585,630 585,630 000000000000000000116c300895aa506eb90b2c0eaeae771f90050b1d4919f3 0.57 MB 1,342 32
585,629 585,629 0000000000000000000579cf4f2d00fd1cae12cb3cda1aeb655cfc52f6f3ebbe 1.16 MB 2,885 28
585,628 585,628 0000000000000000000b134986f8947a0e511f24edbb8fde62b0655312240204 1.13 MB 2,120 35
585,627 585,627 0000000000000000001329a48f6cdf89f9e472c9748fad0b9d1aaeffc47e767c 1.28 MB 2,693 66
585,626 585,626 0000000000000000000b70b99fdeb0842320ed14e291a0e81f4f7dca1b5a4ce0 1.07 MB 2,503 9
585,625 585,625 00000000000000000005cada1fb47bfa5ef237ea19f8792f4fca3ea8fa6c8b6d 1.21 MB 2,435 45
585,624 585,624 00000000000000000006b098c28162fed099f0fdd1635870810ee3e49e79e9b0 1.23 MB 2,559 65
585,623 585,623 0000000000000000001b2bbe5d52beae51e48defdbb2967d087e3e4ba320996e 1.32 MB 2,699 70
585,622 585,622 00000000000000000006a1d63e7a5a2cb57b90591ca2fa28d8200e1db0daa936 0.91 MB 2,559 19
585,621 585,621 0000000000000000001a5832b70cc53dcbcc7970aa1a12b3a7865dcedb1176aa 1.22 MB 2,873 49
585,620 585,620 00000000000000000006fe7b9cdaa6c44a8a08c2be2095b7f2de62dfcd0c7b70 0.57 MB 1,460 29
585,619 585,619 0000000000000000000a673f65494e312ac85c7553c49d33e4f9763aa9384dfd 1.11 MB 2,660 23
585,618 585,618 00000000000000000013129089bf0480912c61f51fbc7249d8628f87c1c873d2 1.21 MB 2,924 65
585,617 585,617 00000000000000000004458a4fbd9c9fdba5156e68457095c1f312d67c95240c 1.14 MB 2,464 42
Previous 10 blocks ↓
Total Size: 769.08 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,628.29 GB sent, 93.33 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.