Memory Pool Memory Pool Refreshing

9,290 transactions
3.06 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (782,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
124,791 124,791 00000000000003aad2baa316330cb9604aec2e93c651e66ac85d7ba3eaef1247 0.00 MB 1 0
124,790 124,790 00000000000022ac33e4fc5a77347736818a00c299f7e80019030bf10868d262 0.00 MB 8 673
124,789 124,789 000000000000243994f9b251cb09429245188e60a737dcf54733e5692e81b935 0.01 MB 12 488
124,788 124,788 0000000000002f14f55a01aeae23ae9d3cfe0b5504f4e31be25140836a3fba37 0.01 MB 46 624
124,787 124,787 0000000000005f6e5ac3beb92d89a702d65595915ae2818f2c78d4d504a92109 0.03 MB 60 1,087
124,786 124,786 0000000000002b322c1c251e3f6ab847ce9194a886e1ce979748917de45b1112 0.03 MB 55 737
124,785 124,785 0000000000003872ecbcfd2e4326e6ea7a40a9ba465f90a977481cc910229cc5 0.02 MB 16 256
124,784 124,784 00000000000001a661b36cf4138bb3b845a46a00dced60e5b5ffa2e9e12da9f9 0.00 MB 15 2,111
124,783 124,783 0000000000005fcd052a36f3f1dc882e502a93431fce62b063a9a7c23bda2c3c 0.00 MB 12 2,120
124,782 124,782 00000000000046ec5ba9c00f95f716f452588e9a56cf182d22f16ce9c04417f2 0.00 MB 7 0
124,781 124,781 000000000000235f33098c54079c2209c55c30ad311ae8a75ed011dc81d314cc 0.01 MB 30 303
124,780 124,780 000000000000119751011af3187b64f3d78881239f2fae722695f5a3f1905e7f 0.00 MB 7 2,070
124,779 124,779 0000000000003b4697328cfbba91cb5fe119b55346a01b07dfc13a8cb8abd0a8 0.00 MB 4 0
124,778 124,778 00000000000010e85ecea6d7444c90b5c7ace6b6c48152ae759adbe2eb4700f3 0.00 MB 11 0
124,777 124,777 000000000000264aa0ca1d29863a96d41a2cd60e4ab0e5ba2e0ba97d968e653f 0.01 MB 22 832
124,776 124,776 00000000000005080e11261a3b523678b5c64fc3d46a3caf3bb0aa40cb35e396 0.00 MB 9 914
124,775 124,775 00000000000037a2e2db2deb1cb99f4448a81cc33e685ff49a67bbbfc8010967 0.00 MB 11 1,184
124,774 124,774 0000000000004a8c4c9bc958064d986485d7df6172ab37df69a0f8cd3517fa24 0.00 MB 11 0
124,773 124,773 000000000000258c5c78bd928da3caab0cf5f106b613f3d1ef2f36e70426d6b4 0.00 MB 7 339
124,772 124,772 000000000000563c61fe1f66fbb4ccb0c2d9baf0b3ded8b77a8cc8a7f7e0c6cd 0.00 MB 7 307
124,771 124,771 0000000000000f5f949a258b714d67dfde6b2e0f24a7dc0e459e7344a31196c9 0.01 MB 14 1,634
Previous 10 blocks ↓
Total Size: 768.98 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,616.46 GB sent, 92.72 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.