Memory Pool Memory Pool Refreshing

7,209 transactions
3.56 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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,803 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,995 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (24,258 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
883,544 883,544 00000000000000000000f0480b4079a7b57eb5e7a59177b887527524de7d5887 1.65 MB 2,267 3
883,543 883,543 00000000000000000000d5fc6594c49e8a19d2e95e7c52701b0d0d36130bd593 1.98 MB 2,145 4
883,542 883,542 00000000000000000000bd0c7691efdc751ba4d601b71951e3b4a5307501f5a7 1.96 MB 920 1
883,541 883,541 00000000000000000001868f4344b85b79f4f0a2a3534609a4ca4179a0245545 1.96 MB 1,416 2
883,540 883,540 0000000000000000000218889f8471556a259c4f7bc0f85812ad8b5d9eb4dda4 1.78 MB 1,696 2
883,539 883,539 0000000000000000000232a4d05dfde029e15c95cf57916743ad9ca25a736d72 1.92 MB 1,453 2
883,538 883,538 00000000000000000000254c230c0c9c5f59360d14be48b49318c9467e2be219 1.78 MB 2,783 4
883,537 883,537 000000000000000000001072ec4c07dac886fe5a25942c2fa3bc9459997b7ec7 1.58 MB 2,641 6
883,536 883,536 0000000000000000000150c497dd10d2f202b4557bd7fdc138e17af82b71846f 1.95 MB 739 1
883,535 883,535 0000000000000000000210e00c5199567167eedf6ff61ef6b058fdcb62839260 1.70 MB 1,493 2
883,534 883,534 0000000000000000000267d35e6679f5c1133a6d89cb76565839479b24fe8d15 1.58 MB 2,062 3
883,533 883,533 00000000000000000002701035f64b87f9f1257dced7a621ca64b55695babe61 2.15 MB 437 1
883,532 883,532 000000000000000000010e103faa9950e2a9f3443760677ffc4a3f2699add15c 1.98 MB 1,131 1
883,531 883,531 000000000000000000012921977a4f5c990ebb4bcc2f9de985db0db1e88d3542 1.86 MB 2,222 1
883,530 883,530 00000000000000000001ee95bea5e466df2c4ffa9814a705d6ba9ef8fa5c2c4f 1.60 MB 3,154 3
883,529 883,529 0000000000000000000234ef96f95dd32c06eef53132ae845376762a09d1f6d6 1.68 MB 3,999 2
883,528 883,528 000000000000000000003290a49e34b5ec6b51385733d07a1a45841ccd223d10 1.77 MB 4,688 1
883,527 883,527 0000000000000000000067b9ca1aa8fd3c12402d70d1a25d4a596e25e567c6e9 1.89 MB 5,096 1
883,526 883,526 000000000000000000014c9c2ddb2022799c7c1179e2b755126cfe222ffd04fa 1.74 MB 4,052 1
883,525 883,525 00000000000000000002275491bbeb43928b7a93273427c574ffe8216f34e02b 1.62 MB 2,860 3
883,524 883,524 0000000000000000000275ea0090efd6a98645aa18ddfb92053bcd5e47529d4a 1.75 MB 4,302 1
Previous 10 blocks ↓
Total Size: 769.17 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,633.25 GB sent, 93.77 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.