Memory Pool Memory Pool Refreshing

5,470 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,979 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (693,956 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,890 213,890 000000000000018590835abf5fb61916270583195740a7be6658cbca831c8510 0.25 MB 428 124
213,889 213,889 0000000000000342e19ab9146a5ab891454cf9d76507e289aa3e57972633db95 0.25 MB 579 277
213,888 213,888 00000000000002739988feebeac0bec58db90f04ac5a38dbc182ab754fa664e0 0.14 MB 225 114
213,887 213,887 00000000000004a7e7125160f22720b2238d74fb1569cc322710dba4757103f4 0.25 MB 583 196
213,886 213,886 00000000000003a4fc180e1268cfad3aef5cb25919bf535986584677db04bd33 0.11 MB 301 194
213,885 213,885 0000000000000328e9eeb567a9b12c92f8c73e3c52eb5557c80947c0fd5ceeb5 0.32 MB 740 254
213,884 213,884 000000000000032a1b64c9cb5fa12ae1fedc6f607e6e8b832b457b8494aeac7c 0.28 MB 370 153
213,883 213,883 0000000000000092d6d4ebafcc974ff83c7f40cfff4ca7e5e059066262bb5a22 0.07 MB 129 143
213,882 213,882 00000000000002cea3329ae307877d530c224d9bc358901c3c0c137caefbe67f 0.39 MB 574 138
213,881 213,881 00000000000004e13fd3a456b122986fe7abc099359ca79c86ef84dab6d7e168 0.10 MB 265 197
213,880 213,880 00000000000002870a5dd13f6e1e770a351fd0d7abcc3e0def1052064c8810b5 0.26 MB 592 201
213,879 213,879 00000000000002a14ae27d5591912fb1eaa7df60f2e477713be965603ca7d103 0.23 MB 621 225
213,878 213,878 000000000000028f0c42ba7b4633317e356fb62b8c2ef9466328f4a3798f5a29 0.03 MB 57 141
213,877 213,877 00000000000004013e9347fc36a43ec626c7467bf9e60d7085ac00ed6faacc19 0.10 MB 188 151
213,876 213,876 000000000000020ace7cc146ed522b3f0f79ebd638f7cac1de6c521b782a6e32 0.25 MB 639 209
213,875 213,875 00000000000003b1ebf67adbdee54348701d0575534cff340a673bb93f078f7e 0.20 MB 378 173
213,874 213,874 00000000000001064cce3cd1599e09808a6da57c3de908d52ae1341120062fcf 0.25 MB 602 189
213,873 213,873 0000000000000500ae7fb4be9ad4f554f6b30d4f5641fe078362fbeb6e6ffda4 0.27 MB 680 121
213,872 213,872 000000000000013ec85db7c346b4e1d664fad660e1961f99e6b5ac114ca9cf8d 0.12 MB 128 56
213,871 213,871 000000000000048ce50e94086f7c8204b5692c50af1822eda6786ef31800e2be 0.25 MB 683 185
213,870 213,870 000000000000029a2601c7d976563ba49ae7e3843ad17463edcaf39116290f69 0.25 MB 569 222
Previous 10 blocks ↓
Total Size: 769.25 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.19 GB sent, 94.19 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.