Memory Pool Memory Pool Refreshing

6,685 transactions
2.25 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,832 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,857 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (319,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
588,258 588,258 000000000000000000068250b62f03008f88c31cd75c59bb9a4e1022ff43c9e9 1.31 MB 2,921 55
588,257 588,257 0000000000000000001038bf2db68b7bd4ade4d6a1bde18f24ebad763d80c195 1.00 MB 263 3
588,256 588,256 0000000000000000000de1b90aff57e7640124fecee577712b50fb3438935a16 1.27 MB 2,423 27
588,255 588,255 000000000000000000026ef8d342738db6fc902dd75fb08ea58b0082d98a76df 1.04 MB 713 1
588,254 588,254 0000000000000000001988f4c5df76bd7deaed26e39fc4ede66a66f8ce66f5e5 1.11 MB 1,321 18
588,253 588,253 0000000000000000000e88cdf362685f925b5575759485262973b660f413f3a1 1.05 MB 621 6
588,252 588,252 00000000000000000005e57ed2f3466302af7f92358b2bc199a5b9e913f0cc30 1.16 MB 2,185 30
588,251 588,251 00000000000000000019e27ef5084f5079d25e011c4c779af1bfd14588b9db1a 1.24 MB 3,099 31
588,250 588,250 0000000000000000000713b737a6a53c0d6fbea0c78303a498b9f569e047fff6 1.26 MB 2,928 41
588,249 588,249 00000000000000000013d72f5274c461806e6220c63f36da9e800ec8f64cacd5 1.21 MB 2,237 27
588,248 588,248 0000000000000000000a19125bd4124c2ea4fb19c3cbbbb8a6dc31205d7e3301 1.13 MB 1,969 21
588,247 588,247 00000000000000000009db497b8a01093943afd359d1d99405d30b994529a3f3 1.03 MB 740 3
588,246 588,246 00000000000000000013e559ac7ab94906fafaffa740eb8ccc8c21f20b3b4a07 1.18 MB 1,964 4
588,245 588,245 00000000000000000015d5eb25f2d4a7a47ae78880b2956e1b996ed2caf3b517 1.19 MB 949 9
588,244 588,244 000000000000000000113cf7b0c50fa41eeebc3bca21acfada85093a556f94b0 1.19 MB 1,705 16
588,243 588,243 0000000000000000001b3582dafe26efb34f409694678bb12c8dc57088b3f67e 1.12 MB 1,825 21
588,242 588,242 00000000000000000005e05cb41eef8651b39fe8d4232f54acce2c362e2cf58f 1.13 MB 2,203 23
588,241 588,241 000000000000000000056462d8ffda07946ed726ed57a4ee710640303c32166e 1.08 MB 1,765 20
588,240 588,240 0000000000000000001d88132290ac30a12b37fed915cdf6eab50696baafe0d0 1.22 MB 2,774 36
588,239 588,239 00000000000000000005b5efcf1e9e1a749222cb1acf524c1bfbac38745b7e9c 1.18 MB 2,952 27
588,238 588,238 00000000000000000011641aec831126533bdc4e378558cb82035b6246531094 1.31 MB 3,041 41
Previous 10 blocks ↓
Total Size: 769.23 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,634.72 GB sent, 94.06 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.