Memory Pool Memory Pool Refreshing

8,804 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,498 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (619,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
288,476 288,476 0000000000000000852ebf15a9ab1a8ccddabe96f95d9cd7291911e3ae02f6cf 0.35 MB 499 28
288,475 288,475 0000000000000000f172f807914b523ff3ef0d2e45a2a68272df7b7464c10d7f 0.35 MB 436 23
288,474 288,474 0000000000000000e01a29a49b486970d517892728b3a3f1e04913915858af80 0.06 MB 191 76
288,473 288,473 0000000000000000d27f969064fb57604a122d8cfb38d8b48d9092d460e5a830 0.85 MB 505 17
288,472 288,472 00000000000000003056fb5710e74fb1dcbc2f67c0822ae05b74d0faec2d85c4 0.50 MB 871 76
288,471 288,471 000000000000000112a35885e8aca92003ca8fc4e411f98857983ec4dd90320f 0.35 MB 464 28
288,470 288,470 0000000000000000c970ffe127244c79ba32622c57749708e8b11df001ea2a11 0.25 MB 225 22
288,469 288,469 00000000000000008f3724f399ef263630ae0a53c6722445897a98ac7366c5bb 0.50 MB 1,170 36
288,468 288,468 00000000000000005cf142852634fefac0b65817109ff927162dd0dbf9fc5f45 0.06 MB 192 134
288,467 288,467 000000000000000064e11db4894c41775245521d3b7ccf15b57400cb4524867a 0.06 MB 76 25
288,466 288,466 0000000000000000238a3bb518e98ef9dca886255ae4c96d05f809c3e26baca3 0.11 MB 128 18
288,465 288,465 000000000000000033c6e6d3529f7884822d4d664cc1f34b8c4708f454ad1162 0.08 MB 141 49
288,464 288,464 0000000000000000a9e90b821c84ddbababc09bb9ae9c0d3ff1db7433aed8c30 0.25 MB 542 39
288,463 288,463 0000000000000000c63c6771ff8cfb8ff2e5edd4c66735d9ee9e0ca5575fd52b 0.03 MB 64 42
288,462 288,462 000000000000000024c0f2d4889f7d449960f5660266f648ef386ca2bf4ba5c3 0.06 MB 185 56
288,461 288,461 0000000000000000e6f5c5431a4d92fc3ff548dc8a249fa8d97e8727e387bef4 0.29 MB 499 34
288,460 288,460 0000000000000000b3b177e17cf5773001fe30eea238b3ed48f036c29cbee13e 0.05 MB 128 40
288,459 288,459 0000000000000000e1d4eb976abd99f9a997bbcf9429246682c870b639792051 0.35 MB 402 6
288,458 288,458 00000000000000000d19293a413548797b7cace295ba70c2eb03bc03ad01f508 0.15 MB 249 25
288,457 288,457 000000000000000077512b934eb20229a79ae45ab0a4a437809f5c1e16a24ce7 0.22 MB 231 18
288,456 288,456 0000000000000000f2829bb3ce981035da3474b09e6f51cc31b49fa82971d0a0 0.08 MB 256 47
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.04 GB sent, 94.13 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.