Memory Pool Memory Pool Refreshing

8,812 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,800 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (662,575 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
245,122 245,122 00000000000000798e235f945a938e5d2a155c99d8fa89c535164249dc81b8d8 0.11 MB 262 174
245,121 245,121 0000000000000050b60fecadb2146fd594db80b5bca34ec03862d3caa2a53523 0.11 MB 263 150
245,120 245,120 00000000000000672b757cf1acd624a0a9d5bef7b641929b5e270ad8fd9b4af8 0.11 MB 236 152
245,119 245,119 0000000000000082d7cdcd37a05840d3dd96ddeadea66f892e0bece2465edc1b 0.02 MB 47 112
245,118 245,118 00000000000000c77a8037e4f4f62bc4c86db866810e12c37653c549f09f1d1e 0.04 MB 75 134
245,117 245,117 0000000000000045b74180b02c735cc846aefac4b6e434d289e8c028cdb452d1 0.00 MB 4 11
245,116 245,116 00000000000000bedbd5e5cde88e89c26d0bc07f69679f3cebc2f50b4e13794a 0.10 MB 212 184
245,115 245,115 00000000000000474609fb5f3bedba652696ee41096f2e50c90a1c5618588903 0.12 MB 256 67
245,114 245,114 0000000000000066ee5f9fbfaf284f74792ee6b664f567d7e2dfc1b8f351105b 0.17 MB 410 168
245,113 245,113 000000000000004be24e43ae069943b47c1e7a8e0844873ad97de1b3ae1a99d8 0.10 MB 197 68
245,112 245,112 0000000000000083027f50277322518b65d891007c72ceb5bad9ab531de8f953 0.12 MB 64 62
245,111 245,111 00000000000000880d7d93724ff69022fd70e8013050976cc761342fce80422e 0.04 MB 52 178
245,110 245,110 000000000000007d789be704afc432c8d28535796a522f8d45b20947cd103e34 0.02 MB 46 162
245,109 245,109 0000000000000064f966ae3698f677327754966c1cb923515a5eee08c956c2cd 0.11 MB 49 23
245,108 245,108 00000000000000c76ac7df71e02ed433a2f7eb7b25e6fe2f94d9e9247ef8361c 0.03 MB 79 145
245,107 245,107 00000000000000ba36d58859c6241ed1802e583af9b1e126f1524882f66d9fa3 0.01 MB 15 105
245,106 245,106 000000000000007cc96a15fbf51073939fc70a26bbe8fb9454496c5919100722 0.08 MB 125 121
245,105 245,105 0000000000000004d05bb99af044ea70ed03deb15667c9011299f8d5dc7975ad 0.12 MB 291 186
245,104 245,104 0000000000000014501634d7328c56780847157ed35241d477b9de43cb5bf8be 0.06 MB 152 35
245,103 245,103 000000000000007c0d8eafe2881b800bb353b81fdeaa0a76ca3dd8cd697ce750 0.21 MB 500 145
245,102 245,102 00000000000000427ab6b29237d34ca491d4395f92e91434c1f9e19c474304ed 0.08 MB 205 160
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.