Memory Pool Memory Pool Refreshing

3,534 transactions
1.51 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,648 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (703,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,342 204,342 00000000000002a562885379919f2a49d8352bce7e5251c48c67319f24b71576 0.02 MB 64 124
204,341 204,341 000000000000046d0ea63d01ffffad238738dd6e57f5e85fe52a339b60415c2c 0.06 MB 170 148
204,340 204,340 00000000000000d2e9be7371631f0a88632580e9e334d2377baaa9d23ce82251 0.25 MB 676 156
204,339 204,339 00000000000001726d2075fece36ad87492185f3a0e6b8a4fadab9c53c44bc62 0.05 MB 124 145
204,338 204,338 00000000000000e7145f452d6fe09c0803e1e61c9c7452ce8e26d2d154158767 0.19 MB 441 121
204,337 204,337 0000000000000231b28853495e41e96e0b978275a4323ecc97ec93c7fdbdccd6 0.05 MB 131 137
204,336 204,336 000000000000030b4ee2b9c76109701a3814f37dbbfa8918175a2db1673dd1dd 0.05 MB 120 102
204,335 204,335 000000000000052ee22b0d2eeab81dca6a1963cbcc4c32548c18800185f65f2b 0.09 MB 248 139
204,334 204,334 00000000000003bd4a6263bb5f786732d4c67c1494cb2c9b7ad8b7a0e8c31168 0.02 MB 38 91
204,333 204,333 0000000000000065d5730ea7682e09acd93e0191f56d8e759668d591ebdd41b5 0.08 MB 241 95
204,332 204,332 0000000000000298a5df4fb26267450d620ff1a9e6caf22191581efcfe2064f8 0.16 MB 360 118
204,331 204,331 0000000000000041e0ed1eb92158baaa70edf7044b8a66a59743fe3e21d25ed9 0.07 MB 193 124
204,330 204,330 000000000000036b8fb6c121075a95a974932b784e20ceab7dde8ba935f1edf9 0.00 MB 1 0
204,329 204,329 000000000000011b89ebdfbd9c15e60b77fbbb285cfdebc2265b1b4178b681d6 0.03 MB 43 90
204,328 204,328 0000000000000476358a753becf6b5a4b342fec73a5fd393e00c5fe3b370eff0 0.15 MB 246 95
204,327 204,327 000000000000001497917bbc3c49100e706b3f66486bbed839788486256f0bd4 0.21 MB 537 141
204,326 204,326 000000000000035914c429e05759d6ecbc7da8380640981d9e45a89b1f90838b 0.05 MB 141 121
204,325 204,325 000000000000045d16f9d7951b499b50fd426f04690834bc820d8f0660284761 0.05 MB 142 234
204,324 204,324 00000000000005655196e0e5357568c2c7637fc6ba41805f3e551733ae0b9c36 0.07 MB 162 122
204,323 204,323 0000000000000499ce12f4c81346f0635f4b18209b3db41e03cc6d53f33e35ef 0.05 MB 127 139
204,322 204,322 000000000000041a7e2e1e95859e530112179104afce87cd6f03a7191300e60a 0.22 MB 269 17
Previous 10 blocks ↓
Total Size: 769.24 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.06 GB sent, 94.14 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.