Memory Pool Memory Pool Refreshing

6,503 transactions
2.14 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,753 (760,749 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
146,989 146,989 00000000000004e3130a3ac660f7af5ebd83c4abba65901356a1c2c739b363a1 0.02 MB 59 28
146,988 146,988 0000000000000008297bf122e2c2da0944fa542f48d0d969717aca9661cc68a5 0.02 MB 36 108
146,987 146,987 000000000000008997ba645c221f2418a31dcd4b9597c66717e7a383682185e9 0.05 MB 151 130
146,986 146,986 000000000000051408a3691844a76fd5fdd4d2fd2d83ad26cd3f07c798e42b73 0.04 MB 65 289
146,985 146,985 0000000000000661226eeb40816850be5debd416f433b4a17a1eef0849214f16 0.02 MB 35 386
146,984 146,984 00000000000007a25349cf54b43f991a41331abeaa1a15959e777cf5e79cd000 0.02 MB 36 99
Previous 10 blocks ↓
Total Size: 769.08 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,628.28 GB sent, 93.33 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.