Memory Pool Memory Pool Refreshing

5,572 transactions
1.78 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
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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,645 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (721,964 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,738 185,738 00000000000006a1abcfb130759abe3d96fb8cea6127f0418e529dd673994f2a 0.07 MB 174 138
185,737 185,737 00000000000000e5eba496e2eeeed52c620dc094d831170483a2743a29f6dfb6 0.00 MB 10 36
185,736 185,736 0000000000000363b2ef0b89efe8bd5408e4ab894cde84f452d7a8f4c7b0de9b 0.02 MB 47 70
185,735 185,735 000000000000053c2a2ee55fe9c9b7075db225ff13ef008674c28ba523067ea1 0.15 MB 334 114
185,734 185,734 00000000000004360cf7abb37d09b1eba6ebf839f16300407f6bed29e4314f67 0.04 MB 51 80
185,733 185,733 000000000000053dd96b9be5f50b3bca94dc955b2ea5b9384e04376625fb427d 0.14 MB 319 71
185,732 185,732 0000000000000024acd590ea5a0d3bc53ca62182be96d97676afa45b76d4e91a 0.03 MB 79 51
185,731 185,731 00000000000006cd5fe85d210d5fd728db8b4830577087b633790945d65a8d17 0.02 MB 50 62
185,730 185,730 00000000000005083687b3504dfa19d398635f53f3ed957f82ea1e657d3ad9b6 0.01 MB 25 84
185,729 185,729 00000000000005ed7e92d74d1d25fa147c40745682ce7e87efad740b61b20bde 0.00 MB 12 31
185,728 185,728 0000000000000444cc3986102ae31592613f7dc6be6ec07ce29850932cf819c4 0.10 MB 285 132
185,727 185,727 0000000000000320cae0a8b440070f528d5137e7a5096d376d7b36e6df9dacde 0.00 MB 12 15
185,726 185,726 0000000000000523492daad8dc28eb6f83618fe47c446fbb78485cd4863015bc 0.00 MB 12 17
185,725 185,725 000000000000013dbfb7dec8f29f98b9706a7739eb3c806304123f32c5868256 0.03 MB 90 65
185,724 185,724 00000000000008118b6d4edb2034ab7ea0e37dcd183b07f5c0632ad7c03eb282 0.07 MB 177 192
185,723 185,723 000000000000075460d4c68eff8e090b08467b830cb1ea1961b54f93e6097131 0.09 MB 242 174
185,722 185,722 00000000000000d64e39340808f27366426fb7e54177d06e8dd02c159681d1e2 0.17 MB 128 96
185,721 185,721 00000000000008295c4057db9ffdf576528c8b8b3db14fc3250a5100bed5ffbb 0.08 MB 204 97
185,720 185,720 000000000000004bc21c8199afd48db91025b730e2458f39c55abad7a8fe43ec 0.08 MB 200 127
185,719 185,719 00000000000006f011f584dec39299ea589fe0aa9b06d18b41f712410eab70c4 0.02 MB 33 41
185,718 185,718 0000000000000446597484bba2165efef0536d446c5c7367af63d21c356e2701 0.00 MB 9 31
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.