Memory Pool Memory Pool Refreshing

2,345 transactions
0.82 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
908,478 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.81 vMB 2,341 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,477 (892,507 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,970 15,970 000000008a807ff398fcd71da6720ffd377101786c41169675be9e65075c0625 0.00 MB 1 0
15,969 15,969 0000000037d7c9885177df7af395d2e99b176a9372a03b855abdf2c9adac90b1 0.00 MB 1 0
15,968 15,968 00000000201016a83272835468d457d15965d57f57c0da5944dc94ea9389f360 0.01 MB 2 0
15,967 15,967 00000000abae6b44fa98526e865a08820f4528eda46cad40445de3690c502ae8 0.00 MB 1 0
15,966 15,966 00000000cc1dd5b2428d05394a4049bf4bfa7e94c57b42a7af67ec7b994cd9e3 0.00 MB 1 0
15,965 15,965 00000000e8a2b5051db989bd3160e1aa6fd22ecb3fb8b5c515846527d32f7a5f 0.00 MB 1 0
15,964 15,964 0000000039921a3bc959d79e4dcebb82d54d6f6537d5263be27b45b5d59451ca 0.00 MB 1 0
15,963 15,963 0000000038d9494d5675e4e555072376e269db4a0734a18614c44e24e1c2e364 0.00 MB 1 0
15,962 15,962 00000000dbccda10eab9559daa5f3badda20e015958043f8ed0d5d1adf4f5bc0 0.00 MB 1 0
15,961 15,961 00000000e019751e5f7e0fdb32d82e4ed0cfbefe7f00dd924bfbccf5fce12298 0.00 MB 1 0
15,960 15,960 00000000348fd5fab8da0d484eeec712952db25889bc990017b412ff39cfd240 0.00 MB 1 0
15,959 15,959 0000000099a1de85f20333d542334a8280030c3b265543c7687df1fb19e29a7c 0.00 MB 1 0
15,958 15,958 00000000531e24604d797285b17236de2a729a5efea0ab00253502660ca2cfff 0.00 MB 1 0
15,957 15,957 0000000012f52136b78c4b5fe898791e91c2664b55cbb5c3550c11dd2e6e4752 0.00 MB 1 0
15,956 15,956 00000000f923123669dbb11615c0b14eb334e7dc8339f64e7e000788833cdbbd 0.00 MB 1 0
15,955 15,955 00000000f25c60e6b580f9d99113aa4286c93f579a2352eab78042c5817368d3 0.00 MB 1 0
15,954 15,954 00000000271625b8b92bec39418170a4a6cb94c4aba239304b692ec8ce42f691 0.00 MB 1 0
15,953 15,953 00000000f4b3836df8b4eb8823f8f7fb303168f40875add5835390cb9f6ea3c3 0.00 MB 1 0
15,952 15,952 000000005964148f7e7618fce590bf370f78d77fddf6c2ca35ac2d7e51076147 0.00 MB 1 0
15,951 15,951 0000000067426e929a1d6bae22defdbeb415b74b4e217319f9d72ce52403c48e 0.00 MB 1 0
15,950 15,950 0000000041bdfbaae5c972e8a320bd40e9288d23ece093e3ad3c69fb2b4ec594 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.60 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,786.12 GB sent, 99.96 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.