Memory Pool Memory Pool Refreshing

367 transactions
0.17 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,757 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 358 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,756 (597,086 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
310,670 310,670 00000000000000000fdfa79db33c194a34b49dcecc5c2c4047002c4164523dc9 0.06 MB 130 32
310,669 310,669 0000000000000000256e69bd46cb751d966dcea8b075bfd6ef6970e68c01328f 0.10 MB 247 28
310,668 310,668 00000000000000003de80278efa9370eb7ba3640b86fe3b838cf641b192c52a3 0.33 MB 448 20
310,667 310,667 000000000000000037516458686a3f8d6aa59cc3600ddcf1b2c31609534eeadc 0.09 MB 256 44
310,666 310,666 00000000000000000fa3d30a0bb9bcdb82aaba698efa2acafbb52b1a6bdb25ce 0.62 MB 713 24
310,665 310,665 000000000000000007256d7e05cc63dc90d99c216c4cac68be88b70108cd2c9e 0.08 MB 144 32
310,664 310,664 000000000000000034e89b7ac3ccbf015270a6eab602ddbda8a4bed724ee95fb 0.10 MB 204 25
310,663 310,663 00000000000000001bd6a7251b824617aab7e9a81eedc0949c405352cf51472d 0.64 MB 615 19
310,662 310,662 000000000000000026e13f97478b8ce9a99cefe7fdbfd6db59ede7c9c9979d3c 0.75 MB 1,663 38
310,661 310,661 00000000000000002392d6d0826fac683a414df6c9b6cbb386dd3ee324b6361c 0.06 MB 128 50
310,660 310,660 00000000000000002c21d1ae91e98c13a256a3ac8fcd2e1d55baef8bfe532a0a 0.27 MB 498 28
310,659 310,659 0000000000000000198ec92420c7a19003ff337d56dd8bdcf89b9822513bd64b 0.10 MB 256 41
310,658 310,658 0000000000000000304f6f387db8babaf8f2fa8c5127034c1a7237634b89b565 0.12 MB 229 29
310,657 310,657 00000000000000002801d9c7629398605c580f76d62db1a6fcdb2a6e15f39bb9 0.11 MB 147 23
310,656 310,656 0000000000000000035322267856209870a34e75bd177a49defac3d5e70b8e8f 0.25 MB 373 25
310,655 310,655 00000000000000002c348a6c3da2d1d4b754c2ebee021bd58628c27d32280fc0 0.28 MB 379 29
310,654 310,654 00000000000000001129344994ade44340fb22218ee0ea889a45a9ba20500a45 0.25 MB 382 26
310,653 310,653 000000000000000030ffb85b2418b9e82230d1627f11f7b2bdc9578f60daabed 0.17 MB 415 30
310,652 310,652 00000000000000003815e1d4e8b686d64831ac7fc25f92dd8f8f48b818ec8d6d 0.64 MB 1,028 42
310,651 310,651 00000000000000001e0c33b35585758d7aa43e26bcbe6b5031b029f5e9a025a5 0.25 MB 614 38
310,650 310,650 000000000000000016dd69c5d138e6ad4e10fa19f5e0b73cf7f8d06129ce9184 0.22 MB 360 25
Previous 10 blocks ↓
Total Size: 769.09 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.31 GB sent, 93.34 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.