Memory Pool Memory Pool Refreshing

4,495 transactions
1.59 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,696 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,086 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,695 (536,822 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
370,873 370,873 00000000000000001428b4b30dc4bc16766970323d9279e613617987befd1ab4 0.42 MB 746 38
370,872 370,872 000000000000000006d07d0b4063af8b75b5fb75ba0849cfaadf936eb062aae1 0.09 MB 151 33
370,871 370,871 00000000000000000aa93cbcc7ae5de01875b9ac14f3bed15a8bf4c4128190cb 0.17 MB 335 39
370,870 370,870 00000000000000000111820c7b30c58c62d0f09302922dd69fe0f88440167cea 0.22 MB 380 37
370,869 370,869 00000000000000000951181795dbec8944b239d616e3070dc7c999d7a638ebc5 0.35 MB 649 42
370,868 370,868 00000000000000001075d6e9c3beb119cee4d4712e5fb4d5018c14e43b4952e3 0.14 MB 215 36
370,867 370,867 00000000000000000be5636cff4766711662c8f198dcb06f02c6c46d588a696d 0.13 MB 235 33
370,866 370,866 000000000000000002f8ef4362bddef891f4420361411f414678d46c5ca2633f 0.16 MB 301 36
370,865 370,865 00000000000000000ff3e4145709be059157fb925d0ecb5562d63969b2707062 0.38 MB 659 36
370,864 370,864 00000000000000000e3e1c88de1dc5993d67e850297bb8901348d3beeec0aa9e 0.13 MB 206 42
370,863 370,863 000000000000000007c95755de71bc98c6c241ae5e18546940f52c6c086edea0 0.07 MB 182 54
370,862 370,862 00000000000000000b3b9391a7787fd3ed4c0243067e4055212863b218753174 0.17 MB 346 35
370,861 370,861 00000000000000000f7b837d1f6bdc245181d09eb433a0cbbb0c00e17fda1fe6 0.37 MB 721 34
370,860 370,860 0000000000000000103692a9e0f7f40e974713679d02ef898d79d3803eb8ba08 0.26 MB 477 34
370,859 370,859 0000000000000000004c12362b77d2a2e9c0f24623a795726ec246986b4eadd2 0.08 MB 193 40
370,858 370,858 00000000000000000dd21fe7272bb8134927760ca9b00f6b5c5fa655a59853ef 0.36 MB 586 36
370,857 370,857 0000000000000000028f627ed355c9cff0ea32b8d0a2f2271076e8150d09fb6b 0.01 MB 18 27
370,856 370,856 0000000000000000107eabf41b77e75587b967e96f2ad3e318af898215122220 0.25 MB 457 36
370,855 370,855 00000000000000000caf15d7329f3fa5f49d7370b6ef1585431df4341459411a 0.34 MB 648 35
370,854 370,854 000000000000000001bb63f4e42b95f1256acea797f27cf003bdfa6c2377be88 0.68 MB 1,231 37
370,853 370,853 0000000000000000120d284e6ca8145d6ff8855a47858479070f70f56dc1f4df 0.03 MB 50 24
Previous 10 blocks ↓
Total Size: 768.98 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,615.71 GB sent, 92.68 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.