Memory Pool Memory Pool Refreshing

8,982 transactions
2.84 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
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,952 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (167,472 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
740,244 740,244 0000000000000000000296ae193d6a3ffb1d82b120832c96a13c7473e33760a0 1.11 MB 574 13
740,243 740,243 000000000000000000035ceff26d1af3c05a24cef6bd2d18644c15b00107375e 1.43 MB 2,957 21
740,242 740,242 000000000000000000028b110cf3b0971a65225dbbbcc3d75491aa90d43000fa 1.53 MB 1,879 6
740,241 740,241 00000000000000000002f6ba33220c210e0db9b88afad9213254932f6b885710 1.56 MB 2,092 3
740,240 740,240 00000000000000000006984a1555e0d7ba4f0e1f3f72c6ab438bdd0d438745ec 1.49 MB 2,670 14
740,239 740,239 0000000000000000000501759aa140057e57436ce7540ccf5cb8f8c89e2928e2 1.65 MB 1,601 7
740,238 740,238 000000000000000000029075e262ea5f71c5c8e5706439e4983bbd443d9aed2b 1.69 MB 2,589 14
740,237 740,237 000000000000000000020fa59323a03e6dc8b93cbd2b26cecc75ecad5cf7a747 1.62 MB 2,484 5
740,236 740,236 000000000000000000013c8a13fa472cbda4912a946072ee0f40c1d7a2e6b173 1.72 MB 2,863 12
740,235 740,235 00000000000000000002afcdeb83340fd79b10fe7df6461cd0be78ed7b2f04f0 1.62 MB 3,402 10
740,234 740,234 00000000000000000001f4eba41a783d7ea6f6f35a1c283f1b66c01eb4a09218 1.62 MB 3,110 14
740,233 740,233 000000000000000000012442c740fed7eaddd0fb2d00f85526de04536315d2bc 1.68 MB 2,373 9
740,232 740,232 000000000000000000065c5fb3d9c3fe038db84811fd5c9e26cde8a29ba10564 1.54 MB 3,413 12
740,231 740,231 000000000000000000081c7630c5bd4bbf8d9ea38c86bd29ceed9d021603e2fc 1.56 MB 3,171 16
740,230 740,230 00000000000000000001fc3150785a0df214120191eb0454baddfa59b1563a73 1.61 MB 2,458 13
740,229 740,229 00000000000000000005ed485df45088e0132a57410e36c4c43da3b35fa69a41 1.16 MB 993 15
740,228 740,228 00000000000000000002dbcfb0d7eb440c071fa60d93612cec144d9fff8a86cf 1.41 MB 1,565 22
740,227 740,227 000000000000000000044e2eff6d1857f518410a767b0101e31e6f4e12f11fb2 1.59 MB 2,533 10
740,226 740,226 00000000000000000001ca261b1d6eb0a2b3934384d74a2dfc89dc1a7b4131f4 1.49 MB 3,192 20
740,225 740,225 000000000000000000035183f60b472959869da77f3fbf201ffa24e831852289 1.43 MB 3,241 24
740,224 740,224 000000000000000000000101903ffbd533942d68cfefb0b8559f7d8e1358c502 1.55 MB 2,395 11
Previous 10 blocks ↓
Total Size: 769.01 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,621.59 GB sent, 92.92 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.