Memory Pool Memory Pool Refreshing

7,481 transactions
3.45 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,888 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (372,969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
534,754 534,754 00000000000000000000d0db4931ba65f549d79eeff53665533800afc377f28b 1.08 MB 1,022 7
534,753 534,753 0000000000000000002f3868f6a10a5f2e931ddaddfe741cedbeadfd8e618562 1.16 MB 2,523 18
534,752 534,752 0000000000000000000f95162eba594cc1af3e072f724b73948d0b545b92d04e 1.11 MB 1,564 9
534,751 534,751 00000000000000000022db98cf47e944ed58ca450c819e8fef8f8c71ca5d9901 1.07 MB 674 2
534,750 534,750 00000000000000000019d7296c9b5c175369ad337ec44b76bd4728021a09b864 0.55 MB 1,283 26
534,749 534,749 0000000000000000001bb311cd849839ce88499b91a201922f55a1cfafabe267 1.05 MB 710 7
534,748 534,748 0000000000000000002e12773b798fc61dffe00ed5c3e89d3c306f8058c51e13 1.04 MB 421 3
534,747 534,747 00000000000000000003321723557df58914658dc6fd963d547292a0a4797454 1.01 MB 154 1
534,746 534,746 000000000000000000173b5cd3e7a547fbcdd70861fdae7c4cf0edfc0379349f 1.14 MB 1,829 12
534,745 534,745 00000000000000000013737e4b0b5fc157edca709415befefca26c216a33cd4e 1.21 MB 2,282 8
534,744 534,744 00000000000000000015ee54f2e1d0250a87156298d4abaf1a0c889d85909bc8 1.16 MB 2,277 16
534,743 534,743 0000000000000000000f5a66df7aab0de5c0b8d55b8c1335dff6ccd7f60b8714 1.21 MB 2,485 25
534,742 534,742 00000000000000000002c6a51fd2b1595b576f3473163b90ff4c755abbefbb93 1.10 MB 2,096 13
534,741 534,741 000000000000000000216f89951fc77ae99147f4cd1be51e742a975d16fcaeda 1.11 MB 1,540 20
534,740 534,740 0000000000000000002cf278a5186eaa3bee535a26c86b7d8e476cc72a854cf2 1.10 MB 1,527 9
534,739 534,739 000000000000000000053025f005a450cf98e4cbf68643dd322265fab74734b6 1.22 MB 3,064 24
534,738 534,738 00000000000000000017b8f6c331cd6c482d1b4cf0d3d51e9eda417d4f51900c 1.11 MB 1,170 5
534,737 534,737 00000000000000000024b7a8c1d9fd8640214796abfd1e48ed35e581e9d0a3d8 1.17 MB 2,655 25
534,736 534,736 0000000000000000001d34d68f542a1682d151ce1d92fd64f41a76fa6e648f69 1.18 MB 1,973 9
534,735 534,735 0000000000000000000b51803e62dee2923e177ffa236f3cf57844a2d370ac77 0.21 MB 590 19
534,734 534,734 0000000000000000000bb3ff27afea3d8937351f7da6e16eea0e77af0df4926e 1.22 MB 2,800 25
Previous 10 blocks ↓
Total Size: 769.03 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,624.86 GB sent, 93.01 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.