Memory Pool Memory Pool Refreshing

412 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
907,799 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 346 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (351,263 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
556,535 556,535 000000000000000000227fb9a2e2f4186919a473842b44e3c471bda304f6c384 1.22 MB 2,718 11
556,534 556,534 000000000000000000047869a6468f6b69b7ee95dbbc294734eeab4748800a16 1.23 MB 3,020 13
556,533 556,533 00000000000000000028519e945943a7978993416d69168db3989d977b4d5f50 1.08 MB 1,226 9
556,532 556,532 0000000000000000001e3580e2890037caf3e44509dbeff2437c83117714d29e 1.12 MB 1,697 19
556,531 556,531 0000000000000000002bebb723b9ef325e4631df59d153260a562f2df84ea066 1.04 MB 1,252 50
556,530 556,530 0000000000000000001eab43de13d7179da73bc6ccecba24901df8a89d0a67d5 1.03 MB 1,028 44
556,529 556,529 00000000000000000000604fc290256d824fa8b8df95bab0a2c13ac9cb62a555 0.41 MB 743 8
556,528 556,528 0000000000000000000c82248764c230fd5e15896cd411692970df660e6f6967 0.54 MB 436 8
556,527 556,527 000000000000000000291d40713ada61896725c5040da4580bd869c60c4b5868 1.13 MB 2,644 11
556,526 556,526 000000000000000000267c41725ba8c23a720010742bbadb9f839b298d7eaaaf 1.10 MB 1,353 3
556,525 556,525 0000000000000000000ba8b1fbb74a8f3539ccbab4398f23adae75a4f7ec841f 1.20 MB 3,103 16
556,524 556,524 0000000000000000001e4e1c82aff658930daa8c23cc76c49f6c5fe1fd7ca96d 1.11 MB 2,059 2
556,523 556,523 00000000000000000014cb5ea9910c64fe592d07438df152e5031e5532f115c1 1.12 MB 2,171 21
556,522 556,522 000000000000000000068aebd407521c9b351a69eb17617ee4e955105b04b6ef 1.19 MB 2,384 10
556,521 556,521 0000000000000000002e59690e4fbda11fa1500913b381ef73851da57d29f589 0.89 MB 1,727 9
556,520 556,520 0000000000000000002dac5e9135cb08a81088cfd6d80099e642a45c5256e325 0.39 MB 474 8
556,519 556,519 00000000000000000011e21feb5e61cc53468116ca488d23b662e423f2765b88 0.76 MB 1,382 12
556,518 556,518 0000000000000000001f0b81bdc1196c4c5394057a9dfcd0aae9e47a5e82488c 0.61 MB 1,233 11
556,517 556,517 0000000000000000000e6df2106c4c4af81986277e8639ef169636e97ce030c2 0.78 MB 1,174 6
556,516 556,516 0000000000000000001df19517ac6046b09abf5f6ed4cb3321564b39dc14657c 1.16 MB 2,669 12
556,515 556,515 0000000000000000002e7209255a229b34d9e877896d44cb4292ea7e9d013760 0.85 MB 1,136 2
Previous 10 blocks ↓
Total Size: 769.16 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,632.76 GB sent, 93.70 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.