Memory Pool Memory Pool Refreshing

1,266 transactions
0.54 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,778 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,256 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (232,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
675,759 675,759 0000000000000000000a2a0731e79f977c689e4f3bf0a72eec99abe3c3478e52 1.16 MB 1,902 16
675,758 675,758 000000000000000000004b9f2a0de049afb1c20466db3cc4215424bcbe2a45ff 1.28 MB 2,355 17
675,757 675,757 000000000000000000005a531dec6db91aeb7a79def9f81fed29f53f7e7852df 1.38 MB 2,565 70
675,756 675,756 0000000000000000000b672bc647a7f6c863a940c02097c0b3b65182684e4494 1.40 MB 2,033 64
675,755 675,755 000000000000000000093bbb72aabde7a44cd11bb06ebbb7a8638f46030688ab 1.43 MB 2,113 57
675,754 675,754 000000000000000000040c14ea25dadd85426823eaf69170b7980a80af4bdb28 1.18 MB 1,233 77
675,753 675,753 0000000000000000000a034674e02d9c64b5da73a9cd5d0171872b7fee86f5fa 1.21 MB 2,808 104
675,752 675,752 000000000000000000069e0cacc2e84b15d282f97c4b9d610f660551eb130a75 1.33 MB 2,339 44
675,751 675,751 0000000000000000000a7490b5edf16e3783cfc32e7502a5a602d459f715eb86 1.46 MB 2,552 59
675,750 675,750 00000000000000000003f5b0541cb000c31e8781967a61792ef249fbff66be14 1.38 MB 2,703 55
675,749 675,749 000000000000000000098fb12eb78c2f3f28e60e6ac383338b2f298281cfcb65 1.17 MB 2,532 34
675,748 675,748 00000000000000000000c3b421239c1daa2109c28842903091869a98f21a993f 1.24 MB 1,691 73
675,747 675,747 00000000000000000009ea546d1e26035e8107bf0531fceef23dae6cf8289e1a 1.33 MB 2,720 74
675,746 675,746 000000000000000000036fef4b8ee57730f7b9458db3c7ac64834a76234a38e6 1.40 MB 1,370 15
675,745 675,745 000000000000000000006c5ea534a5683e83da0fe223ed56fe5cf0560ea7953e 1.36 MB 2,321 42
675,744 675,744 000000000000000000007daaf51f5f175c7d8ad8b1328b2a855aad0b805b9106 1.17 MB 1,393 98
675,743 675,743 00000000000000000002b585ce3588c2253573f235b7cd2d1232c75c5ec41448 1.49 MB 1,564 38
675,742 675,742 00000000000000000007b5fac83bcb192db6275ca825133ac8662d010c13db86 1.36 MB 226 11
675,741 675,741 00000000000000000004f7d5ba05fdac927aec398081794bd25fdddb02f71dfb 1.39 MB 1,438 22
675,740 675,740 0000000000000000000a664ba1192bcf7c49062f99417ccd183c182d08b72e89 1.30 MB 1,825 30
675,739 675,739 0000000000000000000c005661079511226a0912e7b51b56cbfd07259409667c 1.17 MB 2,506 26
Previous 10 blocks ↓
Total Size: 769.12 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,630.10 GB sent, 93.49 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.