Memory Pool Memory Pool Refreshing

16,456 transactions
5.48 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,185 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (803,940 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
103,780 103,780 0000000000021040c91afc961b4c7a3e4de802b0f95fc93b63cf3dd63cdcd286 0.00 MB 1 0
103,779 103,779 00000000000116a173213db0e743661f87dbf5b682f88efe2a076763d9f81df1 0.00 MB 3 0
103,778 103,778 00000000000198bbfcba97b0891cba921c6986f30e45b195a8f514b87b6ff2b7 0.00 MB 8 26
103,777 103,777 00000000000290500ceceb1c23305a8c797e45d8bf2a1dc8b26bb926d2a29cea 0.00 MB 1 0
103,776 103,776 000000000003573bd608636bf5a5f7a25eb9a793478f3978b6ba2535da457114 0.00 MB 4 0
103,775 103,775 000000000002bc2ca3aa14b063f2f056d7a625d9f9906c324624fb09c1efb441 0.00 MB 3 0
103,774 103,774 0000000000028bceeba5bd11156be13826dd4f316308727e7959781136b5a018 0.00 MB 5 0
103,773 103,773 000000000001ed43a194adc7b9b7460d1bc6b8564946641c79d9ab9d1b4365c0 0.00 MB 1 0
103,772 103,772 0000000000010f579b76d71043957271a309053da646c3b83719ca40dd91dcf0 0.00 MB 1 0
103,771 103,771 000000000000cb541ec46be9d869104a56ccb175e00d57f67874af94a464cac3 0.00 MB 2 0
103,770 103,770 00000000000220c399f9b2423e86aae9bcdb859220c97fa1aca1e33e533d46c6 0.00 MB 3 0
103,769 103,769 00000000000351ddde776305f7722233e7d288b7426d9b5c044042841362ce50 0.00 MB 1 0
103,768 103,768 000000000002ac5ae45e1ee304b07b53f4eef8661535a232af97b4a0655eb335 0.00 MB 1 0
103,767 103,767 00000000000065e54ae4cbc8adab3c9b992ac44e7214c04a05947a77a6544538 0.00 MB 1 0
103,766 103,766 000000000001109dcc610a47f345c98b0b706e11134baca38a49a9149155d128 0.00 MB 1 0
103,765 103,765 0000000000022138e389856381748048c5f6cc373c110478d9399ba14a12ef58 0.00 MB 1 0
103,764 103,764 000000000001cd5af2b4d4ad3ec031eed6a23ef413b1d48b801d13ef54bb6689 0.00 MB 3 0
103,763 103,763 0000000000028cc98cc6c9481157478aa7bedde0393d8d2c3bdab3551b67c93c 0.00 MB 8 0
103,762 103,762 000000000002334d712189cdbb0c6def8c911bf6fc1cfd881f5e43f36f43cee0 0.00 MB 13 0
103,761 103,761 000000000001aa347baf912962a3af47ff74c9c82a7ab4bc588bb2d82fab9ee9 0.00 MB 9 0
103,760 103,760 0000000000035438794bb33ca9e8d70c8bbf1c78da256f8abac46bb219aa614d 0.00 MB 8 0
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.60 GB sent, 93.00 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.