Memory Pool Memory Pool Refreshing

19,761 transactions
6.33 vMB
Show Random Selection Loading Transactions
Max Size: 37/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,690 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (720,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,790 186,790 00000000000005075889cd7094dc972c945d79b99d1cd5944fa6ff151e45ff09 0.05 MB 136 141
186,789 186,789 000000000000034d224a4f352f9bd4eabea0d62878409d6cb2c846ec22a037fe 0.03 MB 73 111
186,788 186,788 00000000000008de6791f70715699cc7245d53d6e51093e43548a1b53fb13f1d 0.06 MB 93 131
186,787 186,787 000000000000031e638e96ccde7c2998eec8cb7f8f8b6dbff7e5848be1aef94b 0.05 MB 155 12
186,786 186,786 00000000000002629b00f41e922542bad17d6682b916e2bf9d568d7d1f323f3a 0.03 MB 69 53
186,785 186,785 00000000000005caf5594905ed6dd2c5caaff444db54633983e9b3fa1c283cdb 0.03 MB 73 15
186,784 186,784 000000000000049249851103816cc55e59fbd6813ae92c0aa949795a449ecc5d 0.03 MB 62 12
186,783 186,783 000000000000040cf9f1a7df9ea84b4f3e1d7deeec29d63a7e0ba38e3e86ec96 0.17 MB 356 152
186,782 186,782 0000000000000649dbed77500a6048c4cbdc342faabdb9b66870eeb01fc9921d 0.18 MB 512 160
186,781 186,781 00000000000004406d40894407c71d15386e8a57fe28d87ff410fd40a585a588 0.13 MB 396 143
186,780 186,780 00000000000001041d13c3261dcb178f1ef8751a3356d6a0c8495bf950332003 0.07 MB 256 198
186,779 186,779 00000000000007ccb65465180e6bb0101bcb38f35a4c7bbf59ea6969786cd814 0.25 MB 485 141
186,778 186,778 00000000000007131cb19caa8e121d29058219a8b2a93d4596834084d2545fa8 0.06 MB 204 49
186,777 186,777 000000000000045a4fa5a7b62fd4e70a7679f2769fd2e65b962259d5fa8e772d 0.15 MB 220 143
186,776 186,776 00000000000002251365bd00b80979a5b88aa0baef8b61acf054961a35e87c5b 0.09 MB 190 81
186,775 186,775 0000000000000084800bcc99650dae76c16b4a1ac014be057a35d73de28b219e 0.13 MB 268 138
186,774 186,774 000000000000082a2ab00d4d4fb56ce06297c74662cfd133f2ca5a4643c452c2 0.00 MB 15 12
186,773 186,773 00000000000002d04d020b31304cf596da39292d4414e7882204a2ba92793033 0.14 MB 331 115
186,772 186,772 00000000000002225cfea1a2ecd49780f41e9288122438ffb2d3026082837756 0.05 MB 137 118
186,771 186,771 0000000000000338bef4ec2d45639c25b8280a807a1cad41afd24438404fe7d3 0.05 MB 133 131
186,770 186,770 000000000000063874eaa3fe25bd1b8969d02147c238eed46d31b2517217ad39 0.06 MB 180 26
Previous 10 blocks ↓
Total Size: 769.02 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,624.53 GB sent, 93.00 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.