Memory Pool Memory Pool Refreshing

17,316 transactions
5.59 vMB
Show Random Selection Loading Transactions
Max Size: 33/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,847 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (191,817 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
715,902 715,902 0000000000000000000918fc0a6f82156dfdcf21f0bb864c43e3794e785e4e6e 0.40 MB 820 8
715,901 715,901 0000000000000000000b9621ce4e493558840517b2a0dff72e36317b59959562 0.31 MB 524 10
715,900 715,900 00000000000000000003ccce112b74b403917b75577fc4ec4516a7c385fbaab2 1.43 MB 2,710 9
715,899 715,899 00000000000000000005b0b330d45257f03eef22dafdf6923c484a880b411deb 0.33 MB 567 8
715,898 715,898 000000000000000000031a79b84519edbf645378a1c96a6b7b149765f196ea9f 0.51 MB 1,058 9
715,897 715,897 000000000000000000035857040e85a70f02633770d85b07d89f5541cd823411 0.27 MB 549 9
715,896 715,896 0000000000000000000a78e6e871868895584b20029fa5e603c819f2f5987104 0.90 MB 1,776 9
715,895 715,895 00000000000000000000dccd170454d9a6b2b3c611926f8bc9a459a07dd67bdc 0.69 MB 1,235 8
715,894 715,894 0000000000000000000992a4bec40c6606dcca0ca3c64b5c8a18e2ccb2fa9906 0.92 MB 1,747 9
715,893 715,893 0000000000000000000152775773ad5eb30081f909b41342244fc64019230b73 0.05 MB 116 9
715,892 715,892 000000000000000000097d505b6b4e29ee6b3dff6f9b3bdc785607e3420e40c4 0.79 MB 1,212 7
715,891 715,891 0000000000000000000413598a94fafbf3964549a8cc3c9a9ad004f889aff637 1.16 MB 758 4
715,890 715,890 0000000000000000000b57cf252ee4bd343ab6fee3e8ae019504537e90112a9f 1.41 MB 1,992 9
715,889 715,889 00000000000000000009a87e7549169bd2d244fcca5cb03604aa98e17cb06e58 0.15 MB 362 10
715,888 715,888 0000000000000000000a19ee7ac5e374f6c98d2fdb832cda6493620d0430fd3f 0.92 MB 1,667 9
715,887 715,887 000000000000000000028c64c18c0420261f04fd0978775fdd07da22d6c7c1e6 1.11 MB 2,269 8
715,886 715,886 00000000000000000001b97637f13d5dc85883e7bda5f2965f18a02b84be1f86 1.27 MB 2,171 8
715,885 715,885 00000000000000000000f751a1813904c3a2a6a82b5dfe7b635372f1e4ba171a 0.20 MB 272 41
715,884 715,884 000000000000000000020aedbe85599bea91aea931551fce1f3be431924a85e1 1.12 MB 1,961 9
715,883 715,883 0000000000000000000aea35fe75576143cac6ce9d40df4e49c66252a5bd68e7 1.14 MB 1,744 10
715,882 715,882 00000000000000000001231a42bfe1ec3c8afef4d7ac6c614a1f6baf6cc7743b 1.29 MB 1,058 1
Previous 10 blocks ↓
Total Size: 769.02 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,624.18 GB sent, 92.99 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.