Memory Pool Memory Pool Refreshing

3,471 transactions
1.26 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,852 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,443 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,851 (159,487 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
748,364 748,364 00000000000000000003541e8e47a56092dbdbaef6804fe6b9061d78a9b94c9b 0.29 MB 738 13
748,363 748,363 000000000000000000024ab53cc8381fad80332730d3b884c14b341d1f11a6e7 0.53 MB 969 12
748,362 748,362 000000000000000000001c8ce00ab2f17b76fdbe4c0f9fa34e9f60844e1c1a83 0.25 MB 339 9
748,361 748,361 000000000000000000084b66e8fa119beda61adba6d387945977f981093e6951 0.23 MB 387 11
748,360 748,360 0000000000000000000023fa43d8bdada130c8b15483c28bd6571653e4374f83 0.01 MB 14 4
748,359 748,359 0000000000000000000814c30a82e7e4607509226429af0b6a1f9c93dd0507f4 1.48 MB 611 3
748,358 748,358 0000000000000000000682a56caa31b8f3225ba9475c8e092555c5e1f80eb596 1.36 MB 1,226 3
748,357 748,357 00000000000000000003b403b57cc69758dd50cba0aa7b6e788a30cdea06e8aa 1.49 MB 1,934 18
748,356 748,356 0000000000000000000390f8d8f250eea7e90a376abeefb5f4dcb42b52478534 0.31 MB 520 10
748,355 748,355 000000000000000000043c995fc8f05681ebd71cb67f00555aaba93c8f317100 0.32 MB 576 13
748,354 748,354 000000000000000000058d6fab9006bdbfe3dee672032e038a997201ea9994ee 0.02 MB 55 13
748,353 748,353 000000000000000000045517c57340528383fbca74a90207fd6cf913cddb5582 0.63 MB 1,172 12
748,352 748,352 000000000000000000033083a543b21bf128f8609ef4a05398dd993b36267dfb 0.01 MB 45 16
748,351 748,351 00000000000000000001a856d44c3e021238603164ad6a8f807ab397b84d5a10 0.02 MB 56 17
748,350 748,350 000000000000000000064d224e2026d3f78f7bb5badeba4d16763e4522ec2b8e 0.42 MB 566 23
748,349 748,349 0000000000000000000646cee30664bdfafa87cf7e6d968cb8b77dde12b3bd6a 0.20 MB 356 13
748,348 748,348 000000000000000000030e32c0cb1d641c4a62bf2cfd16822c808a20bde18c59 0.42 MB 686 13
748,347 748,347 000000000000000000008be666ecc919529be153401c7be519fd8b895ff7f223 0.36 MB 514 9
748,346 748,346 00000000000000000006bf88833ba962984cf39776a3003a1422a9a99bb4b0b1 1.68 MB 1,225 5
748,345 748,345 00000000000000000007e1db0a84a4cf54d5cec3d13d408b4c9f7cea7d6ab177 1.42 MB 2,595 15
748,344 748,344 0000000000000000000640974608b3fdc8556a50825edf75c4b8d8f79a056393 0.49 MB 676 10
Previous 10 blocks ↓
Total Size: 769.26 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,635.28 GB sent, 94.23 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.