Memory Pool Memory Pool Refreshing

35,421 transactions
11.40 vMB
Show Random Selection Loading Transactions
Max Size: 65/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
13 sats/vbyte 2
13 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
905,873 000000000000000000023aa60000000000000000000000000000000000000000 1.00 vMB 4,314 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 905,872 (704,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,220 201,220 000000000000042b901028ffaffc93fc67706c3bf99379fddcf2ae8442281f01 0.05 MB 141 62
201,219 201,219 000000000000042474cb2801207b98afef1666e18867d1e15ec17a6bef29c895 0.04 MB 68 48
201,218 201,218 0000000000000576226017f40ecbb4e1137720d56bd39c210610df0745384131 0.08 MB 148 82
201,217 201,217 00000000000000cfa03a8312cfe742439cedf571af669e47e98cddf2fd6cab54 0.09 MB 251 127
201,216 201,216 000000000000049d19309b722ce48636c747425de4d2b30d185574d16e6a1d4e 0.08 MB 179 116
201,215 201,215 000000000000047be9ce911cf6b9f2d1cb86698d69d274bacf4d8724ecd5c1bd 0.07 MB 126 198
201,214 201,214 00000000000003e75698fcfa5dd902d8645684493a7f938b94aaaddd962baa16 0.03 MB 86 25
201,213 201,213 000000000000026dfdf3afb230f6a658ffa643c4bcc664bb1ca97726921f5637 0.19 MB 354 118
201,212 201,212 0000000000000105060e069517c6cfb3e5520f5832a115d02536cb9e597690cb 0.25 MB 574 128
201,211 201,211 00000000000001eefcd4e4c0b8f14a0051dfb7de94b2fc4e6a186aa7f92f5ab4 0.00 MB 4 0
201,210 201,210 000000000000024f42c909a70c8065d6eb6c5c44f1d02f2514953daecd5b1654 0.11 MB 254 140
201,209 201,209 00000000000001e11f3a53d38331057c0a4ed6c54e6122e0c9654e5a07feb5ad 0.00 MB 4 0
201,208 201,208 00000000000000e42d6cebc72fa55d15773fca89e94c74efb99b86c84f46707b 0.03 MB 90 75
201,207 201,207 00000000000005c56acf86597e12023f5ca21d7c8d1e5e6667275aabecaafc09 0.14 MB 357 138
201,206 201,206 000000000000044342c3dad7752e4a656a6679b6cf2a4d2fe58ccaf7bf5cf6f7 0.05 MB 148 139
201,205 201,205 00000000000003e6049d42dc0f17233ec20755dfa0265e6670fd5c35eb5ff93e 0.04 MB 113 54
201,204 201,204 00000000000000d131b22a27483e3a002d6fdae945fab80d08bcf04855a78898 0.03 MB 73 78
201,203 201,203 0000000000000494311020232beca3b9dcd1651479047182d998dde655f22237 0.09 MB 238 146
201,202 201,202 00000000000001a2ecb9c590eb24ac6e5aa6d885969f270bf98a9a64bb7106e4 0.03 MB 80 249
201,201 201,201 0000000000000220898a162e779c0c39bd3f1d56d698460301124765012eb135 0.08 MB 75 65
201,200 201,200 00000000000001d5c485053b07729a4cb9e9217b3608e44b329e3196c111ac93 0.01 MB 45 3
Previous 10 blocks ↓
Total Size: 765.70 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,363.52 GB sent, 75.86 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.