Memory Pool Memory Pool Refreshing

1,747 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 1,743 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (90,055 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
817,713 817,713 000000000000000000007e5b5ec657c1fed858dbf700916b2b9116f0c8df33ac 1.74 MB 4,787 83
817,712 817,712 000000000000000000037abfbd387eb374281c26f88206630dbcd185a815472f 1.74 MB 4,083 119
817,711 817,711 00000000000000000001d544a244b84c7ce1a755376ae5d8662e6e4146ec5ce6 1.73 MB 3,740 69
817,710 817,710 00000000000000000003744e1080eecaef34c354daa5b6e69710453fd30c8c66 1.60 MB 3,142 144
817,709 817,709 00000000000000000002bdc65259d8c30b27253bcc12c2ea6dab0fb97250e83f 1.64 MB 3,018 217
817,708 817,708 00000000000000000001efa12ef8cf17d8521b8ba3de54433f2c14f3f929224d 1.68 MB 4,062 114
817,707 817,707 00000000000000000000d8ebaa41137373d76bc593eedd7cc0c7d7f6a9cfcbb0 1.84 MB 4,013 55
817,706 817,706 00000000000000000002c970429d9e8d1acae258f2aa1daaded597c31e99da33 1.48 MB 3,097 139
817,705 817,705 0000000000000000000098c9d41bf71ddef9443b2f5fbe3b9f33934c248b8252 1.89 MB 3,364 52
817,704 817,704 00000000000000000003bed477f29117d89ad0efbde0d5c70747eea818a1e01e 1.79 MB 3,957 60
817,703 817,703 000000000000000000015fffcc36fb905bdf427d51a9fc6e30b5c5fcd1f1aa01 1.70 MB 2,965 62
817,702 817,702 00000000000000000003233d4f83510105089726f1e7f31a9287b18651dead6b 1.72 MB 4,356 86
817,701 817,701 0000000000000000000416d46380fb06014de97999aafde9c9531e9e45250231 1.68 MB 3,954 92
817,700 817,700 000000000000000000007759d0740d66d6a03c21a0839ccd6b6114ace9949b9f 1.59 MB 2,718 60
817,699 817,699 000000000000000000019170f6e0ac53c2fdb22553d7f183ac18b963e37f1c4e 1.78 MB 4,838 89
817,698 817,698 000000000000000000037cd9d0300763aa093a87c4dfe2597d368c6117c86377 1.73 MB 3,834 77
817,697 817,697 000000000000000000044f0da503c164bc05404af05b3eece2d0b1cad2a8bbe2 1.72 MB 3,680 122
817,696 817,696 000000000000000000018db7c15275519f5121ea442317bbdfe9a31464c9d5d5 1.84 MB 4,570 107
817,695 817,695 00000000000000000001bbcd58d0f45e721cac7d2ca32305f87b40ed3d74daa3 1.79 MB 4,137 153
817,694 817,694 00000000000000000000dbc633486cfd5b9f890788be1ccaec9792586c2cf265 1.57 MB 3,626 177
817,693 817,693 000000000000000000016e97f888468a13ca19dc2fd86365be72d1ac1386a072 1.72 MB 4,496 71
Previous 10 blocks ↓
Total Size: 769.11 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,629.42 GB sent, 93.43 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.