Memory Pool Memory Pool Refreshing

3,837 transactions
1.24 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,028 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,257 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,027 (716,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
191,918 191,918 000000000000052c1eaf273fc6efb600cf3bcfdb05db5ceda90588f933916149 0.04 MB 109 115
191,917 191,917 00000000000001ee87049324d8fd173963bf5a5660102a2f6422b88ff87dae92 0.11 MB 351 143
191,916 191,916 000000000000025f7414381df47f2e564d6fd64efb7017fddcefa2677dbee5dd 0.00 MB 4 0
191,915 191,915 00000000000005f025b544c30b223681ffcaa285c6028919eb838584871512c2 0.03 MB 82 251
191,914 191,914 000000000000069c3d5c7b100b853f3266982c161b4503ef73f54e9076f19b24 0.05 MB 106 114
191,913 191,913 00000000000007ed55b089abc8163dcf8d995dd5ad5c778ed1d33f914e0f0eb9 0.05 MB 187 5
191,912 191,912 00000000000000ad791189ded9366cb61f9486b090f01aab55582a0a28f0193e 0.15 MB 245 140
191,911 191,911 00000000000003e96ca73a6a8a27b6bce50cf76d471fc9ce95a6f6725fa1e2e4 0.06 MB 139 98
191,910 191,910 00000000000007f993e9285ad762c177aab25c711ab134d3aac9a3caa28262de 0.18 MB 384 131
191,909 191,909 00000000000006ac7699ffd08cb69010e3c07d3fd9c2e6dea4e62696f9a91bb9 0.05 MB 103 92
191,908 191,908 0000000000000104a8c25bccb93f55906db481356f0ae2fd696ee9105e0a5f5c 0.00 MB 9 15
191,907 191,907 00000000000003e4141aa393b43772d3c4ce053f006ee30cc45423788ac94493 0.05 MB 138 97
191,906 191,906 00000000000001fe4a44f7dbe6bb92db090e21c1c226062b3bd931021d058569 0.19 MB 495 128
191,905 191,905 00000000000005427079ff97ff3c31d0cd9f0eeb366420f287185eb4317e6807 0.06 MB 144 98
191,904 191,904 000000000000070e245914923d50fdd15db170b7d3a14788fbe46b46c49d28c6 0.01 MB 32 0
191,903 191,903 00000000000006e1403579f1f27a2eed694d10f8f8a985818e02ffabea59f7ca 0.23 MB 626 142
191,902 191,902 00000000000005410c30772d4e6b42b721979b83bdf6c8210ac78be336c997e2 0.00 MB 5 0
191,901 191,901 0000000000000497d4fe897690941361c0da5c5eb8ce1e6ce5f9ce3594654610 0.18 MB 256 140
191,900 191,900 00000000000004ab679ca15d78ce67bce7120b277c66444e5d0146a4dcae00b1 0.01 MB 19 55
191,899 191,899 000000000000070780aa92c28ebe9c4c0100d00066843a2819934303816e15f2 0.01 MB 32 85
191,898 191,898 000000000000030fe34c23eddb19ed08917bdb11e57bb6038e6d5ef2d47841df 0.07 MB 118 80
Previous 10 blocks ↓
Total Size: 769.59 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,651.40 GB sent, 95.89 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.