Memory Pool Memory Pool Refreshing

1,701 transactions
1.04 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,682 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,507 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,681 (617,773 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
289,908 289,908 00000000000000004952196082a7e5c63539edd0abdf8fc2d797ee88d92f09db 0.35 MB 666 41
289,907 289,907 0000000000000000d782c594b22aae853f5a4553c194366e835fbbddda26ab28 0.65 MB 1,197 38
289,906 289,906 00000000000000003c98826e5b6052903bc1c41018e875a7c4b879a984860e94 0.10 MB 256 29
289,905 289,905 0000000000000000475f5acd15c5d7a1b120219be2e964326bb77ad141037f6a 0.29 MB 564 42
289,904 289,904 0000000000000000467f2e1ecd172e88935e22d294390e7c837df9fcc5cffbbf 0.73 MB 756 21
289,903 289,903 0000000000000000e33b8901be4ca930de59eb90ba60d9b87e007f5e88664d14 0.50 MB 1,368 248
289,902 289,902 0000000000000000159d74521e6f76fea7fea75fb8c5e2ac204ac071433277a4 0.57 MB 740 31
289,901 289,901 0000000000000000b69de5a6572b1096079fdf7cf8d20700b983efb82e35bbeb 0.04 MB 64 12
289,900 289,900 0000000000000000ad930dca0bb216e07d9fefb4f1403108eb16d36fb943023e 0.07 MB 66 9
289,899 289,899 00000000000000010296b7f095c03e13f080447f25779c976a62c6b5a877b8cd 0.17 MB 206 17
289,898 289,898 000000000000000115705c1a5d1bab9dba2cb2591313e5ee46a04feb0a8e46f4 0.50 MB 1,058 36
289,897 289,897 00000000000000011f6c64032947c1589ad603759d7516a561124f6cdc7487c4 0.62 MB 1,023 34
289,896 289,896 000000000000000033b20e00df22b68c9eb7dec3e095d680c14ef46fd7d32dfc 0.29 MB 523 34
289,895 289,895 0000000000000000a1e7a9c85fcf2b4e2d8745b14b066da490470f3453c7aa4a 0.34 MB 281 18
289,894 289,894 0000000000000000d53651e9e68c302d70b0e8705c321cf1274114a482fdecd5 0.35 MB 956 57
289,893 289,893 000000000000000072faeaf071cda9cd5325e8fd0c2ddeac6765b57f954e7521 0.73 MB 172 12
289,892 289,892 00000000000000000196731c80103416b32e70bf7158796dfca7cb3b23322ecc 0.90 MB 665 16
289,891 289,891 000000000000000012cd157a76f1df9e5e8cc2e41aee36fc2c0169be97bafba0 0.22 MB 512 37
289,890 289,890 00000000000000010b4b5b4a95ffa193b8dc0929977a55c03e37ff49f270f066 0.35 MB 848 38
289,889 289,889 000000000000000027e5c224c26df2c77d56ffd3c108b7735609b794c5be385d 0.25 MB 706 48
289,888 289,888 00000000000000003d40c6e1be0e284328d2ab9cc212a6740329a8f6a5f201e4 0.25 MB 877 78
Previous 10 blocks ↓
Total Size: 768.95 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,613.88 GB sent, 92.53 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.