Memory Pool Memory Pool Refreshing

1,018 transactions
0.25 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
2 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
908,601 00000000000000000002349e0000000000000000000000000000000000000000 0.24 vMB 1,018 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,600 (903,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
5,591 5,591 00000000d3a477e34c3107e5bf5dce1e7fd93ba96cc1a11d61474a0ffd3db5cd 0.00 MB 1 0
5,590 5,590 000000003cb3f6cbd14c21ddda5f1e6f7fd2bc9f4c1307f061094a237f1d8efd 0.00 MB 1 0
5,589 5,589 000000007423d0eb705bdc5b13ea30ee60d6c842725bb4d4778ad9db376300be 0.00 MB 1 0
5,588 5,588 000000007314d0d5728eac04a7549becea8938b99a6c37171eba1c4948784f1d 0.00 MB 1 0
5,587 5,587 0000000065fb3894ac8259bdeca36b7c7e602602b63d411ba82a28e8f917e6c7 0.00 MB 1 0
5,586 5,586 00000000e4994b7328ab08b81a8c9f8653718d74bc5b0b107faa4533eaf6346a 0.00 MB 1 0
5,585 5,585 00000000e2b2970fec6399f09d668cf8806c62a50a1be3d1b0dc17cef08173f3 0.00 MB 1 0
5,584 5,584 000000004e10ed42c184cc5e04d636c6ee59bdcdf6cba65864a0b971f0f91238 0.00 MB 1 0
5,583 5,583 00000000edeb4b4261b9247503271235f44d9e3f40e9f473f3956c985865a384 0.00 MB 1 0
5,582 5,582 0000000099bcd42c2f60abe651f157332bedfd2bf7213f3e26baf6923a9022d1 0.00 MB 1 0
5,581 5,581 0000000093a7fcec32118ea5a252c86aa663c7bf8f9e9f07c6d5032b04ec7cf8 0.00 MB 1 0
5,580 5,580 00000000760a45e73301d37ccfc01410ba9e102c30555ae8375d7d8970f07341 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.53 GB sent, 101.03 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.