Memory Pool Memory Pool Refreshing

18,757 transactions
27.21 vMB
Show Random Selection Loading Transactions
Max Size: 155/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,084 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,256 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,083 (68,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
793,363 793,363 00000000000000000001b786039a073941d626663e3fca9fb255c1bda4988065 1.63 MB 3,519 51
793,362 793,362 0000000000000000000446491d6a44d2ce4158ffd67d92281e9a309230474e22 1.55 MB 1,907 21
793,361 793,361 000000000000000000023c04bd804a4f74fb2d868263466bd276fef86fcc7be3 1.87 MB 795 22
793,360 793,360 00000000000000000002cf25ed41244841bdf8b3f45c1c954f27449144409ad1 1.81 MB 3,489 29
793,359 793,359 000000000000000000022f7c87b17811004c39a30e75b838c5fb826e8626d85b 1.51 MB 2,890 31
793,358 793,358 00000000000000000005573fa362e039e0d0af377b0505d986f9fe583fc569f5 1.61 MB 3,652 64
793,357 793,357 00000000000000000001ab46d273587a1d887453e5955b8b21bdd6001fdfca16 1.74 MB 3,654 49
793,356 793,356 00000000000000000004fa5b6c2927c8289da38a6ac7ac481a76634117d2e07b 1.57 MB 2,915 48
793,355 793,355 00000000000000000001c56d3abd2751e22aa886ffb32e74f274b318b439ea82 1.54 MB 3,685 65
793,354 793,354 000000000000000000042609e67a97bcc9ff12a0a044ef33bec6542e8e92bb28 1.62 MB 3,539 81
793,353 793,353 000000000000000000008ab71c1f49ba4117fabda8072b3f4122080dea3320ac 1.57 MB 3,831 95
793,352 793,352 00000000000000000003c1d9e24fbc5c2a0bcf1ba1c7ec5fb9b1a3e4be567aec 1.72 MB 4,130 62
793,351 793,351 00000000000000000002666e5320c721746d3754cfc8b28ea8dba5cffdfb0090 1.68 MB 4,202 71
793,350 793,350 00000000000000000004d1d53d562daeaf26c837272c377a99947afb725a6213 1.57 MB 3,435 92
793,349 793,349 000000000000000000025cad1087f6f66d6b8f3903870a310668af612c7ffa37 1.92 MB 3,934 38
793,348 793,348 0000000000000000000228d4e9bb4837626afa6b904a4eff2ef31e2e3777a25c 1.89 MB 3,786 25
793,347 793,347 000000000000000000004f7860ddb7a58249a80d0417a8b0bc0a5c5ea710905c 1.55 MB 3,329 71
793,346 793,346 000000000000000000027694d66404acf251e7b015e15b003fc22a21cae3e802 1.84 MB 4,021 24
793,345 793,345 00000000000000000000f608107ea4160fa986b7a097fa319cb28069a6e67a2c 2.80 MB 1,884 30
793,344 793,344 00000000000000000001ce269df32b08e0bcaccc60ef0f07d45b681a80df8c96 2.02 MB 1,915 40
793,343 793,343 000000000000000000006790abed810b207bddc99d6ba464804705f187b089c3 1.47 MB 3,024 56
Previous 10 blocks ↓
Total Size: 684.32 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,334.50 GB sent, 100.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.