Memory Pool Memory Pool Refreshing

10,359 transactions
4.69 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (606,492 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
301,233 301,233 000000000000000013a1f2563286fa05205688e1a75b3d5b2b79d4cc51880bd4 0.50 MB 970 31
301,232 301,232 000000000000000076be59f083429fa9c287eecae59726a95aeeb83a54d3af66 0.02 MB 36 27
301,231 301,231 000000000000000061478a4a8fb845f2893b6a0d68b49caaae8076b02ccea66c 0.10 MB 186 26
301,230 301,230 0000000000000000548b00b4a89eab181189a9e991a6e03a4ff041f8a9a9cc19 0.15 MB 237 25
301,229 301,229 00000000000000002c195d584a472539d9f410a7c019baae7516d2be71f34cf1 0.06 MB 96 26
301,228 301,228 0000000000000000261f7f75d96cb9f5349791e297a5576d6a210e7f786f4b2c 0.21 MB 323 65
301,227 301,227 00000000000000000a89291b73841606d753844582a1ebfa365d5f559489d565 0.03 MB 56 34
301,226 301,226 00000000000000007858f271bec046fe32a5bc5566c261ba6d66a3385aef2088 0.03 MB 47 28
301,225 301,225 00000000000000006904ec1344fcc16595c5140f9eba5cbc4fe609f2b6016a44 0.11 MB 182 31
301,224 301,224 00000000000000006cb362531fcb57c166b7d3f27f6cd1c0ce3b7f440ebb7d32 0.18 MB 402 31
301,223 301,223 00000000000000003a5b6a7cd25725b0f82188c3d25e47febae8a41da0905437 0.06 MB 103 27
301,222 301,222 00000000000000003f0fdd6eb40db71759b0cd4a1e7d867c6078afb57744a648 0.06 MB 144 33
301,221 301,221 00000000000000004c5b6af277ab7262dad04e85aa860eb72ac747d1aefc4ff8 0.25 MB 481 31
301,220 301,220 000000000000000000d205f3e60ff8cb1afee0d8649d9846f4447486662a1a8c 0.26 MB 513 33
301,219 301,219 00000000000000000a67d52352a0601e039faf5cf41ef304e190bde83a07dc3d 0.11 MB 214 22
301,218 301,218 0000000000000000470fa0694ea52d5e3cabdbc6de9739740798f774350a0a6f 0.44 MB 889 33
301,217 301,217 00000000000000002bf431c65593e68eb806bbd446e6f7d058a75cc2b03e888a 0.01 MB 18 57
301,216 301,216 000000000000000015323ccef3ee04a3c7993a99f7eb5d6a6adeb11b6d7a8152 0.18 MB 384 30
301,215 301,215 000000000000000025b73c2c4a7a29f4ed01b3cc8959d0625e9e88175c76657d 0.06 MB 132 28
301,214 301,214 00000000000000003a165145eab1dca2490c1bb15006666aede3cfc676494f6b 0.18 MB 368 34
301,213 301,213 0000000000000000031982db7648604f42da343adcf97ed4d6af6f11fbe06d90 0.03 MB 40 13
Previous 10 blocks ↓
Total Size: 769.03 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,625.73 GB sent, 93.04 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.