Memory Pool Memory Pool Refreshing

3,403 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,780 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,613 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,779 (640,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
267,291 267,291 0000000000000004745a3c693b26d75b31454f1e17700eaabfdc23c1e109f981 0.07 MB 157 43
267,290 267,290 00000000000000090656c041edbf0e2301862e78035d6722dacc0b630b873892 0.17 MB 403 69
267,289 267,289 0000000000000001fa3b005849ecd1920bb8ffa806cbe5ca7f1a50afc644e7e3 0.08 MB 179 65
267,288 267,288 0000000000000000c08f23e8313966e7f4c818126a00f4f4b05572aadc7ed6d1 0.15 MB 238 48
267,287 267,287 00000000000000067d6af179aff2858933376c07e88941d250f2cd68b62fb72f 0.14 MB 315 63
267,286 267,286 000000000000000a4f56f1573638ba825d6b4958b6474c616199b16dbabbe7c7 0.25 MB 602 97
267,285 267,285 00000000000000084c7c614c21a8d47e96c05ff81faed4bbede10915956004fb 0.11 MB 237 114
267,284 267,284 0000000000000004266ccb9cd59469093cb8ebb8418146f26130228991674a6a 0.10 MB 238 65
267,283 267,283 0000000000000000d6660e5d4f0bf3cbb2ad55f87700f52d58d8cba2391edfa0 0.01 MB 42 175
267,282 267,282 00000000000000013168691e9f3fbf05be0501cfb5962f1904527ec7a0ce0280 0.08 MB 188 63
267,281 267,281 00000000000000003f3e72f269dbc4d369505ccc8240aed54f38ef2038b2a4ab 0.28 MB 598 78
267,280 267,280 000000000000000a1518c71036cd417f4d747baa4ff64ca45595add41e48ea50 0.09 MB 236 65
267,279 267,279 00000000000000070c8d4f3f0197c48481197939bdd05cd507db5d203ef40074 0.20 MB 509 77
267,278 267,278 00000000000000000b422bd87f4144a0e2a6e614747c0ea0201042e9e91080cd 0.05 MB 79 20
267,277 267,277 000000000000000880f929a3faabd82db331daa27a6713e3d5accb29ab0fdfce 0.15 MB 279 8,270
267,276 267,276 00000000000000092785234c66885caf242e892a232812c4a233f4a289307b1f 0.06 MB 127 70
267,275 267,275 0000000000000007c23363c204e00a8d829dd8f35b9d8b947c7763d6d95b2f19 0.32 MB 205 26
267,274 267,274 000000000000000078301a3e53a4b148d5b213d7817e8fa7f77a1e6292e32c21 0.21 MB 368 82
267,273 267,273 0000000000000004ca09cde46080c4548db697062805e818a07aa9eae26090ea 0.14 MB 323 57
267,272 267,272 00000000000000084a7a47018e60b74db9fb84e0e2b25db3f5508cb51964d68f 0.21 MB 391 54
267,271 267,271 00000000000000041e4dd070541c247e3366f020f76e7ca370c674582f9719f1 0.23 MB 451 75
Previous 10 blocks ↓
Total Size: 769.13 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,630.66 GB sent, 93.52 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.