Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,705 00000000000000000002349e0000000000000000000000000000000000000000 0.84 vMB 2,304 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,704 (840,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,384 68,384 0000000002de670f7900673792be6b37bc1e28733dc27ee28df342adf3eb4f09 0.00 MB 1 0
68,383 68,383 00000000013c0905a80b74c5e87639cedd95bdd0a314ab41a58310a78859146f 0.00 MB 4 0
68,382 68,382 0000000002f4bb92ac6b4b42427b9c2cd836d453e1fca534f494869866616039 0.00 MB 4 0
68,381 68,381 0000000004d9457ce88cbae870bf099a7d2c05bc02724993739c9a7c46e923fa 0.00 MB 3 0
68,380 68,380 0000000002a0a703a0cfb47c7313ed05dbc9d27bb63218c7fa0413a2572b8032 0.00 MB 1 0
68,379 68,379 0000000002dc22e3e4cca23734bfef15ec431546d8f1ae895343dfb64d51d25e 0.00 MB 2 0
68,378 68,378 0000000004afc20997aa57790ed7f14567f1f8b214ed671eebffafc4fd7c9eec 0.00 MB 2 0
68,377 68,377 0000000003478677cb88fe31f598057d844a07e384a3d79bf52489d168f7822d 0.00 MB 1 0
68,376 68,376 0000000002309706c9c181187c50a3682437b728c9d78ad8593156c2a2b5ffa5 0.00 MB 2 0
68,375 68,375 0000000000bafa0bd9ac613ae7f7613679afb4a82730da868b003d5f97655944 0.00 MB 2 0
68,374 68,374 00000000036f1291c6b352ca997639c0c62e8a5440c316ab0730f6671a075c5b 0.00 MB 2 0
68,373 68,373 0000000002deeff843d8ece7fbe4084c3f766f17e7029008b7deec4653ddb8d2 0.00 MB 4 0
68,372 68,372 000000000295f6b2fa1b7e0fa523bb246bd5dba967ea5e8d66551b66b84dced1 0.00 MB 1 0
68,371 68,371 000000000379d5905293a33095f48da436afbcdba5dc49813a619685c1fe5bce 0.00 MB 1 0
68,370 68,370 0000000004c210e90e76515adf2f7b4049cb6fd6159464610486eda1894ca682 0.00 MB 1 0
68,369 68,369 0000000003a4982e3b92ec1f792aada70eda4b62c493f25f76192d7fc1bef0bb 0.00 MB 1 0
68,368 68,368 00000000025b49a09c5799d27445a7f1287ab10f4de3ee086171e32a090f3a97 0.00 MB 1 0
68,367 68,367 000000000146da6e516114a4f8ee9eadc0416b67b3a536a96986d3ffed03426c 0.00 MB 2 0
68,366 68,366 0000000005408bf32cf0606030a2756589a244565977c8ac40b09fd34e56e542 0.00 MB 1 0
68,365 68,365 0000000002186cf0ffd235348a6ca8d08f5872b15d6d211364e220131c86061d 0.00 MB 2 0
68,364 68,364 0000000004049553f937e744d8d15e4da9bfe340c1944a62891f118e12bd69f0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.02 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,854.49 GB sent, 102.00 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.