Memory Pool Memory Pool Refreshing

1,080 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,639 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 1,055 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (840,896 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,742 67,742 0000000002f0e5d484f013b2150aedeea6058cb49e7788fb696ebd49884a1394 0.00 MB 2 0
67,741 67,741 0000000002280e30792c2d0388b30ea0e7db90aafa35bbcf168d152071459696 0.00 MB 2 0
67,740 67,740 00000000026c5a6b5a3d62f5b9143fa1b610cf7d8118b08fa75432a7e5b1e28f 0.00 MB 1 0
67,739 67,739 00000000053f88781b276cbfe18e3d8e4b450fd39d11c377c26600d61995bf9d 0.00 MB 1 0
67,738 67,738 0000000001757dea229be8f51dcb4b7d9185272760b094cf1901f641c60db493 0.00 MB 1 0
67,737 67,737 000000000105f4b4873c61e2d5466351d22b39c3d02f15914dd39a399f31b158 0.00 MB 2 0
67,736 67,736 00000000006baed7d49bd12a224e0b2b6e2631ad83414d814391799067506beb 0.00 MB 2 0
67,735 67,735 0000000003a9420c2b52282d1d4016ffbcefe5ce9c010d93146ca3ac6625f44a 0.00 MB 1 0
67,734 67,734 0000000004bac319a4f03155012ae62d326ef54954d72a8bb9a659ad7eac01af 0.00 MB 1 0
67,733 67,733 0000000003ffc0d30ff5023e555c37004fc99c650f84e65c03b0a34aeb383e99 0.00 MB 1 0
67,732 67,732 0000000004c5af7074d18b3af60844796eb1857590ffcbe4b492347fa321ebff 0.00 MB 1 0
67,731 67,731 00000000026a694d4c1685f0bef89dbe7e6e0ddcd4d36f9db5a34a71e737c61a 0.00 MB 2 0
67,730 67,730 00000000054c25f26d54e5377fe8a7adc089963bfc6413513150e34600c2e022 0.00 MB 1 0
67,729 67,729 0000000000d4df1976b7b29f890670349be650e9ac4214cae200b2759668464d 0.00 MB 1 0
67,728 67,728 0000000004fb7774602e90c735c5a16eff40cb4ae40f19ebfd946ed68fdb2ea8 0.00 MB 3 0
67,727 67,727 0000000001a2858b95c860f8cb71ce29d17ff98a955e64f3fe4907cfd1c569ed 0.00 MB 4 0
67,726 67,726 0000000000621987305cec20332e9873ab1c4c3b2411f774b0da905d2334552c 0.00 MB 1 0
67,725 67,725 00000000039b78c0af46995e9208b6356b4fd0b6bae4cdd3b4571236dd69139f 0.00 MB 1 0
67,724 67,724 00000000054edefaab9f113ab0b7970c185e78dcd0aa363edd4c95eff56305e3 0.00 MB 3 0
67,723 67,723 00000000017fbffa56a5579e2ff445a155c44e76b91b3841813a75e285d0e172 0.00 MB 1 0
67,722 67,722 0000000002f55f1740a65f7b356b310c61e65f612773c50b3d84963961d51cfd 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.32 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.