Memory Pool Memory Pool Refreshing

3,311 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,852 (497,764 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
410,088 410,088 000000000000000004f082d185184fe01a63563e46e85f4e9c99dc16f94f05e5 0.33 MB 550 32
410,087 410,087 0000000000000000024170e593dd70a6db1cc27da84e7c2a352b939423841690 0.96 MB 2,380 41
410,086 410,086 0000000000000000022a633dbdebd1999780144619db6d8f4e18a2111791a256 0.16 MB 369 40
410,085 410,085 00000000000000000265902b7c9355d678392019b255bb0d6153ba14ac42dfd8 0.47 MB 687 27
410,084 410,084 000000000000000005bc7abe9f40f40e81414a1f4da95a3bf21a6390bad03dc8 1.00 MB 281 10
410,083 410,083 00000000000000000042ab29d7705effbe174aa55bdd75e1af2eb7ea84e21909 1.00 MB 2,641 42
410,082 410,082 000000000000000001b24a69eed978a252b1ca154841328c81e84fdf3ca29d4c 0.28 MB 604 44
410,081 410,081 0000000000000000059da3259f801e3c03537ac69983c4c5a53ac0f94fe6007b 0.64 MB 1,615 46
410,080 410,080 0000000000000000045497f31dd8c7585adbf4716c405cdf79b93ea45c7a6157 0.20 MB 488 46
410,079 410,079 000000000000000005633bca1fcdb82b9f9bef99b751098b44aaf2bb27bcc364 1.00 MB 1,019 21
410,078 410,078 0000000000000000021971e45430b3543fa71d7031e658681e391d9ee7147cea 1.00 MB 1,416 25
410,077 410,077 00000000000000000365895d7f21b9b6c86fb2841b0f2c6af246de0493c89c7b 1.00 MB 2,752 40
410,076 410,076 0000000000000000059b6f04ffdfafcd9f18d4d878d0bb0271074f46f0e4262f 1.00 MB 2,693 67
410,075 410,075 00000000000000000164ccfd4a186e12c0de8d42685cf48855fa22e6bb2db25a 0.19 MB 420 36
410,074 410,074 00000000000000000298baf6f0ca3079a889cf92b784252c9b8a6f02b395a869 1.00 MB 1,114 16
410,073 410,073 0000000000000000012c72863bf12503a5709c66b33fa785c344a04f4f75d124 0.94 MB 1,435 25
410,072 410,072 0000000000000000042d4e83126ffebc1474a28feef4a79b4ecea77e7da72fdf 1.00 MB 3,240 57
410,071 410,071 000000000000000003acf187baa66aab430fcc01937e7aad259a78b810b47829 0.10 MB 185 38
410,070 410,070 0000000000000000007eea355b5359c3d882464e5535fccb5ed9c9f05202b296 0.59 MB 1,279 37
410,069 410,069 0000000000000000013880d73fd6867793f66ebd90f12e16f850cdade7a3cec1 0.78 MB 1,703 34
410,068 410,068 0000000000000000004fdc30b75c14e233f07fa21ed25b95090d4afacef38c42 0.13 MB 328 38
Previous 10 blocks ↓
Total Size: 769.27 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,635.29 GB sent, 94.24 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.