Memory Pool Memory Pool Refreshing

722 transactions
0.25 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,795 00000000000000000002349e0000000000000000000000000000000000000000 0.17 vMB 711 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (19,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
888,745 888,745 000000000000000000023cb02b1569e00ed69066e7ab85181ae70bed3b1479c8 1.87 MB 1,627 2
888,744 888,744 00000000000000000000f0240fe856a5d0597e682f8731f71ceb718c1272200b 2.06 MB 465 1
888,743 888,743 0000000000000000000153500a75073f2412c02c1d185973a1e132c1889f6b26 2.09 MB 774 1
888,742 888,742 000000000000000000021638751438f00119a451a8ae6b967342807992dba2c6 1.67 MB 2,033 2
888,741 888,741 00000000000000000000c0e2463e048ea6ef6d730cf16cb655d639583b14cd8f 1.64 MB 1,431 3
888,740 888,740 000000000000000000007a73fadad6bcbb9138269615610f6f3674e582731c62 2.07 MB 469 1
888,739 888,739 00000000000000000001d54bc1d025905783aa3dfb1f8aa4fbb803baf3e67d05 1.91 MB 572 1
888,738 888,738 000000000000000000003dfeae961ef1392ab37590d359e618b5bcaa50d59d86 1.95 MB 1,646 2
888,737 888,737 00000000000000000000b7070e88525e4064ab36df7cfbe34d785bbc6eb491ea 1.62 MB 2,327 3
888,736 888,736 0000000000000000000162e6567549d28bfd4e42319aa1c5aa23a6e00d3aae57 2.00 MB 992 1
888,735 888,735 00000000000000000000b52f6502a934e9882e6adf4dd70e27d0a2f16533f965 1.50 MB 2,808 4
888,734 888,734 00000000000000000000ae0b69c7a2959d85fedb3a757615ceb27baba9e5ec20 2.07 MB 544 1
888,733 888,733 00000000000000000001d1718564df3bd5ed9ec633bcfb480edfc7cb2fbec1a3 1.48 MB 2,294 3
888,732 888,732 000000000000000000011a0d31af1cbbea2579a953914883b099c3da339930d5 1.51 MB 3,159 4
888,731 888,731 0000000000000000000104bf52282e9461fce75713d3cbe5a0dcf8e8e56e9bd2 2.00 MB 2,139 2
888,730 888,730 00000000000000000000ca4b8332f712bcdccbedcc39dd57ee64027bed4bb74b 1.85 MB 1,908 2
888,729 888,729 00000000000000000002219959971a54789738ec9b9cb09a8f9dfe790b5a4f91 1.39 MB 1,578 2
888,728 888,728 000000000000000000022eaa6bc4b39c7d9758167d2ea8549dec6f5e3a161f09 1.49 MB 2,938 5
888,727 888,727 00000000000000000001d28c887009e768ab47dd6e08f4e8742f475aca200f92 1.50 MB 3,015 4
888,726 888,726 000000000000000000013cf79cda4c2523ec74cabb62017115fe03d910777e5b 2.14 MB 492 1
888,725 888,725 0000000000000000000134d87066b18ed7c50e8b9373fce438c24f67f7ba708c 1.96 MB 1,042 1
Previous 10 blocks ↓
Total Size: 769.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,632.68 GB sent, 93.65 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.