Memory Pool Memory Pool Refreshing

3,271 transactions
1.35 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,292 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,049 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,291 (901,954 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,337 6,337 00000000b36d9aac5de8cc1be1e7cd7e7b2e610e2cece81251d4f52a03b5c1a6 0.00 MB 1 0
6,336 6,336 00000000c4f4b5adaa1ff8e32f81d585476c4c068eb142d1a9407b04dbd2d0ad 0.00 MB 1 0
6,335 6,335 000000005dc16ce13c7671bdaac9aed58ff0078489e578fd34c8bce3b97e15d2 0.00 MB 1 0
6,334 6,334 00000000429f3066e1963c94df6bc5b44c5c5e6dc59861c403c91efc2e6e124f 0.00 MB 1 0
6,333 6,333 00000000e9f98f2d446cc2aa66d55db4d3e877e1f92b6fae8b536097309f6edd 0.00 MB 1 0
6,332 6,332 000000005e440ced458ed300e09b98f94a913a7b4ef196df009a8055f267d22b 0.00 MB 1 0
6,331 6,331 0000000002b3c97bd8b0c73b03b9dcdf25353fcd9114c7ad99b249fda0025f99 0.00 MB 1 0
6,330 6,330 000000006fc3e77516953428d1a272253b9cce64995145e6fee03cccc794a75a 0.00 MB 1 0
6,329 6,329 00000000e4315a299d86138a2114a5a4ad426b93d2500d8deab4752bd4e1fe81 0.00 MB 1 0
6,328 6,328 00000000006c56e2d190e509e63bd9fe6e8789d9ad33727d31754aa76f1f97f7 0.00 MB 1 0
6,327 6,327 00000000ebe7361ef6ded54587e1840e15e41146ce8101e38c78b86a9980ab54 0.00 MB 2 0
6,326 6,326 00000000a3f1415f4802b510db478857a3ab6e0e27419f852de00c11074cb2bb 0.00 MB 1 0
6,325 6,325 000000000779d1bbd8e59aa27deef1bfbe46e0070e64f733ff734a051aa9034c 0.00 MB 1 0
6,324 6,324 00000000f15bd8304a0853a8012b92702536736cf655d1573ae37216a1502428 0.00 MB 1 0
6,323 6,323 0000000055f0e2fdc9e4363c7d47a3126f955f45ff27548811c9a4aaaf8a6d59 0.00 MB 1 0
6,322 6,322 00000000328db608ed96a69e2d34f51fb39505eae2e7f6dcf298e00a20ba33ac 0.00 MB 1 0
6,321 6,321 00000000a6031e902c3cb08d4988b0d06d25c85ebb13f43a6afd12b759d21df8 0.00 MB 1 0
6,320 6,320 000000003481ff5d71910856ce839f5941e659ec472297aef821489bc368d3ea 0.00 MB 1 0
6,319 6,319 000000000d6d4a20d139d57985a6717a4583fad5b5b904a6706db831b9c8ec81 0.00 MB 1 0
6,318 6,318 00000000054518f6420800da4f4fa09dc572ddcddbf494ec75aee9b873b216a2 0.00 MB 1 0
6,317 6,317 0000000038ce8e369537e3fab61a0cf7e944b21a967e2b7d276a4a79fbeb1919 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.35 GB sent, 98.31 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.