Memory Pool Memory Pool Refreshing

125 transactions
0.03 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,024 00000000000000000002349e0000000000000000000000000000000000000000 0.02 vMB 102 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,023 (705,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
202,711 202,711 000000000000050147a88ef49ec8d5f3b830e84cfc02338b7f9b115b376a8c81 0.08 MB 48 109
202,710 202,710 00000000000004158ad4867f7f7efbe33b3e996853308495fb28ac11c093eb68 0.24 MB 534 132
202,709 202,709 00000000000000f8ac525b6c8cf2fdc4e33a6cbdb2e3f9a2d4795b9648fe6b2e 0.08 MB 266 33
202,708 202,708 00000000000001f2f450b1d15d917f9e7e692e0259cb57bd230c46b6741b9e16 0.05 MB 135 19
202,707 202,707 00000000000004e429246e98c9efb7f8220831256a6699abf06cff8199ebd91b 0.27 MB 464 470
202,706 202,706 000000000000057b499cfdac3fac793eaf5f1652aab133e4fdfd71427dc5395f 0.02 MB 62 168
202,705 202,705 000000000000041e252ce743fbe63c851eecd78d7568467cbe5dfec49f56df6b 0.05 MB 145 147
202,704 202,704 0000000000000186c0b2cae480036e0d1a6f6606ea6297ed42a6c054380b5bac 0.23 MB 545 92
202,703 202,703 00000000000001f0abe9ad40d8cc23dade19332500e0bfd8560a6f0868223f68 0.05 MB 137 237
202,702 202,702 00000000000005583ed325f28ecd040c124308da5b9c59ab0f9f688b1e88f4db 0.05 MB 140 143
202,701 202,701 000000000000025cbfdfbf38c8590545584eefd9438c0d8ca49e1c8d44de6ceb 0.26 MB 577 146
202,700 202,700 00000000000001803c6a4e75ba0a20b8602dc984d91582af324004046187d8f9 0.15 MB 135 75
202,699 202,699 00000000000004e4dc4339ee98161a75d7bff330b3fb282a463ef08ac8e3415d 0.01 MB 31 109
202,698 202,698 000000000000000e7e075eccab787e8cf2c402fb3671cd6dc34a5aabacf0959c 0.14 MB 204 154
202,697 202,697 000000000000029f1784b3b8e7f31ba25391f6c0357fce03ad3e6d86b601a2b7 0.10 MB 218 159
202,696 202,696 00000000000002964616d6ed1e9ba5ad9ac7657386ebc1f905a2df5ed0c9b31e 0.04 MB 89 56
202,695 202,695 00000000000000e1f94cc087f092e94c8e9732414a3877ac17082307a7d299fe 0.14 MB 332 212
202,694 202,694 00000000000001b63ec5367e4c0fc61faf2a6533b117cdf5eee17f48a914af19 0.05 MB 124 102
202,693 202,693 000000000000021f9ae2984d1a48adae044a65f90aa2367fe7f779f5635a7d18 0.20 MB 562 258
202,692 202,692 00000000000004266dfdd3aa64d2800d231aee9a03c3acee2e7769104a1ee100 0.02 MB 41 338
202,691 202,691 00000000000001e9b45a15f63e9220588c1006b4e4e97b2c595d71553dcdedb5 0.01 MB 23 52
Previous 10 blocks ↓
Total Size: 769.59 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,650.91 GB sent, 95.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.