Memory Pool Memory Pool Refreshing

10,110 transactions
4.14 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,722 (760,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
147,010 147,010 00000000000002503c42146511c97c76062d547f487bbd2ea2932345b5b2afd3 0.04 MB 87 197
147,009 147,009 00000000000003b6a62f6c9378a51e182d61d42230577b40d834fc6e89513b6e 0.00 MB 6 875
147,008 147,008 00000000000001f6b8f71a2b4d0e56fc2d61cb3533a3908410e28eff4e8fbc3c 0.02 MB 49 25
147,007 147,007 00000000000007b616571385f09ce199f07473ea4ec5f8c91a9bf9f461e00730 0.00 MB 12 0
147,006 147,006 00000000000004646454513921e5bbc180689b129859514c38542df9635bdd02 0.03 MB 67 175
147,005 147,005 000000000000057b8322667d197973b2bd4dd134dbba0c20b2016ef355acc30b 0.00 MB 12 0
147,004 147,004 0000000000000880602b5d12af67c260c2b01769eb90eb2da04cae5fc404528a 0.01 MB 5 19
147,003 147,003 00000000000000728361fa5647ab985329aa8c14debfbacb3c4f424d439bf668 0.03 MB 83 220
147,002 147,002 000000000000077a9c9a40bd5a59fc6e1a7303814049490ebfe7e6fa7558486b 0.01 MB 29 179
147,001 147,001 0000000000000851df3e47dd63deed846858726c47076ddf6f5ef98703132d1c 0.01 MB 16 231
147,000 147,000 000000000000096aff3f9a2090e6bd9f0d0c545c9190914e3dd767fcb24ee284 0.04 MB 143 160
146,999 146,999 000000000000070beb78a7d0fc6d2687309393abeef303a69e8a117414ba8ced 0.02 MB 33 102
146,998 146,998 00000000000000eb5cdc31d11551b88b08297a2404411e3cdd7a3eba2420a014 0.01 MB 5 132
146,997 146,997 00000000000001645d66268a966c03edc9173b2223bf70d144f67a05ad083789 0.03 MB 54 79
146,996 146,996 00000000000008661211d2304b4954430afa76bdff95cc8623bcf0efcc66bc09 0.01 MB 33 107
146,995 146,995 0000000000000942f10dcdaf69a0c1655e92618d925d064c17a7fbd67e2f5f51 0.00 MB 6 49
146,994 146,994 00000000000006c820a4361e874f94946cfa98ef781be9843bcd0475d6a46c73 0.00 MB 6 85
146,993 146,993 0000000000000163a27e2cc7ce305d230b4d00eaa0280cc1d007b7b2f5ca8ec3 0.01 MB 23 32
146,992 146,992 0000000000000234d6a30b0dbd9490dda1269df88bcdde57695bdc42e4d65ce8 0.01 MB 10 71
146,991 146,991 00000000000007a0c3a1ccf671dec219a1471aa0b042a377af660e50910640d2 0.00 MB 11 278
146,990 146,990 00000000000007636c232985f850e0730974f75117881f66c5b34914c696b05f 0.01 MB 20 52
Previous 10 blocks ↓
Total Size: 769.02 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,624.78 GB sent, 93.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.