Memory Pool Memory Pool Refreshing

1,215 transactions
0.72 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,994 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,705 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,993 (581,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
326,619 326,619 00000000000000001d3f3fc6a3dbcdb63a475518a2db6aceee97e1ba9270751d 0.16 MB 217 20
326,618 326,618 00000000000000001015f16818648b03a1616bb63cf037aa682fa75aefbd4d0a 0.21 MB 361 25
326,617 326,617 000000000000000019c7a36ec8e970f31edd7010de89e104753cbc07846537ed 0.55 MB 868 25
326,616 326,616 0000000000000000119000a1204bc5afe25b223b9864c4a807faa7913a02a351 0.59 MB 1,251 31
326,615 326,615 0000000000000000035836326ad66ecfc8efd9fd668defe7833558de5c9584d0 0.12 MB 220 26
326,614 326,614 00000000000000000a5bcd3170bf01d122e0ed93c24b5edd460702a4ac2a6d8c 0.39 MB 755 29
326,613 326,613 000000000000000016483f9765fe6b55906482e2cc64e9890780548c439924ff 0.38 MB 723 26
326,612 326,612 00000000000000001a15a837573073e19ab05fa5a58b92fa11046c1d5161303c 0.08 MB 256 41
326,611 326,611 00000000000000000b232df35cb7e01a3cfbf9b2786593e9a37c41d8baec3334 0.48 MB 988 28
326,610 326,610 00000000000000001474849e51fb27d04e33c9805b9f296996e1c332a96daf0b 0.44 MB 478 19
326,609 326,609 00000000000000000fe92e972abd85c31869f4ee89c676a9c91faf4ad938838b 0.75 MB 1,860 37
326,608 326,608 00000000000000001c53ab60b9fc85d1455a7fcdb2b8842b4b3c839d71061f3c 0.10 MB 175 26
326,607 326,607 000000000000000013eb8a064dafbdf022ff5c3235f0e53472bb7ea5377362db 0.12 MB 258 27
326,606 326,606 000000000000000016f4a77800b222e5a4d223745cd241134aade3d1982e41d1 0.47 MB 830 25
326,605 326,605 000000000000000012c5f6691adfa5e1aafa575e0f166ddbdb834533908be04e 0.22 MB 211 18
326,604 326,604 000000000000000012b3b41b1c652106490da9e9b19371ad668be0bdcfdafceb 0.75 MB 1,371 28
326,603 326,603 00000000000000001548a127d90a5b9714784ce2e8c638831a78ec1320c379d8 0.04 MB 100 26
326,602 326,602 0000000000000000065f923176772c2cb51541f4a701e99264c8934d67353d62 0.11 MB 142 19
326,601 326,601 000000000000000013b9cc838fc223e2afc907122eff6501a463008209e959a2 0.10 MB 150 31
326,600 326,600 000000000000000007daad9bd59a185c048a21d33e66602ef0190d7a046a55fe 0.25 MB 396 22
326,599 326,599 00000000000000000ed183acb531ccd378801a60eb6b433866c56c45f5e8a549 0.04 MB 79 35
Previous 10 blocks ↓
Total Size: 769.53 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,648.13 GB sent, 95.60 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.