Memory Pool Memory Pool Refreshing

3,473 transactions
1.49 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
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,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,608 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (162,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
745,713 745,713 000000000000000000020b59205a990e7c7db01dc12c72e9329ce86ef134ed0a 0.20 MB 214 11
745,712 745,712 0000000000000000000485c2487c1b3a51ae8618f9ca5abd41e1054de37e8e64 1.02 MB 1,588 9
745,711 745,711 0000000000000000000618a19f623cd82c31c98e5e78b48d673d2bdc7ebf7559 1.24 MB 1,375 17
745,710 745,710 00000000000000000000d121c5d3753e2f28ec9473ad3f6e1d7f1e222ce30c73 1.33 MB 1,653 31
745,709 745,709 0000000000000000000483d622d0172f927dd3537e5a9f568d9dfcbd00adf4c8 0.25 MB 423 16
745,708 745,708 0000000000000000000855760267439754c64c3dcf7011bb8e555a2224eb1b51 0.70 MB 1,225 16
745,707 745,707 00000000000000000008524238e9732d5bc81d7e21ef70d1ac19245f73676ab9 0.86 MB 1,172 14
745,706 745,706 00000000000000000004790e8cdcd56d223f509ff587c50316ada9b7e5d78b39 0.02 MB 63 23
745,705 745,705 000000000000000000059595cf88a31727d68166e4009c5095ce9bbaa1710081 1.38 MB 2,590 16
745,704 745,704 00000000000000000005965b1fe37db89e85ba95a5ade9d253413593de77e315 0.22 MB 210 11
745,703 745,703 00000000000000000009193213582c9ebd0a004054dd88a9be5f75abc0b5b546 0.48 MB 512 14
745,702 745,702 00000000000000000003fd5bbda6e59d074b268d614105710e6c84252507657c 0.19 MB 206 8
745,701 745,701 0000000000000000000181dd86ed6876d633df78d83a380723e8b0c2d6631083 0.21 MB 326 16
745,700 745,700 000000000000000000092f2474fb1e245cda4e6899d4528aba1485b10dab9f76 0.36 MB 617 16
745,699 745,699 0000000000000000000918b60efffdc5d0d96c18ad6565c806b815b2fe566427 1.13 MB 1,916 19
745,698 745,698 0000000000000000000088c335d83bb13d166bc1573becce641f5d7ae530eca0 1.32 MB 1,402 5
745,697 745,697 00000000000000000006a9db2cc842256b6926fa45dec6e6c98bbfd9807a4e7f 1.45 MB 1,750 16
745,696 745,696 00000000000000000001086c88437be2dc73c420af160f2a2c69d6111a177950 1.36 MB 2,753 29
745,695 745,695 000000000000000000040db26e19b127454e1aa2f6c261dc0fb0b435e3c8e915 1.53 MB 2,176 13
745,694 745,694 0000000000000000000462a703081bf06be73fc15ea4cb3aca5705716cf3a0b9 1.56 MB 3,153 22
745,693 745,693 00000000000000000000647256640b689bf8f7c7b7e11e38eb068e656a721c33 0.31 MB 423 12
Previous 10 blocks ↓
Total Size: 769.24 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.06 GB sent, 94.14 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.