Memory Pool Memory Pool Refreshing

194 transactions
0.04 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 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,863 00000000000000000002349e0000000000000000000000000000000000000000 0.04 vMB 184 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,862 (603,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
303,920 303,920 00000000000000005ee5f45a1426e3cadffb9c3c39652fdb80201482fe3a9463 0.35 MB 645 31
303,919 303,919 00000000000000004ca8eed84c9d2d1f2af89e0c09ac18eb65c61ac455c5de17 0.00 MB 1 0
303,918 303,918 0000000000000000282a07e248fa4725136769e7cb3de56f80ae7c7c34ca422f 0.60 MB 827 28
303,917 303,917 00000000000000001620157922b6c51dcbda19a905216b5f59dc07713de023d2 0.18 MB 332 35
303,916 303,916 00000000000000002c0eda2ca5738d53d6c52e339441fbe5f832e9c4c969abdf 0.28 MB 391 28
303,915 303,915 0000000000000000435fb9f5d05ed043f8a83c18d2527040825714b21f26aaae 0.00 MB 1 0
303,914 303,914 00000000000000006428c31deade8789b3cc7c03f7832869a11e99dcada696ec 0.11 MB 134 27
303,913 303,913 000000000000000051c2fdcb10ecaf7cf7b67b2661d2ab29ac2c3cc8c70c5e75 0.16 MB 236 27
303,912 303,912 000000000000000009c7706c8bdd3855c9e65d704242204eb9c683ca37bc9123 0.27 MB 431 30
303,911 303,911 000000000000000023d36ec3dba883677727f402cc6bee39a1b11700098f60c1 0.22 MB 321 19
303,910 303,910 00000000000000005f8e5d2f9aa10f9ce500b1e2bef7fdcd3e86daae09f308eb 0.02 MB 40 30
303,909 303,909 000000000000000042a1e1a7d5e8b58b1cfdc07b658792e6fff58726183659fa 0.20 MB 429 31
303,908 303,908 000000000000000059daf4e2471779feeb821dc7e61331b342da8356bad926ef 0.70 MB 834 22
303,907 303,907 00000000000000000da6cafb082bf5d258a1a6c661ebe9550eccd93039bbcc17 0.35 MB 917 45
303,906 303,906 000000000000000003d6f60978809762f0b23ad5b6e2261e2c3b0c82284a11f5 0.08 MB 161 31
303,905 303,905 00000000000000000e84f4c51eb52fcdccd2075376ab33d8225ae7dc51f80db6 0.08 MB 166 23
303,904 303,904 00000000000000004bf14f0a912d7cffedded3c19767059e7e7ce1423fc814df 0.37 MB 361 16
303,903 303,903 00000000000000003b73350c0693826927be2e176804ba818f980ca58d545523 0.35 MB 388 17
303,902 303,902 000000000000000060a37ff6658b84ad6a98a1c5e633908e30761bbb23b921a6 0.34 MB 1,024 48
303,901 303,901 0000000000000000085b41fda8a7f87c1588bdbd4e266322689d0ee70ed17df7 0.35 MB 773 38
303,900 303,900 0000000000000000300787fab271dbb8ac3213a5ca29d0d205161a2ed560126e 0.23 MB 356 30
Previous 10 blocks ↓
Total Size: 769.28 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,635.54 GB sent, 94.32 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.