Memory Pool Memory Pool Refreshing

6,319 transactions
1.97 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,090 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,721 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,089 (881,862 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,227 26,227 0000000023f8e95c784a13b2528b8acadd8b9a1b536708242c0a5e14947013a7 0.00 MB 1 0
26,226 26,226 0000000072e9695900ac558af258a5fcdba0dee711a9948faac24cf6bb071442 0.00 MB 1 0
26,225 26,225 000000007fdd39904b5a2d2c859d1ff7e01ea76a06024aaf9e8699d8fbfdbd0e 0.00 MB 1 0
26,224 26,224 000000002dd5fd0be30cd41617539eb1622818f2c376ae8161c7a0f31d5b0643 0.00 MB 1 0
26,223 26,223 0000000041c2bad1dade57d5e982a8cc8a0dc3130950755eda1dece9a851c33d 0.00 MB 1 0
26,222 26,222 0000000094fb31184b0a20db9326d8af1c8faddf52878c34af7f9daa605e594b 0.00 MB 1 0
26,221 26,221 000000005bd7a7c34ad07e50532ea316c33bba91785b62c59648a75e5b1f3cb3 0.00 MB 1 0
26,220 26,220 00000000083ab078b02d8edcf1c826c903f4a7bf0c4ecfd578bc3859bc8d3ad0 0.00 MB 1 0
26,219 26,219 00000000c6db0cfb4624b34f189240d5cce8b215087f12428f0361fb4ee49c4c 0.00 MB 1 0
26,218 26,218 000000006c5844919c13bfd902a495abcbd318859f603099fe487018fefe3a3d 0.00 MB 1 0
26,217 26,217 00000000e701954ec111423a3aba051781aaaa394aa0e9295201de10f7ecfddc 0.00 MB 1 0
26,216 26,216 00000000079a60dc85545766ad4fe71d891f99af4fe8037af0ddb925852e6aec 0.00 MB 1 0
26,215 26,215 00000000ae132b3e3407af156801a61ecd39f46503a74d5abfa71c850f0ab916 0.00 MB 1 0
26,214 26,214 00000000b31aa3d88640d770be45276e8dcd96cc822ce86b3964d6482cd74ea8 0.00 MB 1 0
26,213 26,213 00000000ccc5f354eaae97f3f1a831a69e6886ce38934009920a6af7b83f0325 0.00 MB 1 0
26,212 26,212 00000000d86bc5479b0fbc50ff8f22ab0a9f46cb1fed76717ac24c5f29ee30c4 0.00 MB 1 0
26,211 26,211 00000000b5d1d4781bc7db108abc0ebb82cfae230e54ec15f3e4174da73a32ce 0.00 MB 1 0
26,210 26,210 0000000039e7824dbcc78a3a10036e750e2432721d1dfd570a2256ae723c0015 0.00 MB 1 0
26,209 26,209 000000004fb15eafd28c71dafd324b91224ce358c0a7dbf08bbdb814549c9c20 0.00 MB 1 0
26,208 26,208 00000000b9c449d7272fa6ca3f8d028e1ac02381129bfcdc0a1f4e67c6d007cc 0.00 MB 1 0
26,207 26,207 000000009260fe30ec89ef367122f429dcc59f61735760f2b2288f2e854f04ac 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.71 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,677.59 GB sent, 96.46 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.