Memory Pool Memory Pool Refreshing

6,927 transactions
3.06 vMB
Show Random Selection Loading Transactions
Max Size: 16/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
907,825 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,795 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (750,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
157,480 157,480 0000000000000925f3ba130a13d7fac3e00335e8deb46af57622956ae823baf5 0.00 MB 8 58
157,479 157,479 000000000000049ffb0c9ca11b9dd729dd64d07b5b6ccd6521b1d4aede73712c 0.01 MB 5 1,008
157,478 157,478 0000000000000a38d54a042827be3602f1c83976dcefab59ad9ab64eeedb34ba 0.04 MB 15 54
157,477 157,477 00000000000006027aff5345cbe04ea1e20a659913efe027abb3911f792eef06 0.00 MB 8 40
157,476 157,476 000000000000085eebab97744d0ea4d229edf3b376df8492bbf6851ecd45c908 0.05 MB 111 109
157,475 157,475 000000000000024103d8d3ad5916d5d3cc74a8aaf3f2350b3235a653edd6aea8 0.01 MB 22 49
157,474 157,474 00000000000005eb2337c90b3f4cb3201d31a5477a2fd41e1ffe9d720865af0c 0.01 MB 11 6
157,473 157,473 0000000000000cccde949f5fe40cc12330bc3f66dac7c872bab04c729064d79c 0.01 MB 21 232
157,472 157,472 0000000000000a619d5cde754731b887d07ed9ac54dfed8ec693df6cdd7d5343 0.05 MB 146 75
157,471 157,471 0000000000000538e3daf07a542c125de1ce2b83d3c1b11eb1cd6f4e4c31eb34 0.01 MB 17 304
157,470 157,470 0000000000000a02ec29e9dfadaa79b46ecef98c73626edd71999613570c34a5 0.03 MB 85 19
157,469 157,469 0000000000000c36346ba031711d13f5562dc815b7aaa0aa768061e0bdc7e8bb 0.01 MB 26 228
157,468 157,468 0000000000000d24547e4c4f1540b3aadcdd6fb1d3a8e0cc952cf4a917b54127 0.02 MB 38 68
157,467 157,467 0000000000000284497e8f5c77a3f2d5681324107ee4c7516789d664287a9fe8 0.01 MB 46 4
157,466 157,466 00000000000003434f1bf3f3e34cf9ff8676db7c424b0e30d138ae084aa1e176 0.02 MB 69 12
157,465 157,465 000000000000006274867cae29c24c8305c9bcdad89662ab75cb7070919b2cff 0.00 MB 11 36
157,464 157,464 00000000000004514cb3952d11462a327c2a922dab3f843bee22ba794507c291 0.03 MB 47 17
157,463 157,463 00000000000003c2201232c39a32b940596441c503ea488fa5f41752c522137c 0.00 MB 6 875
157,462 157,462 00000000000001df3eda538d9275cdd8d9b4051d25fde17b345ec75c502d7448 0.03 MB 16 897
157,461 157,461 00000000000005d6303a47aa9608d39a348b5563dce7d49e8913070f25090582 0.00 MB 1 0
157,460 157,460 0000000000000e824a994086f633fa44dd50522aad562a76e55590a08aa8fd88 0.01 MB 31 45
Previous 10 blocks ↓
Total Size: 769.21 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,634.55 GB sent, 94.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.