Memory Pool Memory Pool Refreshing

2,622 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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
908,149 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,131 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,148 (817,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,680 90,680 0000000000113df2bed3bcddb435b28fe3c5dde5e2588294231b773a40d854f7 0.00 MB 3 0
90,679 90,679 00000000000eac640c80804491e34dc27a5a42d04303f15796ebca4eba258931 0.00 MB 1 0
90,678 90,678 0000000000086b3aa03459742dffee3111da6bff4ed4e728f62e5594e7798295 0.00 MB 2 0
90,677 90,677 000000000007af820525f57840a26e73790bcb953352be7cbcae41dedeaa4fea 0.00 MB 1 0
90,676 90,676 00000000000bab6e58cc1909c780d8ae7d54713e13923c65a853112db21ccda8 0.00 MB 1 0
90,675 90,675 00000000000f5e4445a2e62f398342d03fbedfceacbcca2dfe77c283f7434fd4 0.00 MB 3 0
90,674 90,674 00000000001268382bdf8e7b0d1bcd8f24c7cc0803f7aef5198414129507541d 0.00 MB 2 0
90,673 90,673 00000000001044e8f58fe54aa4a2ffaeda3314926620c67c3b23434752edc93b 0.00 MB 3 0
90,672 90,672 00000000001463db9ed8fe4312cd759ad2d90c53b5b3df86c5d46756f81dd2fd 0.00 MB 2 0
90,671 90,671 000000000005c06843a75cf9e9c038493a1a9e026646f7f30d7915f6e984fde6 0.00 MB 2 0
90,670 90,670 00000000000e0df72109ba8b3851344901fa06baeb6c503d7b8b7285ecf44c79 0.00 MB 1 0
90,669 90,669 0000000000015a37c53df046744dc933895b345429453baf4f07e9e5b2bf7b2a 0.00 MB 1 0
90,668 90,668 0000000000009cfcd17f4d2d2cd4ccf81caa1d0c5672e3fa8e6d6b346907765d 0.00 MB 1 0
90,667 90,667 00000000000b9cfbee20675f4dbc94e25b135e6b27751c7195bc8c7b3915d521 0.00 MB 1 0
90,666 90,666 0000000000117cfa83c146ec6805f83dad8d01ab7728f346c7a738961478ff2a 0.00 MB 1 0
90,665 90,665 00000000000bf937b839e4b2a139a0d586c1cd82fcc9fa0a035a58faf147951b 0.00 MB 1 0
90,664 90,664 00000000000c428d83c9adcb250980fef2e7abd33bda36d9c0951483e90f53e6 0.00 MB 1 0
90,663 90,663 00000000000ded5cccc3b43032d6b2235a78641e79fd60e6e9edaccea5c2e3f2 0.00 MB 1 0
90,662 90,662 000000000000323761e2059d327911bed8916bf878f3109b0bdee35c3a27d5c5 0.00 MB 1 0
90,661 90,661 000000000014971e69e8b7cc7443e51411e1eb5e39e0af7ebe53e76180bec89f 0.00 MB 1 0
90,660 90,660 00000000000d49cb61147f2d86c2098ffd7ad8b9d8b33944beb07914e42936f1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.83 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,680.65 GB sent, 97.02 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.