Memory Pool Memory Pool Refreshing

3,102 transactions
1.09 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,859 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (624,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
282,890 282,890 000000000000000175152567bed1822edcdcb18f9d385c07d05228d2ff8ed483 0.05 MB 131 157
282,889 282,889 0000000000000001c14e781cb26c957222af72c6c163d8700333a97951368727 0.25 MB 637 63
282,888 282,888 0000000000000000fb2c2e68b77963e980e6d13fca2690d5368756cdf72b25c7 0.50 MB 982 30
282,887 282,887 00000000000000019c5a921acf8165f2fee0258f7ee4f9741998a03eb7bb7bfd 0.25 MB 754 87
282,886 282,886 0000000000000000b1db2a878326529ac184e36228919f280ef89b6fa526f9a6 0.26 MB 488 43
282,885 282,885 0000000000000000995db45f2e02302bedcdb91e287db6da4c6662eb34ab78e0 0.25 MB 654 50
282,884 282,884 0000000000000001995bb78bbd4c7e481babceedb4956a4e8381795bbdcdcbdd 0.07 MB 119 23
282,883 282,883 0000000000000000158a8ee07536943b393774cd00caacf465f4f61557b85b20 0.04 MB 90 31
282,882 282,882 0000000000000000f3cdcf2eb9839a45fec1dc9454edc0d13d703dfc3893a7cc 0.11 MB 256 38
282,881 282,881 0000000000000000f1231ab903e1ca4cd688d9ebe2b08f26a6d5029e0ff328c0 0.09 MB 226 42
282,880 282,880 0000000000000001829e910796b30b329c197db6a14e4a8f4bac88baa37849b2 0.19 MB 368 47
282,879 282,879 000000000000000047bab220715a158948d6cf206321be04b73a0fb3f1b84161 0.11 MB 234 50
282,878 282,878 00000000000000018f05a7bc811e22f4ff112d22401171dd0da67c4130bfc5ef 0.40 MB 909 50
282,877 282,877 0000000000000000bec1ee6417bea3819a0c22c679ff8a86a0b2c1e6af94a5d5 0.10 MB 108 15
282,876 282,876 00000000000000016e30a8993bdb6c8f1da2e2003ffdced97baec98b4dc372f1 0.11 MB 225 52
282,875 282,875 00000000000000017b916aaf3430e5b9678e53bd5f3d4bbcaf63d2c023a58bc4 0.13 MB 241 30
282,874 282,874 00000000000000015151fe4c165e0cb0aa40f6afeda65653cdd35972eb90de8b 0.24 MB 255 19
282,873 282,873 0000000000000001671689286e912bffb209f43a7a216bb19cf180ae7cb2813e 0.25 MB 472 43
282,872 282,872 0000000000000000af40c79a1a0fd8cdb58887dea6c3f051397f03404ca241eb 0.15 MB 213 22
282,871 282,871 0000000000000001b95dfa6bbe1bf9c2fd73c6ad953d9e9af91843d5ab7eb13e 0.25 MB 462 27
282,870 282,870 0000000000000000bef21b4705e766ff5c386695729d992ecb5209ce58a0359c 0.25 MB 734 46
Previous 10 blocks ↓
Total Size: 769.08 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.26 GB sent, 93.31 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.