Memory Pool Memory Pool Refreshing

3,901 transactions
1.21 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,079 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (579,201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
328,509 328,509 00000000000000001e0aea38430fa8c96c00331ab97656a777ac78b3e6e1defa 0.19 MB 417 31
328,508 328,508 0000000000000000154e229fb89c4713719a0c12cec1f9574015879f01fd3207 0.03 MB 45 21
328,507 328,507 00000000000000001741ec785036f464177ee8837717093e87841acf3ec886d1 0.23 MB 410 32
328,506 328,506 000000000000000004228856bb5340644e299c85e03ff0dfec46165cdd6fe90f 0.29 MB 579 28
328,505 328,505 00000000000000001376456afeec623052859ce803e444387da2e6610ddc9701 0.06 MB 113 27
328,504 328,504 0000000000000000047c86b2edb8625da6f2b9d78b4a574c6331408be0bd84cc 0.26 MB 310 25
328,503 328,503 0000000000000000038836a36181a0990c94cc22b271a554542a58ebea8b7583 0.35 MB 677 26
328,502 328,502 00000000000000001a111babd7077ceae2eae54aaee88fc64c527ffce2fa5c7e 0.22 MB 399 24
328,501 328,501 0000000000000000134aed3c5f89a7aa5d3a6e1fedaa895486f57fd7ffced47c 0.07 MB 149 29
328,500 328,500 00000000000000001934151558b1717d8052caddc65d5e34d5e86401bb3ce096 0.07 MB 93 21
328,499 328,499 00000000000000000ced4873b0065a2b5ac3fb55217b3d512705c59b057140ab 0.10 MB 223 30
328,498 328,498 000000000000000008b55b7362833fab9164e9b12036d0c42c2cb448cab12c5b 0.29 MB 553 27
328,497 328,497 000000000000000007e146eaa49cfbf96f10e2ad1525f841a19ebe4e898c126e 0.28 MB 545 28
328,496 328,496 000000000000000015c14515a035209e6727418b84da707c36eb1f697a9a4d0f 0.02 MB 54 28
328,495 328,495 000000000000000006312add59ecb4d7bf8406061b61ff332dfbd2d5171a16e2 0.35 MB 668 25
328,494 328,494 0000000000000000018e8147573097e297eb45147fcbb50cb67f7a307d1a1884 0.14 MB 380 37
328,493 328,493 00000000000000000423767012a4efcc436be1481d0bc9bca0ad1b8d075571de 0.29 MB 570 26
328,492 328,492 00000000000000000510090c4b61e81fb0c1726d51d0fa32ffddab7486e773fe 0.63 MB 1,413 29
328,491 328,491 00000000000000000761bbc0f4d973ff87bf1f4be00fd9053b3ff8d183510e82 0.10 MB 235 22
328,490 328,490 000000000000000014c0ef21115bba979c6d094535dd59bdb89cf1216767bbd9 0.25 MB 463 25
328,489 328,489 000000000000000016d1f1c8c295d583a12014e53bb60ddfef56fd9fc817b008 0.66 MB 861 21
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.86 GB sent, 92.83 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.