Memory Pool Memory Pool Refreshing

1,426 transactions
25.31 vMB
Show Random Selection Loading Transactions
Max Size: 102/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,311 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 1,149 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,310 (901,122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,188 7,188 000000000ec22cd8f789df05f81a61bc58dc9d8644fc84fadb4e9b454c08d42b 0.00 MB 1 0
7,187 7,187 000000009fa8c9846e3c061913a3ff7a8fa240770e4ecd06d319b302f51f4e73 0.00 MB 1 0
7,186 7,186 00000000ff46ebbbb998f968ba271e2a5b7a5c460dd330cefd0b32c1363b9159 0.00 MB 1 0
7,185 7,185 00000000ba551e37af3b1851fdec32e283363af5d8df34a37fab9095d333097d 0.00 MB 1 0
7,184 7,184 000000008acace09dc63456c6fa9c5f143081ece9091abdfb6cfdb309d8df4c6 0.00 MB 1 0
7,183 7,183 000000002d887db4fdd897322408e7fe207537801e55ee17fbe498d2dc133a7f 0.00 MB 1 0
7,182 7,182 0000000081c4b4acd5cdac45547858be7c09eee0186e8f6e39d94ec89226b8cb 0.00 MB 1 0
7,181 7,181 000000008ed2ec3c0472d8ee8fe6006203e00aeb19def1e71d03b1ffec214241 0.00 MB 1 0
7,180 7,180 00000000d6c466cb2e74f1c18ea7caf55e410cb58a5971c7b16180ee8bf5f15a 0.00 MB 1 0
7,179 7,179 000000005fee4ca7eec12cfbcd1e741845b81c4fe2b8ad11c4314db1ddb1a9ab 0.00 MB 1 0
7,178 7,178 000000003f206cad3f9d1e2aab3d01cf3bacb0d1fa4ff57755d441a2c5dee2b8 0.00 MB 2 0
7,177 7,177 000000003d09f9f599f17ef2d1c483a2c76359b424f3580080a4777f88b64bd3 0.00 MB 1 0
7,176 7,176 00000000d1c40b595ebb20cbe7eb40cb7a564217522b15b5734b826e272ac989 0.00 MB 1 0
7,175 7,175 00000000665e84b1b59fcba37cc7674a4591e40c8a89bc0fdab40f70f845039c 0.00 MB 1 0
7,174 7,174 0000000043a6beca9339f823e92f50e857d45398a98483785090f8246c07d0ff 0.00 MB 1 0
7,173 7,173 0000000010d6771ec0c8675cc55bcaeebf7af18df3fd4dc38858fc9a115112dd 0.00 MB 1 0
7,172 7,172 00000000a44852891cf522a466015a94e7ab363e5ad84e0992e60d82a1f66c3d 0.00 MB 1 0
7,171 7,171 0000000048d63c87803479db8600d99d8b1a4644f7361da1e23ac06eacbaefaf 0.00 MB 1 0
7,170 7,170 00000000cc7567de5c48b49491fd520efcd0606bfdff3adc8b2640e50c53756d 0.00 MB 1 0
7,169 7,169 00000000483323979be9d096b592449ee0bfdf14cd4d8ce92f929777469467f5 0.00 MB 1 0
7,168 7,168 000000007bf41fadd7421e34b71f9e0f6accc14a323836e1bc8cc8445c9ebdfb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.21 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,698.19 GB sent, 98.59 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.