Memory Pool Memory Pool Refreshing

2,595 transactions
0.86 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,769 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.86 vMB 2,592 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (352,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
555,515 555,515 0000000000000000002f1c5237a2acd885c71d365a02662c7087d96fca9ff344 1.20 MB 3,122 18
555,514 555,514 0000000000000000000283699e90008a84372620fd300ec5eb4b82e762de934e 1.20 MB 2,587 12
555,513 555,513 00000000000000000035997b90eb7a2345d9639ae3a25314434681f676334e83 1.21 MB 3,279 17
555,512 555,512 000000000000000000221c5c9c3cbad45c477baf664f6b6d65ab8959aed5c396 0.07 MB 163 9
555,511 555,511 00000000000000000006839069d2ee263beb62ef70b89b2cb179df673e64a745 0.76 MB 1,764 12
555,510 555,510 000000000000000000326acef1acb2b66e42106f45042636ba4d98fe75c4d0b9 0.15 MB 397 11
555,509 555,509 00000000000000000010d6468e049a0a3fee61b608569e500d62a402bff2fe5f 0.99 MB 1,554 6
555,508 555,508 00000000000000000034ff1426fadef2a364273f4647555e51baa73d57474641 1.19 MB 3,030 17
555,507 555,507 000000000000000000005692d22606a04fe9bc9589ab2c5d141474e4ce496aa4 0.64 MB 1,511 13
555,506 555,506 00000000000000000024ebe254a1a12d38d31ab7a363a7d01a7ebfeecd7390e6 0.99 MB 1,368 5
555,505 555,505 00000000000000000008c340ae60bc565aa82ce284e34f480512e897183edbcf 1.16 MB 1,846 12
555,504 555,504 000000000000000000352c93a06112cd72752c95a3d306cdb1f0aa3622488b97 1.08 MB 2,209 4
555,503 555,503 00000000000000000029c787fd5b2f8cf79b37755f9ce1f3db561108a187ae16 1.32 MB 3,086 29
555,502 555,502 00000000000000000007acade4920326c54254fc6048d5e8140199a7c7aeed40 0.88 MB 1,024 5
555,501 555,501 00000000000000000035f54fce38f1ceb3a17f392397aa2140861dded52813e8 1.23 MB 2,825 8
555,500 555,500 0000000000000000001bfd45a744714dff46039515748e691aafa6ae06df9982 1.18 MB 2,395 5
555,499 555,499 00000000000000000019a27061df28a269d844fc527a0e11c82a2101908fe7f4 0.30 MB 758 29
555,498 555,498 0000000000000000001db51a4f83d84e10adea98fc473cff3829f2a6d07e0f11 1.15 MB 3,275 14
555,497 555,497 000000000000000000097d38b6060f1c79d1b12d974392072a9784b87b900349 1.43 MB 2,318 13
555,496 555,496 00000000000000000019ce7c84a4a2034d44fb6106888515ecc9e3688ad9b21c 1.19 MB 2,142 31
555,495 555,495 0000000000000000000bce148a61af80c8770ca7cd1e6f3a51689f3fbb510df5 0.09 MB 193 17
Previous 10 blocks ↓
Total Size: 769.11 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,629.44 GB sent, 93.43 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.