Memory Pool Memory Pool Refreshing

1,641 transactions
23.41 vMB
Show Random Selection Loading Transactions
Max Size: 94/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,314 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 1,388 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,313 (817,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
90,659 90,659 0000000000034c9eb7b850e73aa463aa4207b9c689961b88279f5591895bbe36 0.00 MB 1 0
90,658 90,658 0000000000065ef61e6add3bda987f37a68727584bdc9ae8d1c9560699f823d1 0.00 MB 1 0
90,657 90,657 000000000010109b660c4be0d7e4ffd13663607d60f0f1d2557636436028af75 0.00 MB 1 0
90,656 90,656 00000000000aefdc8b66a80a89348e0959ce756ea32f2506b6fd33ca14d00f7e 0.00 MB 1 0
90,655 90,655 00000000000aec1dba6f6e7f2fce6b3261911a2e79273264249eb650034d41f9 0.00 MB 1 0
90,654 90,654 00000000000a4ea3a690d7d01ffff071e52e1f16d8470bf93a4de0620a4f8870 0.00 MB 1 0
90,653 90,653 0000000000151644c49d0e2319c1d46ec9523e0f14ad2f3c9759787f7da85600 0.00 MB 1 0
90,652 90,652 00000000000dfdcf9a35a398895ca47b065a49bc5aba58b1acdf114596541e2b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.22 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,699.05 GB sent, 98.60 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.