Memory Pool Memory Pool Refreshing

7,462 transactions
3.43 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 3,066 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,696 (881,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,294 27,294 000000001f79ac870b430f234c6db23fdd6cfeafb27c904b3f778b2dbe04b467 0.00 MB 1 0
27,293 27,293 00000000c0a7ae16539a6111dc32b0aa3bee8cf34f0590132cfecd7104a50075 0.00 MB 1 0
27,292 27,292 00000000b8946173cfb1af9ece231b7d05b3648feb5c397502371b3ba9667cbb 0.00 MB 1 0
27,291 27,291 0000000012172ed2dce787e7c38376285a21f47a568cadd4cbd521796584ba4f 0.00 MB 1 0
27,290 27,290 0000000014193992565efa24417ac1d250466a4787d68e53d2eb5581ee2b740a 0.00 MB 1 0
27,289 27,289 000000004332042e0f726df3edfbfe14f8a080509a853274233eb56fa94fee01 0.00 MB 1 0
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
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.