Memory Pool Memory Pool Refreshing

561 transactions
9.06 vMB
Show Random Selection Loading Transactions
Max Size: 34/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
908,348 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 227 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,347 (902,735 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,612 5,612 00000000422c4bdd5a4216a9351ba060e9cba84686974b9ca940e5013fb4e725 0.00 MB 1 0
5,611 5,611 00000000fd4cc74ad1b37f149dfe5913118d1d8f457add57209fa14793a8d1c4 0.00 MB 1 0
5,610 5,610 00000000af59b841c5484dc334be66c7f5c8de6714f2bede973444f189d08de0 0.00 MB 1 0
5,609 5,609 00000000c89dcb7be2686b3e3e7b20244ae3c02cd18cc8e42bbdd247472802b4 0.00 MB 1 0
5,608 5,608 000000005da0fba5f81f2f2d200b3ea101a12991a4510b41792b6000720ba715 0.00 MB 1 0
5,607 5,607 0000000074f161dcc1bd634c82d0cff2e30c5c9f7e35c39cb9f27c8add66c919 0.00 MB 1 0
5,606 5,606 0000000094e2db81aa4c18ff1a5fab546191d892fca20e421787d63605f34e3f 0.00 MB 1 0
5,605 5,605 0000000060817ef9a8e80134b432ebfd7ae68b0e02f426e828ff2ecefadca7c7 0.00 MB 1 0
5,604 5,604 00000000be64a3fbf13da1507fbaf05763df31306d5a5650c2e841272d077774 0.00 MB 1 0
5,603 5,603 00000000e385882d51277d4d761613f0442b29c8725ab8a77b5306cc34fb5419 0.00 MB 1 0
5,602 5,602 0000000026c4976eb7c9aca41d68da02bba7201a2c33510fcc9f73272a72b028 0.00 MB 1 0
5,601 5,601 00000000423ff2bd1a5bce685406e1d166305f17040cb3123c1f52c93f6c1605 0.00 MB 1 0
5,600 5,600 0000000089c7926f6bbbcff90daac70c8817a40e6df58abea652dbb6f4feeee0 0.00 MB 1 0
5,599 5,599 00000000eb82e342307f9f24cbf6a5518efa4ac1824b62bf4e2981a516211385 0.00 MB 1 0
5,598 5,598 000000006bc82a0fb19fb21a1ecc82238a37d1bc13849e72d10d4fc07566d6cd 0.00 MB 1 0
5,597 5,597 00000000fc8767ebdf7832b7dde1e63093aace9bb5ba0ebf81773dac6be08a67 0.00 MB 1 0
5,596 5,596 000000002a86bb282a6a0ecf60ff4c0bb9a01cfb02643dc170029966854d80c3 0.00 MB 1 0
5,595 5,595 00000000f4f728599c73fd0a2c30e5b8f601804e1173bbab7f12691fb80312e8 0.00 MB 1 0
5,594 5,594 00000000f70e7488c538fe667e2aef73aa5a8c4748be06ed6bcd6dcf2c4ac7dc 0.00 MB 1 0
5,593 5,593 00000000add261f56fcd9beef3c02f29235ab5ba6547403baa0849d160edac69 0.00 MB 1 0
5,592 5,592 00000000d85dc3f8c82fcdf97ad768a7f1ed70bebdf0d79a3dc243d4583ad905 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.32 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,701.92 GB sent, 98.83 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.