Memory Pool Memory Pool Refreshing

429 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
907,799 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 346 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (715,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,124 192,124 000000000000077323b5665f245282d8e90f6847d41d8d6ed44a97b9fedc1f87 0.02 MB 44 90
192,123 192,123 00000000000001ee8063a818843a34327787eb65b02c7aeb7b271509553ba3c0 0.09 MB 157 109
192,122 192,122 00000000000001c1ab2825ca3717278a07bdb721aa7822111fdb0bad69e705e3 0.05 MB 113 885
192,121 192,121 0000000000000228e50197994ca8c1c446cda9cf27b5e9fcad06daede5bc1d52 0.01 MB 16 109
192,120 192,120 00000000000005354a5a532c6c244187753a8fd371717bb46020c6942dcf0f65 0.06 MB 160 118
192,119 192,119 000000000000058d74072b7eb6661990bf6c956e91012c4467578cab11569635 0.20 MB 512 138
192,118 192,118 00000000000005da87a88cf1b268f246b0e552a0794f08f5b8ad207f9d776011 0.00 MB 2 1,615
192,117 192,117 0000000000000134127cf8bf248430710113c84875ec1f7a47a0f3131b0c8c69 0.05 MB 117 77
192,116 192,116 00000000000004096c9dd69ed27f8edfba95e100b7771bbfa5b972e381ee6948 0.06 MB 115 123
192,115 192,115 0000000000000803a41fb4e788333dda7877b420aa66c5c6f5c41b1419dc9a87 0.08 MB 182 91
192,114 192,114 000000000000033133180ef2e5d48b340ed68c1d3039c541954fc6dd2ad67647 0.17 MB 366 139
192,113 192,113 00000000000001aa8d915c7d4672f0bb8cbcb6c700a6b8f65aa8af221b4ecf88 0.25 MB 512 145
192,112 192,112 00000000000004350e12aaa6582a888c6cd5d18026bd70af59145e9d3b92fc08 0.05 MB 137 112
192,111 192,111 00000000000003ca50510a43eb8f9e12cdde1c544f097381e6ca87f824755861 0.04 MB 104 126
192,110 192,110 00000000000000d601222cdeb164e2a46a6cb5bd9403bce042f20382ab41233d 0.00 MB 15 204
192,109 192,109 0000000000000522131938fad4adea445c8f400339318fdc98bea9ee59a995c2 0.07 MB 189 126
192,108 192,108 0000000000000718e56347dbb8813c4c0396970673e866ab4b8e4dd2d7264f8a 0.00 MB 1 0
192,107 192,107 0000000000000509c17a0bd089053a94471115e2ce04c3d5ed35814ec660cd78 0.01 MB 53 182
192,106 192,106 000000000000008defad720477ebdd269a031970bcc790aa05c7169896119c88 0.02 MB 97 42
192,105 192,105 0000000000000358047746be899723b1ef9bf0527051250dca855e9ce27a21d8 0.03 MB 73 188
192,104 192,104 0000000000000533614463cc46b50fdd48f1ce471b07f4d38727e612f650856c 0.05 MB 91 66
Previous 10 blocks ↓
Total Size: 769.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,632.76 GB sent, 93.70 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.