Memory Pool Memory Pool Refreshing

7,610 transactions
3.49 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,697 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,947 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,696 (881,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,288 27,288 00000000be1f862656a26b835b54eacd6154d436a0d77d4b7c0e5a1f7919b4f8 0.00 MB 1 0
27,287 27,287 000000009664c6d1ad88287c7305c75c2a396b3a2bfd8f99503d41af229315a8 0.00 MB 1 0
27,286 27,286 00000000f597581b434f83298891e1a5211bf71e4487bdd0b1f4610a45bc3a1d 0.00 MB 1 0
27,285 27,285 0000000018ae489e840d8f2eac0d218edd2fd63c7bdd2af6eff25f168b33dd25 0.00 MB 1 0
27,284 27,284 0000000017afe8f8d71e5016f75794e63869f8434cee893e806d5c6f01049173 0.00 MB 1 0
27,283 27,283 00000000867e221a6c6a98a548c9579cd2b8c0c233468f9f99bc0f938cfdfa5e 0.00 MB 1 0
27,282 27,282 0000000087c8f51721257969a74cce968b5fd8e4a453a1ef994837c825b6ba53 0.00 MB 1 0
27,281 27,281 00000000ed4d2e5206ed372d3f0e1e872c101b6bc0cad7b9d06c063e4a8b18a2 0.00 MB 1 0
27,280 27,280 00000000417367953b76ab8a2f737f02b2abd6e3f3de950a54e114cd334ed5d0 0.00 MB 1 0
27,279 27,279 00000000e10177832fa9f3d1a193f0ce5c28d9c165d3c3e5e6e85b8bf6e12ae4 0.00 MB 1 0
27,278 27,278 00000000fa6a72ddeb817a94d1bae926f31e8677009b47b8e23391258c1a33f6 0.00 MB 1 0
27,277 27,277 000000002a85de9d5434789be0fa22b8614835ddcb178b81f194148543485072 0.00 MB 1 0
27,276 27,276 00000000d8e892bbeefdd651157b0c1382441344c2fe8adff9c32c48fab05186 0.00 MB 1 0
27,275 27,275 000000004bca7eeb0f32640a0a746fd193c4daffd1e6707cc6d851e7d93b058b 0.00 MB 1 0
27,274 27,274 00000000859107e1eea215e6fd6e47b3e37a58c776907d35a6a667b418f1254f 0.00 MB 1 0
27,273 27,273 00000000df6489145614d7cdf49fc8f7d71b93359a8137d112f953278e223eb9 0.00 MB 1 0
27,272 27,272 00000000e5335a096b27636be08e7c514790ec4ce8bcc2b5ef7fd471b18a3078 0.00 MB 1 0
27,271 27,271 0000000028a595cdb8b109598b3f2c371195f115c29659d6066717105c18060b 0.00 MB 1 0
27,270 27,270 000000008b37cd0484692bd96d91bb7d64bc99f018071eb6ae288cebf154e134 0.00 MB 1 0
27,269 27,269 00000000163164d254018952009830603583d192ac7926b9bb0b5f9844024df6 0.00 MB 1 0
27,268 27,268 00000000aae323aed0be25a327087718942d75624d0f380d1a2c0e8aab1c90fe 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.00 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,854.30 GB sent, 101.94 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.