Memory Pool Memory Pool Refreshing

17,626 transactions
5.67 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,763 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (21,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
886,626 886,626 00000000000000000001038c40d13a23c17626d05702248aa184690cbdad18d5 1.43 MB 2,012 2
886,625 886,625 0000000000000000000024e34d4ea21400451a9882c944003948f974bd5bfe20 1.69 MB 3,271 6
886,624 886,624 00000000000000000000ee9367349a5a8cbc9c5dd6dc91b08f8206db26cbb1e7 1.54 MB 3,212 4
886,623 886,623 0000000000000000000104653f8175bedd183da379ae397e704a4255957fb8e5 1.51 MB 3,704 8
886,622 886,622 00000000000000000000218365a55504fe3d287c3323fe95ef564333c05ab689 1.85 MB 3,939 5
886,621 886,621 0000000000000000000195b32b10e795d706d260b31f7163ed83e9e3929411b4 1.60 MB 2,633 5
886,620 886,620 000000000000000000017e97f493cc31867c89102c4e29434190c122d60ed370 1.56 MB 3,518 6
886,619 886,619 00000000000000000000fdb65a2c2aab23c200c0a6ad25de2f8a07ed4c96c99f 2.14 MB 387 1
886,618 886,618 0000000000000000000210d548df38ebe199fd748c4926a0d6a50db0a1956c43 1.45 MB 1,601 1
886,617 886,617 0000000000000000000275b81707ff57186ab6047f40479135f391af04d96c11 1.61 MB 3,773 6
886,616 886,616 000000000000000000016c77f633f74e6cb211c120670c83fdce0cfecc9d6bb0 1.81 MB 1,723 2
886,615 886,615 000000000000000000023f96340a2adf670b144b2c328ed7a0abb473fe955301 1.95 MB 1,266 1
886,614 886,614 000000000000000000003edd74c529f90516164149be12a44e0cb5f6f5ace0b1 1.69 MB 1,850 2
886,613 886,613 0000000000000000000150b9b7fa52016f961f144f4d7fcdcbd7ea4c46ae1fdd 1.50 MB 2,534 3
886,612 886,612 000000000000000000025cf90e206c9154e53d119ebc42be138ba33701cf9061 1.93 MB 1,550 1
886,611 886,611 0000000000000000000232bc185c450bfb29cb7fd3537ee474a272536899da14 1.62 MB 2,820 3
886,610 886,610 0000000000000000000128e272f1ecdff35eeb389246d894aed824175ca1473a 1.31 MB 1,259 2
886,609 886,609 00000000000000000000e7555d694cdf53e5c8574a421098b35b71d2d0fed37b 1.63 MB 3,639 4
886,608 886,608 000000000000000000011efdd6e83d1dcd05bf156325e1d661272b764e48c824 1.60 MB 3,596 6
886,607 886,607 000000000000000000004ebda6df767dca93bf634133c4782d3d58681236e7e2 1.78 MB 2,270 3
886,606 886,606 00000000000000000000cc7a09a6d7bed857a90099027fd5b1c35f144eb6cf9c 1.65 MB 344 1
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, 114 incoming
  • Data Transfer: 1,624.22 GB sent, 92.99 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.