Memory Pool Memory Pool Refreshing

521 transactions
0.13 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 511 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (55,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
852,517 852,517 000000000000000000025c6366f9a4bf824dc404491d6891bda07b2b85717058 1.49 MB 4,219 11
852,516 852,516 0000000000000000000106ba943912b96616b1357193f26aa968961293419cf2 1.58 MB 5,755 6
852,515 852,515 00000000000000000000b1208c46246d8531e4ef300a34cc45058939053b12f3 1.55 MB 6,441 5
852,514 852,514 00000000000000000001873bdfa26deebdb443be769fe9f213e514c85fa45a4f 1.60 MB 6,797 5
852,513 852,513 0000000000000000000229eafe590c763b27028e01d913747909385d41229634 1.55 MB 5,414 6
852,512 852,512 000000000000000000032c7cea24b0912051c8aa89b234fc65cddbf0bd2e439a 1.35 MB 2,439 7
852,511 852,511 00000000000000000000e8435b9c0c82b4978ca7e59935ce54a454bcc9345711 1.59 MB 6,243 5
852,510 852,510 000000000000000000021d74c8b986b3fd2ed2886ac48409f0fcf8094d41e639 1.63 MB 3,351 8
852,509 852,509 000000000000000000017e77c03640e4d34dda5268ceca1eba6300d9d2a0c92b 1.81 MB 1,131 5
852,508 852,508 000000000000000000033f017a587fbe2f907ce97e842b38302c5b0101dd9fdd 1.88 MB 2,542 7
852,507 852,507 0000000000000000000334b40e4259c39f2d35ccd32abd77a509ce5e87a9098e 1.65 MB 2,477 7
852,506 852,506 00000000000000000000061b32a6120fac36a9058e24b06bd80e5c8c114999e5 1.75 MB 1,566 5
852,505 852,505 00000000000000000001a84801d35e804076a824d83872b4bd964fc42eac51d4 1.69 MB 1,588 6
852,504 852,504 00000000000000000000960de2237f430478a17099cd6d8dc8d28ac121c3ebe4 1.82 MB 1,744 5
852,503 852,503 000000000000000000019e6a21d10756894635da1c5cbe890aa0d3971196edf0 1.67 MB 2,193 5
852,502 852,502 0000000000000000000120864d82fc83acd614a29127879c85f4ce7567d381bb 1.52 MB 2,764 11
852,501 852,501 00000000000000000001adce2ce25998899e46cfb4e23814482d915d33849a41 1.85 MB 550 4
852,500 852,500 00000000000000000000762b4301d5584234de682a5428dffa5b7fd31f9ac241 1.62 MB 1,670 6
852,499 852,499 000000000000000000008b05647694909bc61a978a86b2bbe32f766f614d45c1 1.63 MB 3,382 6
852,498 852,498 000000000000000000030952acb7edc6fec5ccc751265726b1bce328afecd462 1.61 MB 2,115 6
852,497 852,497 000000000000000000028a578f64f3ced4996d9f16b7c3b58a5e238fe3882292 1.81 MB 3,169 6
Previous 10 blocks ↓
Total Size: 769.01 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,616.91 GB sent, 92.84 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.