Memory Pool Memory Pool Refreshing

1,743 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,447 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,728 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,446 (803,774 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
104,672 104,672 000000000000b9d8ea0f1e7c1d5d9329963d06a4ebd59ee30d7d71518c5b0851 0.00 MB 3 2,283
104,671 104,671 000000000002b140e4fabb3d7e426a89b7ba0cfe9c0ce4112b106e09683bcb1d 0.00 MB 7 420
104,670 104,670 000000000001b8d777e2fc909b7c3402ec4131ee773fa2ac6c84e86dcb575695 0.00 MB 7 1,573
104,669 104,669 000000000002dd3e6bd8c2f5de31f09b55381e466d92b94b97be8df317da68a6 0.00 MB 5 847
104,668 104,668 00000000000204f3f7dc67308ec00db5582370203ffacfec8b116b744a00f11d 0.00 MB 1 0
104,667 104,667 00000000000004d48723eaed9fefa4ec1d0987f9524f015490e8975e98528a19 0.00 MB 3 1,438
104,666 104,666 00000000000032c2fc266020657888b940c71bd74e424865b5473c863f0e1c09 0.00 MB 1 0
104,665 104,665 0000000000006efa57b47f8d1a144ef40a878f628e4d8aed20549a421c3e366c 0.00 MB 5 0
104,664 104,664 00000000000303fb04faf4e882528ffedeae7eeb54b08bdbb5e2127ff504d0aa 0.01 MB 30 179
104,663 104,663 0000000000030ad081cac475779c1b7a17c402b88347a4adc638d22721cf691c 0.00 MB 1 0
104,662 104,662 000000000002b980eed41ffb81010257424b5faf0e7f68ddd7ffc43e36f4cebc 0.00 MB 3 0
104,661 104,661 000000000002fa5aae7cc09d993641ad73b7948265a874d92ce12ae35bc351ef 0.00 MB 3 0
104,660 104,660 000000000002d1599cbb9d926aa786226ca06412761678f32fb59018cab6a2cb 0.00 MB 1 0
104,659 104,659 0000000000011b01c0611d0dbca6f409577fb65f7ff1ac03ba0195f0b626007e 0.00 MB 2 0
104,658 104,658 0000000000021078b0698c4ee83d3d0a1375fd037f07adfed1e822fbf832a6d7 0.00 MB 3 0
104,657 104,657 000000000001a5d36bd2d4031f583e8ad9ce6014e9d9703725067bda39e51b9a 0.00 MB 2 0
104,656 104,656 000000000000a1fb9b6d2677ec0dace2df7f63d032cfc87b985ba21545f8d01f 0.00 MB 1 0
104,655 104,655 0000000000017c6f4e749274fd84cdcf504797136a62864713b4acb101f800fa 0.00 MB 3 0
104,654 104,654 000000000002721dc8e4a8f12495116234d6b7d3fd74b1e2dc9daea3ab1e4490 0.00 MB 1 0
104,653 104,653 00000000000154788dd43b1bf70cce1e8d79124fb39218c9c2dcff2215512162 0.00 MB 1 0
104,652 104,652 0000000000002a668db8d93d58d904a0416480946334719414e77b63bdadd61e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.53 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,775.51 GB sent, 99.70 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.