Memory Pool Memory Pool Refreshing

1,421 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,767 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,399 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (704,566 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,200 203,200 00000000000001590ea890cdb19dfd3838be11195106e4ef32f489225e6eb737 0.09 MB 284 56
203,199 203,199 0000000000000283f6be669bf02535d7495896d5b8fc5758979c29451ae5f3f7 0.10 MB 164 165
203,198 203,198 000000000000039e399bbfa0dfca19f71c60251825ef2386449c0ca0409aa11b 0.14 MB 163 109
203,197 203,197 00000000000001fc425e64a8707e3ee26d938dcd548ba483531bcd5c4d898449 0.05 MB 89 105
203,196 203,196 000000000000001f67375845f842f71e0d9e2884532831e9658b021bcb54c8d9 0.02 MB 18 81
203,195 203,195 000000000000025aebe85be99e9eddf6092ff1ddbad2f848fb3dfc22c7254556 0.04 MB 65 103
203,194 203,194 00000000000005300c6300cc795b21ed27315e3e42bafcf63455ba4f1057193a 0.10 MB 172 116
203,193 203,193 00000000000001f984a25627a764cb20ee6d45f273115969b1ea96d0d2cb0c85 0.25 MB 621 160
203,192 203,192 000000000000047d8d7618a330d7e0662c5e7cf5b4611c231645d46aeae9807a 0.00 MB 1 0
203,191 203,191 0000000000000211cbf41401f5ccc0783d01de2a583bc57ad0557bdfbc718e36 0.15 MB 247 183
203,190 203,190 00000000000001ffad6c24b2e1843090261a24bfb6d498284e8a0512e7e1ce9e 0.24 MB 604 136
203,189 203,189 000000000000050ca47917fdb0cc1458dba972f1017775960f17d22ef8902dd3 0.05 MB 117 79
203,188 203,188 0000000000000275bc2e1faf38d6eb1873f8ffd2b2b5abef893b4cd9d2c15d59 0.00 MB 1 0
203,187 203,187 00000000000003d2c4b8d4b778621939cb31927d7509ddd8d8efedb18f8e5dce 0.16 MB 308 101
203,186 203,186 000000000000014bd96bb454e4a31ecefc2e595ea1cc1e0064c7180ce3962a81 0.04 MB 123 168
203,185 203,185 0000000000000094c584cf6c24a213fe6fd10b622ab11d5d119d62ed6fe662b1 0.05 MB 97 87
203,184 203,184 00000000000003e8b9783e1913774d26b54b38e9fa4e1cf88f00c35c8caacd9b 0.08 MB 179 131
203,183 203,183 00000000000002a373d6839b937542808283e16744dc1e08ab8ece8d880cbeab 0.03 MB 44 125
203,182 203,182 00000000000000c37e93d7cca917e5935ec8cfbeebf678237c7b72890f5d0e14 0.08 MB 145 110
203,181 203,181 00000000000000287b81d283e70e9dce1855ff946e55a6092625dcfc29cf9b11 0.33 MB 448 42
203,180 203,180 0000000000000382c70204f38229204ba9ba51fa82576f2a22344688c1223f98 0.22 MB 560 232
Previous 10 blocks ↓
Total Size: 769.10 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,629.11 GB sent, 93.41 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.