Memory Pool Memory Pool Refreshing

8,329 transactions
2.64 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,847 (778,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
129,109 129,109 0000000000000feb2b0793815e69d46006d2bfad034f518b270624caa7cad215 0.01 MB 42 540
129,108 129,108 0000000000000a6d9d26e60d97cef8e14ba2b85fb5dc2fe4570b2c3f110897d9 0.01 MB 22 706
129,107 129,107 000000000000013c82cae901715260fe1b7ab6dbb58872d7f64d13fb728291fa 0.00 MB 1 0
129,106 129,106 0000000000000d3eb3c06142eee8955335c5250faad295934559587e5f39cbb9 0.02 MB 37 463
129,105 129,105 0000000000000570d6d0ec26ad636b506c4baa33b54ce100224041f30d46abc8 0.04 MB 66 831
129,104 129,104 0000000000000049ac52b61c7b53cff7d8210fc9781a5291a91a80d246f1c1e8 0.04 MB 127 1,094
129,103 129,103 0000000000000de91d9ac36453d00a99a8492da195c35fae7904f8a30a6587c9 0.05 MB 149 302
129,102 129,102 0000000000000c2e751275a4b5a275d2d370e0fcb23b7650f8138b2b4edd7c1a 0.00 MB 8 1,193
129,101 129,101 000000000000084db654528e237561d9d9f96059421aab2546d6a297aa4a1f9a 0.10 MB 274 251
129,100 129,100 0000000000000d2c60ba7301526c95eea1e821e464013e8db08efc7f1088503a 0.01 MB 23 2,009
129,099 129,099 000000000000005fcf5a7011fef2cfc284d6ba5b3ec37242fc31ea6be695ef4d 0.02 MB 51 89
129,098 129,098 0000000000000d8f24bfe59888e68dfc3e6df8fb1e3e90863530b244de584f1a 0.05 MB 48 1,381
129,097 129,097 000000000000166f255ba11d0daf60f5dd5c6b822f7fa17886a97a50bdb7b64a 0.01 MB 17 1,157
129,096 129,096 00000000000015ba455d58510c9499271bd301150fbba24d56aeee9a0af082c5 0.00 MB 11 591
129,095 129,095 000000000000150d31574bfea7f0fd3494a68cb3020c5b743d602ae7aa5c0844 0.02 MB 49 1,371
129,094 129,094 000000000000029c832e43f8d6e52c9c9827721db05fde37e4452838b5d0e39b 0.01 MB 23 246
129,093 129,093 000000000000182114712298524b5ab33fa35b0f50e73657e97071a23cc34b4d 0.00 MB 10 2,014
129,092 129,092 0000000000000750ba7dc39797b75c1b62561088d99a117861057961f6cf06c5 0.02 MB 53 676
129,091 129,091 000000000000174a4182b72fa0336ceaa06c6fa840263b35f7b8ee2a508ad254 0.04 MB 108 507
129,090 129,090 0000000000001af839037b9346cc6733d03e713632755bc517ae7f93f2150e9f 0.05 MB 59 941
129,089 129,089 000000000000058b30d244258135057b807ce74411cb5a55bce89e06a4408e0f 0.00 MB 3 1,892
Previous 10 blocks ↓
Total Size: 769.26 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,635.22 GB sent, 94.21 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.