Memory Pool Memory Pool Refreshing

2,474 transactions
0.83 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,769 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.83 vMB 2,471 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (619,300 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
288,455 288,455 0000000000000000c4dd47709475386111d6921976c1af121b524e709c7e1927 0.50 MB 609 21
288,454 288,454 00000000000000008a8b31409163eea35a85dd2668ec68893200ce629121fb2f 0.17 MB 512 76
288,453 288,453 000000000000000083e36c43989effaa17cb4793cd37608f21cf4f3eea2c72a5 0.06 MB 160 54
288,452 288,452 000000000000000108142b23eb229939e8c6e2d71d260dbf0d5bb3a05cd6a0c4 0.02 MB 56 34
288,451 288,451 0000000000000000ebcc6719c2238ff5d6270d654b6d015a019278f296b67912 0.23 MB 456 43
288,450 288,450 0000000000000000bcf7f1a0290ca67f596bb1c72ca5bc4747acb32c324d5f4b 0.01 MB 39 57
288,449 288,449 000000000000000060e257c910acd0b40fc6e8be3cf5d43b26aa4bdc71a7639f 0.31 MB 396 28
288,448 288,448 00000000000000004284619da43021138bab18afd03a1903d8a5feae7e364903 0.06 MB 128 24
Previous 10 blocks ↓
Total Size: 769.11 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,629.44 GB sent, 93.43 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.