Memory Pool Memory Pool Refreshing

3,106 transactions
0.91 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
908,636 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.91 vMB 3,101 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,635 (894,273 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,362 14,362 000000008c421fc0eb91256e1ac6b905339c31fdacfef31d0f62d24f4cfec8be 0.00 MB 1 0
14,361 14,361 0000000033a1c3d5975c9f6e5d51a3383f27068d9c68f7a2ea2ba402c3c421c4 0.00 MB 1 0
14,360 14,360 000000006bef21e1a795ceffcf946fc422cdb22f7d1dbf19922ec530fc01caf4 0.00 MB 1 0
14,359 14,359 00000000911f34632f6c4dbc34d41a25d3e50257d9a38991c8e59df8be651781 0.00 MB 1 0
14,358 14,358 0000000060ff2c2a67ae95748d9f3700cae9d2aaca07f50f918d393be88e1ac1 0.00 MB 1 0
14,357 14,357 000000008957aa67be1635126d75bf90a5c68363da067292bef3d6004138cadd 0.00 MB 1 0
14,356 14,356 0000000011be373c01f5af21eced9fb9e14dc15c4e2459e09a2aae1b6f331cbf 0.00 MB 1 0
14,355 14,355 00000000cf2050ddfe9f29da9161e62b3943ca66646d07ecd2a43782725a7c74 0.00 MB 1 0
14,354 14,354 00000000d595fb70e15da63814ef025f03c5718fa9c3247591aac4a0a11635da 0.00 MB 1 0
14,353 14,353 000000002d588446bb9bb381d1e7db49d49fb455ff0463ff26a0e5543fd6bfa3 0.00 MB 1 0
14,352 14,352 00000000983d1e3f83c99889aabb694693ae04d694664420cd1ce7de0ea83ce0 0.00 MB 1 0
14,351 14,351 00000000c46d117e89d679685d96c18410b595dbd41896969c05d0e6ee582e69 0.00 MB 1 0
14,350 14,350 00000000caf2c391d8653ba13ce7acf7226157c760bf4ad26f243a32b6222a1c 0.00 MB 1 0
14,349 14,349 00000000cb7349654bd501e8b751a7b9e32acea088837fb4fdfdb6f2871d628f 0.00 MB 1 0
14,348 14,348 00000000625747c6676ff5ebd4913010594978939e87bfdd7e4a780be911e8d4 0.00 MB 1 0
14,347 14,347 00000000d59dd911a3e383d47ee39a96274c51103b0d0b775a84936a533e5e09 0.00 MB 1 0
14,346 14,346 00000000cfd3c7383ed59488e65f8fc505e14dd4dc062b3deb545ce018c0f34c 0.00 MB 1 0
14,345 14,345 000000006586e1f3323f6ee7a8e593568eb6fbc4993097cdf5e52ed116284601 0.00 MB 1 0
14,344 14,344 000000009036fd85cc88887b8102aa13d8b1a5a0375ed742d8aa0dbb2ec785d2 0.00 MB 1 0
14,343 14,343 000000005657354e58847165d28cb8bbbb20a9d098153782eafab6976dd50a56 0.00 MB 1 0
14,342 14,342 0000000062e0a21a369de06a9b2c35846f9b271ade093dc89eb9467026d7a609 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.87 GB sent, 101.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.