Memory Pool Memory Pool Refreshing

12,750 transactions
4.00 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,043 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (663,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
243,902 243,902 00000000000000434d5da74554c18a28ac603618504f1835ab152157f8d0d7e2 0.10 MB 204 132
243,901 243,901 000000000000001c02655280ff0c74fc75b6dacb48489cf2aee053c98c3cf41e 0.08 MB 184 180
243,900 243,900 00000000000000aeb4d6fae7b7871a688426e388e77923c9b859aef6f8fa7c6e 0.00 MB 7 77
243,899 243,899 000000000000007af0fd6388f7c8854b41a5bfaee7f360e5507cda8547e286d5 0.00 MB 6 16
243,898 243,898 00000000000000a79adc6691f1ac546bbd2bb8ee659410593fb46dec69bad757 0.06 MB 120 119
243,897 243,897 0000000000000097021a43c7700ad9b4a9d5be4f8aa75c52de0b620700c10f47 0.04 MB 67 118
243,896 243,896 00000000000000c5a74a6cb3f39e5df2dad6104190af503bc4118b88549a4e51 0.18 MB 383 156
243,895 243,895 000000000000000c84110f812ef3e132cf557c04c002ba56b2084530545ef134 0.00 MB 4 47
243,894 243,894 0000000000000006e72df6e9ad7a83858af7de44e59b19407bb272f6e2fc1b63 0.08 MB 171 162
243,893 243,893 00000000000000a0a383696f12d7fbebed6226b33386ad6e01f61913d6ad6cd5 0.16 MB 317 102
243,892 243,892 0000000000000002ffd2f0983da78737496e7a4b0551966248e8315eccec92ef 0.25 MB 571 157
243,891 243,891 000000000000003cf3b9b6eab2fd90738dc334d7e5c4c61a1eb9b504c2a1edec 0.08 MB 168 144
243,890 243,890 00000000000000844f73ba38e4ad4ccdf8ff5db7283c4f99dda84c0918bcf63b 0.00 MB 5 104
243,889 243,889 000000000000004b177557a9329187dc1f201d4b3b3b12f8452cfca48f7d8fb3 0.09 MB 184 149
243,888 243,888 00000000000000525d8cee178e1f8cb05a8ddb67cf223f96977739c8814d2e6f 0.12 MB 279 192
243,887 243,887 000000000000009bd739c859547fe98bd05e9815ec268c8a909ca7533cd5d344 0.05 MB 128 120
243,886 243,886 0000000000000004eec40a384d9d9fa42362fc9570b6f14454f10b7dea84b469 0.03 MB 110 29
243,885 243,885 0000000000000075cae08b57c48a679394d033ccf68c4e285533a222aa4ee02f 0.11 MB 246 123
243,884 243,884 00000000000000d6290cfa3f7f50edb544dbbc5748d140db178327bb139c4ab1 0.01 MB 17 192
243,883 243,883 0000000000000054a2013dffc108d621c406489ea44f15e6d4139a81eb73d2c7 0.06 MB 110 140
243,882 243,882 000000000000008846d4e5a7988b52a434a926439a02927ee5220de6020ccf8f 0.11 MB 242 149
Previous 10 blocks ↓
Total Size: 769.01 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,622.19 GB sent, 92.93 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.