Memory Pool Memory Pool Refreshing

3,128 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,850 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (364,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
543,562 543,562 0000000000000000000df9e92b22a6bb037a7cb561a25caa7e89ba7bdfd0e536 0.96 MB 1,774 20
543,561 543,561 0000000000000000000f90e163aeb792a9459fc9ed852da4cdf3ebf52cff4757 0.25 MB 590 21
543,560 543,560 00000000000000000005823587f97c4b72e176c638d24849d7394bd4c9de850d 0.24 MB 599 17
543,559 543,559 0000000000000000001ecdeebdc3d86b707750aa3c040551fc75a73b7f983d48 0.63 MB 1,280 21
543,558 543,558 000000000000000000183c97f1c2910b65ade5b7bd2167ca8028116be5927548 1.20 MB 2,795 19
543,557 543,557 00000000000000000013eba1160dafef177328973ad34be1a62de437eb79593e 0.07 MB 216 15
543,556 543,556 0000000000000000001cff84958b5b992a106d4f3d5f419301831acb97e07493 0.70 MB 1,448 20
543,555 543,555 000000000000000000018db6bfcaf471054b001bc821723932eab8e433fe2236 0.18 MB 410 26
543,554 543,554 0000000000000000000f9fb1fbd833a9f62d90fe29670f01fc7ab3926b220b12 0.42 MB 881 22
543,553 543,553 00000000000000000001ed65f45a6f167f624f19b91febdc593240efbc5cbab7 0.66 MB 1,653 44
543,552 543,552 000000000000000000012c81b0fc924f8d66c6dc9ac8cc2a95879b8c933c157f 1.00 MB 2,085 24
543,551 543,551 00000000000000000023d831365e767ea2d86ea407e64903308da60216fa35fc 0.02 MB 52 19
543,550 543,550 0000000000000000000b02d0a451405e213a29bd44dfef32106bf8175663a46c 0.10 MB 283 24
543,549 543,549 000000000000000000016ff6e94e9a02f2b243158ebde00fcb03913bbd8f9c63 0.21 MB 443 24
543,548 543,548 0000000000000000000e40f95de9324eeec6475fc49bf22b88628ec7e8e18d36 0.34 MB 671 21
543,547 543,547 0000000000000000000af1d25ea2e6a9529e723237e0d17ea691da7d9b2098e5 0.81 MB 1,660 20
543,546 543,546 0000000000000000001a0fe650cbc9acb733a68e090e2c40980010c594f024f0 0.17 MB 359 22
543,545 543,545 000000000000000000155785304105394fdf78929092b9ff4f936453b75cf8a2 0.38 MB 781 27
543,544 543,544 00000000000000000021ff5a0080171266885dabb7c42707157dbc95cdec4191 0.64 MB 1,050 17
543,543 543,543 000000000000000000047dfe9c64a80008cca0e6c264181bdee6cbf237803992 0.05 MB 126 18
543,542 543,542 0000000000000000001cc3b2c595cea6db97d00f9dc861af7b9805d0080e3b6f 0.88 MB 2,028 27
Previous 10 blocks ↓
Total Size: 769.08 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,628.26 GB sent, 93.31 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.