Memory Pool Memory Pool Refreshing

2,355 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
905,668 000000000000000000023aa60000000000000000000000000000000000000000 ago 0.80 vMB 2,330 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 905,667 (703,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
202,154 202,154 0000000000000142e2c4baf219ad871d772300bf29f832051f49e2881d72b588 0.11 MB 224 225
202,153 202,153 000000000000036d43adbe33b3501b91c28a3f4e56632d0d268c5766ee56b311 0.07 MB 235 20
202,152 202,152 000000000000013ea771e1c9f76ced723d637d0d2c57427bf70432341e9f8d51 0.03 MB 50 52
202,151 202,151 000000000000007071e6bf215217606014be30b57ebca9063f89fe0019a26dae 0.00 MB 1 0
202,150 202,150 00000000000004a71791ec5dbd7d47e53067175fe7046295a8f73cb0de4723f4 0.07 MB 102 57
202,149 202,149 00000000000000566cf934aecca710f069b6b6d65ffa7014c40ff75a599506fc 0.00 MB 9 85
202,148 202,148 000000000000007a860c93df3180cb8a9c4cf1981220be11931b22cce9e977b9 0.22 MB 214 68
202,147 202,147 00000000000001ba80ec8a53d799eabfd6697d4df4eb8bff22b0c997c0240373 0.25 MB 668 160
202,146 202,146 0000000000000571447713f754226f95a2d461bc635b0bbd9cd8142d58a5c10f 0.02 MB 16 796
202,145 202,145 00000000000002516b21372ba3a61ee5f0a5bbf75068d68482ef83c7c5f925e7 0.14 MB 345 126
202,144 202,144 000000000000007623f00b4548f653d47364286a2a7219b0688783d651630903 0.25 MB 586 173
202,143 202,143 000000000000015cf28342370f88c8cc1444003db2626f8ef86f8a7b846ddd52 0.25 MB 812 165
202,142 202,142 00000000000004c31afd31ef6e1f2c900d098023d41f1337eb10edfdd19d5294 0.00 MB 15 126
202,141 202,141 00000000000001b3b9fc16bd4cb16cb589896e638167066137c35a8d77bca3d9 0.18 MB 412 140
202,140 202,140 00000000000001fee19ff30fe9ec862d0e0c48c6a2faeeb148cab9786b85edaf 0.00 MB 1 0
202,139 202,139 0000000000000370424e86f6f66abb8abd328f7c54348ea7c07e4f4885fee6d9 0.04 MB 104 125
202,138 202,138 0000000000000456d295557e90d2909ab3a6a3276d9c7bd2aa70075d70b83f7b 0.06 MB 134 184
202,137 202,137 000000000000032cf5bf028f43a7fda53027e36f0cc3d7abbd704fa803aa218b 0.05 MB 28 61
202,136 202,136 000000000000027e75e654184ab48d7e26df0ab6de665185dccfe6d8148e925b 0.01 MB 20 55
202,135 202,135 00000000000002a25ec038ab0e0b35423aa5200dd6f4b7ce523de61e43eac28a 0.25 MB 601 138
202,134 202,134 00000000000001b7511fae4c8de15c489503cf4dfe9ca51413c0c11ff42d4124 0.05 MB 130 223
Previous 10 blocks ↓
Total Size: 765.35 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,352.38 GB sent, 73.92 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.