Memory Pool Memory Pool Refreshing

3,111 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,896 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,543 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,895 (68,491 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
839,404 839,404 00000000000000000001f672c08e456cac189804b0c687aca99e2c2824efb642 1.92 MB 2,664 87
839,403 839,403 000000000000000000030f932197930d109f5b08f77f32d77c6fd66b8a73dac0 1.69 MB 3,064 143
839,402 839,402 00000000000000000000bb9f02abdbcf7e5ed3323b8a69586f85440336ffe152 2.03 MB 2,353 67
839,401 839,401 0000000000000000000053c071c231f8318e9afdca974de41240b17483735ba2 1.77 MB 3,082 84
839,400 839,400 000000000000000000029d5bdeb304b510abcc7c604b178ae1f651fc7962922a 1.68 MB 2,998 129
839,399 839,399 000000000000000000019f8a3b5c7e9c671206243c51bc1072efa2bf471f087d 3.55 MB 697 48
839,398 839,398 000000000000000000019aa7ff02f16a994e76ddcea13d87eae27a702be03631 2.39 MB 2,449 64
839,397 839,397 0000000000000000000273713a970a8305e4867ad0bf0661ebf38e7c513ac47b 2.11 MB 2,406 63
839,396 839,396 00000000000000000001aabfeb507d9a69189abd2347ec2942aebadda95d7bc6 1.98 MB 2,814 76
839,395 839,395 0000000000000000000033aa070bde614ad9a9bfb60759f6f3cf0aa9d069699d 1.78 MB 2,806 65
839,394 839,394 00000000000000000002103460b4979aec8c7d84edc97cec2385ba8237f87e28 1.71 MB 3,234 49
839,393 839,393 00000000000000000000cba0155967baf92af8a2637936752aec24a082a61135 1.64 MB 2,904 72
839,392 839,392 00000000000000000002a22513477800e3f356e230caf1d57ff3b20487cc5130 1.60 MB 3,369 73
839,391 839,391 0000000000000000000247d327062e87c18385612dc4a9f1866b3a0e075efa30 1.68 MB 3,148 83
839,390 839,390 0000000000000000000038f8c18a288d114cdf202a20690323e05dce1076d05c 1.61 MB 3,469 74
839,389 839,389 0000000000000000000310d36b9252bcde4e003f6358925429eb123baf8719b3 1.66 MB 3,313 102
839,388 839,388 0000000000000000000238c799f01bd06e5fd703897ee17a5b7ebdd6d42ff8b2 1.60 MB 2,796 97
839,387 839,387 000000000000000000021e2874f48b4489c442ead506babfaa8cb2ff322f56c7 1.61 MB 2,761 118
839,386 839,386 00000000000000000001a3df1e49be9dd86f627b2640b61dd0b99a889f08e30e 1.54 MB 2,915 107
839,385 839,385 000000000000000000014b5a197d3db5b29e20f33c90e542b59490b74ee9f93f 1.54 MB 2,949 132
839,384 839,384 00000000000000000000b30a1abc3ae8738af04d7cd21b34ec1ad8de048ec817 1.65 MB 3,361 146
Previous 10 blocks ↓
Total Size: 769.35 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,643.46 GB sent, 94.69 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.