Memory Pool Memory Pool Refreshing

7,385 transactions
2.65 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,292 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,305 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,291 (882,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,237 26,237 0000000079a1b2b4a500b9f5960cc940977a337111838df264bfe26a0e8057b0 0.00 MB 1 0
26,236 26,236 0000000046eb0934a822509c1011630427ee707f15d95bad7311d789da05a69b 0.00 MB 1 0
26,235 26,235 00000000a2a7f323e0f4a69f58adb2429f5e3b5097e0a5134e094b87f6abf852 0.00 MB 1 0
26,234 26,234 00000000ad07cac2c31faa363582a39d3c5835c55a6202097fea5c9637c446d6 0.00 MB 1 0
26,233 26,233 00000000728bab72e3aa7dbaf090e962e542498ecdfa650d7ac36142384739fb 0.00 MB 1 0
26,232 26,232 00000000442b5501a9cb50ac760bc6d62c576973fa6eb205bd3dfbf583badcb2 0.00 MB 1 0
26,231 26,231 00000000787d44a55b74905d6d955f01ee43a7c74f9ad78a846391a9fb898fd3 0.00 MB 1 0
26,230 26,230 00000000c0436944e2e607f9bb0df7f44435a618e15328da229b4e43367915f5 0.00 MB 1 0
26,229 26,229 00000000e98a099f8bfd6f25a2b398c67f04aba3bb80b83300d50b6516c88ad3 0.00 MB 1 0
26,228 26,228 000000007974f7935fc8029976c28f26e38c2f1a502503a20d130cab9fefe86c 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.16 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,692.38 GB sent, 98.33 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.