Memory Pool Memory Pool Refreshing

1,612 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
908,521 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,596 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,520 (832,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,265 76,265 000000000068176fb864960099339ba6930165b3a599f4c60fce992790b2d500 0.00 MB 3 0
76,264 76,264 00000000006efeb7c2524db05c9e4e6aee8b242f0528e461cff4f4032eba4631 0.00 MB 2 0
76,263 76,263 00000000002c3aa37262bb008a8a2c7f8d9085843eadc8ec542dd22818d32bb3 0.00 MB 1 0
76,262 76,262 00000000000863027de644d7caab237535e9e3ed6aad509653e7f1e9448410d8 0.00 MB 1 0
76,261 76,261 00000000005a30ad9c0a3771b92f7c630d46d71b21424ad58338395352cb2763 0.00 MB 1 0
76,260 76,260 00000000006f9129f828e945411d1e3c56ff6f8819bf45ceae0071819a4ee400 0.00 MB 2 0
76,259 76,259 000000000000a1b435d200de49db4e3fa66355885d590354b20d05754ebc3c2a 0.00 MB 1 0
76,258 76,258 000000000048fa12e12b5d633c903b93694a461bfa761f3ae0131d80113545ab 0.00 MB 3 0
76,257 76,257 000000000004e07a3040d76de765af689c2c2a805d21b458c3ab8c76614c9dc5 0.00 MB 1 0
76,256 76,256 00000000006cd0b9e00f2de53d8ab010838252a6b9aa70447eeed5d8bf050af9 0.00 MB 3 0
76,255 76,255 00000000003dd788d358964bae7ee5c776c79af85eec02cc699d4d49f4ff5330 0.00 MB 1 0
76,254 76,254 00000000000f59577d3b980937fd2f6b3497261c824796abd99ff7d1f40847eb 0.00 MB 1 0
76,253 76,253 00000000004128d9dddf6657fb59cdf417497982512666e390a635b5efab9ae9 0.00 MB 1 0
76,252 76,252 00000000001f6c758e4c04851b7e786a286b8b442eb95eb2043e3b9d7e86a2b7 0.00 MB 1 0
76,251 76,251 00000000004a310e6fd1b4ef25aa50c05ad3496d0b30c18a3510ca741811f399 0.00 MB 1 0
76,250 76,250 00000000007e8ce5a13bb3dd536fe27b5b5a047caa96d9f36d07212bccaa4663 0.00 MB 1 0
76,249 76,249 000000000076733ccfa93810adb679d2819b2219afcfd638644217461c900cf2 0.00 MB 1 0
76,248 76,248 00000000003ce63bfc237c33d091f50465e2de295f2e8bdb2156cd1907edb8f7 0.00 MB 5 0
76,247 76,247 0000000000626dc7560d94a1bdcbab7b4ab6227cca0fe4ea028638a9fd4981bd 0.00 MB 1 0
76,246 76,246 00000000003cdc4be2729289922ce2e9543c2c358a256b7abf7fd9dd67f0508f 0.00 MB 3 0
76,245 76,245 000000000047a271a5a6e3cdfa0740032a764310f93fd7d12cdd4bec43667392 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.66 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,840.38 GB sent, 100.31 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.