Memory Pool Memory Pool Refreshing

1,552 transactions
0.35 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
908,668 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 1,535 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,667 (874,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,352 34,352 000000000c437840209af9b5076e48599fdaa9403864d1f77c0bddf17a9644ef 0.00 MB 1 0
34,351 34,351 000000004de5d6d2eed7732d527f5030c0e8d04ecef0237c527e1c041f070395 0.00 MB 1 0
34,350 34,350 00000000582ac67aa42bf6446cbc53afac0cbf276fa34647d7c3c9d7fa53c1bc 0.00 MB 1 0
34,349 34,349 000000002180efaa07249ea7e6feec9909df2f69510d93ba7bad07caf827e69f 0.00 MB 1 0
34,348 34,348 00000000b6d5fac605641360df7bb682ded6bf6aeacd3dfdaf5713ba0a03453b 0.00 MB 1 0
34,347 34,347 000000008a842307fd7a845f606b27b3643d5b5f5ccdb2446148fe6d2ab9f087 0.00 MB 1 0
34,346 34,346 000000007b590f0b848956ce6204874d3f4438cb12c3f19098b22dd81de87715 0.00 MB 1 0
34,345 34,345 0000000022c0e79b0bb861c6b3806cdb1fe155e1148b1ee281f1558a9986be38 0.00 MB 1 0
34,344 34,344 0000000089563e686d691c4e427f3bfcf0336dfeecb0ffb1918b3c467f66bbe0 0.00 MB 1 0
34,343 34,343 0000000074a8b08cdddeaf0728b8d704d3034d1d868150311cbea5ac76392d70 0.00 MB 1 0
34,342 34,342 00000000093a1b2c77b3c2294996e9f9ab92e06be697efd41d80e8143fbc2d78 0.00 MB 1 0
34,341 34,341 000000007e1d1ed85a57b405cf394f06db2e71bda9d9b1dd11e5ef81fa704bdb 0.00 MB 1 0
34,340 34,340 0000000031f44004444543ed104503c602f2ac8a481bc5ad69659846146121b2 0.00 MB 1 0
34,339 34,339 000000002aef330947767b7a4d11b886b8fe2f20be1a55d5f371850a5ff49d18 0.00 MB 1 0
34,338 34,338 000000002b1e1d3cc946ba914cd680c0a86b9b090ecf729c6410a2bc31f267a5 0.00 MB 1 0
34,337 34,337 00000000c2ce80d26244ce4d91dbab86952f21611c24e2201aa12112aa916860 0.00 MB 1 0
34,336 34,336 0000000040671120ec12c47c07d15cf2a9e0804d713480c3de5e5ae3ba01b9c6 0.00 MB 1 0
34,335 34,335 000000007332ca3b3d619759f3eade92215bc15748810a9c76b149714ded766a 0.00 MB 1 0
34,334 34,334 000000007c2af5098b699106a6b7578a34514ef7ef6aaab11d08db4a5692b195 0.00 MB 1 0
34,333 34,333 000000003104d7241941d1c9f4dd53a6d28f0d580d28ff1747b6c044ebc151b8 0.00 MB 1 0
34,332 34,332 00000000a96adf8dea1b9c47fe6000f5ebe12c227cc2a5ecf790a95ca79c0a70 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.94 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,853.34 GB sent, 101.65 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.