Memory Pool Memory Pool Refreshing

2,035 transactions
0.90 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,930 00000000000000000002349e0000000000000000000000000000000000000000 0.89 vMB 2,019 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,929 (272,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
635,200 635,200 0000000000000000000269446e13341291074078bfea12007f101e3bfd67aff7 1.41 MB 2,835 45
635,199 635,199 0000000000000000000919c58c6469a1ac6c5651006b248ac1b42a033cfaacab 1.21 MB 2,772 19
635,198 635,198 000000000000000000107093fc316901e663fcc7a2ea03cba4efc484bf115cfb 1.44 MB 2,761 40
635,197 635,197 0000000000000000000b11af60c07d7019d1bf99f56bba5a53fa54ecb5680d34 1.33 MB 2,800 54
635,196 635,196 0000000000000000000ab4a67b07851db92e5b8602e6d5b7a6c479ddddf00970 1.21 MB 2,728 29
635,195 635,195 00000000000000000006b4e19b3dcac93fa9670dbc6415e1d0cb2f50a8f6dd24 1.23 MB 2,138 32
635,194 635,194 00000000000000000001c2ac3a883979c2d4db14ee4b9a88263a88ff616b9c9b 1.34 MB 2,510 50
635,193 635,193 00000000000000000007827a5b0d19f4e0e4c8a8db2004d74a63a62b9f534c22 1.73 MB 519 2
635,192 635,192 00000000000000000006aa2107b0f106d563ba0fa7a277a21fc76a4aa1e8366f 1.35 MB 1,883 6
635,191 635,191 0000000000000000000c8b62de8db4ae608b17e7085162663e2982431057760d 1.31 MB 2,023 12
635,190 635,190 00000000000000000000d51ac19fb677603391007a0343db512288abd2961af2 1.28 MB 2,860 39
635,189 635,189 0000000000000000000b4b5474fd5bc3dba566decac9853005e209470dc25671 1.31 MB 2,437 21
635,188 635,188 00000000000000000004594ba26bf153c7a8970ae347338d99e9e069626d0725 1.16 MB 2,595 23
635,187 635,187 00000000000000000010585d66dbe3a0adf7b39855cf1e7bb5b98edb403fd952 1.32 MB 2,759 47
635,186 635,186 00000000000000000009f3f574e6b23859f7c09f0068f6c521e120c2825a6d57 1.30 MB 2,629 38
635,185 635,185 00000000000000000004deed015508c74cfa44853d0218ea67ccc28c569eaa08 1.34 MB 2,592 35
635,184 635,184 000000000000000000000f1735f79bd87f89559b99aa179c21ee85a0f3656129 1.26 MB 2,794 42
635,183 635,183 0000000000000000000471d3a485c394f42641a8394c38cac8ab617fbf240bc3 1.20 MB 3,036 34
635,182 635,182 0000000000000000000d1477525db1d04376564efa09cfc6d544ebbd1279d898 1.17 MB 2,852 35
635,181 635,181 00000000000000000006ea92d5c0880fd721d0808ce4ed1e4941c501c77b1825 1.20 MB 2,513 40
635,180 635,180 0000000000000000000dabe864e8a5cae93bc440c877a254795988e22e91667e 1.29 MB 2,986 50
Previous 10 blocks ↓
Total Size: 769.41 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,644.85 GB sent, 95.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.