Memory Pool Memory Pool Refreshing

1,086 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,759 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 1,071 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,758 (378,768 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
528,990 528,990 0000000000000000003153779a6d0ea55c9bf97d3f1f36d4f4b7af9f9a9dd83e 0.41 MB 820 45
528,989 528,989 0000000000000000000fd2255300e20f6e886706ad65a53e57826874f936753c 0.59 MB 1,016 42
528,988 528,988 0000000000000000001798d57cf94c506ceccf62a7dcf5925aa90e19a2b8fb70 0.51 MB 671 22
528,987 528,987 00000000000000000018d0538b0d4601b15e30ff6a9c433d2d6f58f07c30ca10 0.03 MB 68 25
528,986 528,986 00000000000000000033fdeeeacba1f00c2a9d7b8a5a2524beb4dca1c0fcffe6 0.47 MB 855 35
528,985 528,985 00000000000000000000777053ec4893c99e49c99ffae87c68d7260822233b91 0.71 MB 1,564 43
528,984 528,984 00000000000000000024cb1f732775b12311e5be4ab36385848deb8dbb82da4f 0.14 MB 280 35
528,983 528,983 000000000000000000048601cfa7fbffbe78512ec28b30fb3d67c1ce5cf232a6 0.52 MB 1,125 30
528,982 528,982 0000000000000000000b6a8d92e8546691aa0ffcfc8842380ab686f20a3f9c0f 1.21 MB 2,182 43
528,981 528,981 00000000000000000005e1adf3f5dfd6b6d7264f74eeb5e67974c9fffedf200a 0.31 MB 655 31
528,980 528,980 00000000000000000036c96abfa1b9d1b00f9b64bb2ba5f4b2536153385efed6 0.04 MB 80 27
528,979 528,979 00000000000000000024af75eead9328b4ffcb091acc4a6ddf44456e65dea4d0 1.01 MB 2,054 42
528,978 528,978 00000000000000000035fca9013747d7d6f563a2d5c1f11e17329d0099bcff3b 0.52 MB 1,047 41
528,977 528,977 00000000000000000025b69bc10ef0711170d5eb149ca5683f6f3986c5e46c48 0.08 MB 139 18
528,976 528,976 000000000000000000042899d6674f56330661f706ce3238e8b4707be217e275 0.23 MB 399 37
528,975 528,975 000000000000000000005862c6d8ce9e051a2c9e839f7e0f75dcaf2d67813b4e 0.11 MB 184 58
528,974 528,974 0000000000000000003725d11b8f21bf6f51e3ff94bed1da894e62164969e98a 0.20 MB 378 39
528,973 528,973 0000000000000000002212bd5d1250e52b069ec26fc9dd6569adf251c7675235 0.45 MB 946 35
528,972 528,972 00000000000000000018532875f786af2a06be136b474a01ea9b22f1228d22f4 0.16 MB 320 52
528,971 528,971 000000000000000000141f223d66446a1d95b992f07cb26c7e4fc997f54cf4f6 0.63 MB 1,150 31
528,970 528,970 0000000000000000002947054434f5963a3e4f3b6544a49cdf8d89eeb2f5d89a 0.44 MB 749 59
Previous 10 blocks ↓
Total Size: 769.09 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,628.38 GB sent, 93.36 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.