Memory Pool Memory Pool Refreshing

2,268 transactions
0.81 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.76 vMB 2,253 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (362,009 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
545,744 545,744 000000000000000000044b62a475a25118f1f01a2709861379565bdad69abd80 1.25 MB 2,805 28
545,743 545,743 000000000000000000173b9217c5acfcda2e27bce37ccff297b1c2a57a60a0c0 1.18 MB 1,035 6
545,742 545,742 0000000000000000001271c0cf0443bbbcb722e8f31f9dff6ecc77b5e097f8a0 1.19 MB 2,427 2
545,741 545,741 00000000000000000001dc5498a093f2b67d7615775a2c25bfaa76253aa93272 1.23 MB 2,601 5
545,740 545,740 0000000000000000000aa7bcc5a314f9084ef2b67bed940de1392b1be7b1f421 1.32 MB 3,011 17
545,739 545,739 0000000000000000001b457efea3ba46a3a18b18e0a009cb7f16af2326ad9129 1.36 MB 2,870 31
545,738 545,738 0000000000000000000507c217ad3f03d8e5385879a755c8e74516d8a0a27fc6 1.29 MB 2,442 6
545,737 545,737 0000000000000000001f5274ad466258c4b8f74d3076cd1e0b14571f1cf8bd1b 1.34 MB 2,236 6
545,736 545,736 0000000000000000001ca27ca74dc5195f26c32abfb2df32ee8c6a3504f0c52d 1.17 MB 2,477 25
545,735 545,735 00000000000000000024214a41d00b6020cb5dcd93f1f83ba09a89db24092413 1.10 MB 3,000 8
545,734 545,734 00000000000000000021e97d0333ac88727712464839c008f76c15a648c6d5de 1.13 MB 2,864 12
545,733 545,733 0000000000000000000d8f53718fe3688db0879f12456acd9a202a04f658de0d 1.27 MB 2,190 12
545,732 545,732 000000000000000000106cb8cfd7aad05b41d5662e2b626566140f3d1abe5763 1.22 MB 2,209 27
545,731 545,731 00000000000000000000ed5015bd20a8761942b209c18264887b2167338cbdf9 1.52 MB 2,780 13
545,730 545,730 000000000000000000015c754a8a8893b8aab4844e4f940d4df79073038bad1b 1.27 MB 2,108 18
545,729 545,729 000000000000000000009dfce71bd8c3e62ceb76239aa573b2f3034ac11ef8b1 1.60 MB 1,549 21
545,728 545,728 0000000000000000001816d81e5e092fb8b3fdc62b1e6b4ad1e7c57bb8800218 1.10 MB 1,453 17
545,727 545,727 00000000000000000016d8121a4b8f5aeca7670dec453acd6cb0134a24928fc3 1.25 MB 2,537 34
545,726 545,726 00000000000000000025b6abfb333fe3a346ad6b2ee5779df6462cf9fa995941 1.04 MB 984 23
545,725 545,725 0000000000000000000f680ac0e58e783cbf9995236002978815588f5cc9a0cf 1.01 MB 662 60
545,724 545,724 00000000000000000023fee5ecf405598cad9248d1166e3d4e0bc0860ce9a5d9 1.24 MB 2,528 11
Previous 10 blocks ↓
Total Size: 769.08 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,628.25 GB sent, 93.31 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.