Memory Pool Memory Pool Refreshing

3,573 transactions
2.61 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,591 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (607,247 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
300,557 300,557 00000000000000005a4a05fe39e5e5d7f4648ee24d4b158849f9d78d24993b0a 0.25 MB 153 15
300,556 300,556 00000000000000002bf0a4b2b6bce35cf1c8ab9588bcb7f7e3e0ead55fbb4c3d 0.35 MB 283 16
300,555 300,555 00000000000000004d2c14aef448d5ebefcb751ab82e28ae1ba1bc74df6fbc14 0.35 MB 854 35
300,554 300,554 000000000000000027bb12c5bf46cc185add8041f8e071d54e32f82f64f02fcb 0.21 MB 512 40
300,553 300,553 0000000000000000702bffaf29c92d423febf7b51fdea8ad2ae98eddc86f385a 0.05 MB 81 16
300,552 300,552 0000000000000000392fb3bcfe75dfa2dbe3867e84606bb4438763ebd3a2f23d 0.28 MB 256 19
300,551 300,551 000000000000000007b3ccbc713980648b3dd46129d57ff89917da430b62eb0c 0.25 MB 624 37
300,550 300,550 00000000000000001a6fcce3bccc396da6bcd10ee058168a49d7110f8ab1cb3b 0.36 MB 512 26
300,549 300,549 000000000000000076787236a6bdd01a3662770915aa23f607765886aa67fc54 0.10 MB 223 81
300,548 300,548 00000000000000003dbb492d724b03e8048580a8626041144acff21911d9fbbf 0.29 MB 680 33
300,547 300,547 000000000000000066211b8ed32bbd844a9fe82183073e2609e3fe821c7207c7 0.04 MB 35 13
300,546 300,546 0000000000000000208dbf48f3d6a672a52a80a9f76b5429a72956c953f200dd 0.10 MB 161 25
300,545 300,545 00000000000000005b20abecd008b16f980cb07b2c0c9a8b7dd986aa11d47a27 0.06 MB 103 29
300,544 300,544 000000000000000073e1dda0406cbc41d248284cb1d3551e3df103841cc4571b 0.48 MB 256 14
300,543 300,543 00000000000000000e784fb89744500a083f532fcf1dcf59c2d5e51676921dfc 0.27 MB 376 26
300,542 300,542 000000000000000050bb405a7fc9db2ad0599ea20dd3af2c3248f674fc5ec5af 0.18 MB 101 17
300,541 300,541 0000000000000000177d765c2e2d3acc59c24443eb3f620e6b661c8b1b63e1b6 0.05 MB 101 36
300,540 300,540 0000000000000000142b159967bee03edd1866c970190c77f7c113dfca802c3a 0.09 MB 227 408
300,539 300,539 00000000000000002e0ac2ea83dfa8e35c6c6ff4c8a75c3344d3585b7000f715 0.23 MB 508 35
300,538 300,538 00000000000000000b363d12cf3781f8f2b302d8717509d518adb6a43db16a03 0.01 MB 16 27
300,537 300,537 000000000000000057dbe3d68faadc799e74d9f0c762c6853395978c4393982a 0.08 MB 159 35
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.31 GB sent, 93.78 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.