Memory Pool Memory Pool Refreshing

8,563 transactions
2.65 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,925 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (800,401 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,462 107,462 0000000000012f404359d5377a11daa41a792607a753339002303a17dd9caf22 0.00 MB 11 0
107,461 107,461 0000000000000a89580a20624ed8d2090d4665aaca24c075390486acb5b92de2 0.00 MB 12 0
107,460 107,460 00000000000244d6745bcc069e7504a255eae3e2ef0fb604b2f6326d0fe4ba01 0.00 MB 11 0
107,459 107,459 0000000000007aac954bc2143afdedc127bd771f368cd1cb5355e7816c2d29d8 0.00 MB 2 0
107,458 107,458 000000000000e7470107e3768589ca5cb69733d5c32babc38a7479403ada1436 0.00 MB 13 0
107,457 107,457 0000000000027304c6692ad797206974bdb61c9156be8b2fb321a9e35f4be60f 0.00 MB 12 0
107,456 107,456 0000000000020d5cb844fbc858bc480706f4e56613ebe6ac00a2b8bb183e36b3 0.00 MB 12 0
107,455 107,455 000000000000a3df7d530333246da7154c14762f6de43ffce17346eb3da0e1e4 0.00 MB 12 0
107,454 107,454 000000000001f25a3d51a3e2ef7d32b77090cbf46e879c42e1efed064fa0a80d 0.00 MB 18 0
107,453 107,453 0000000000016adf3c148ba6ae31fe68e3c3707fafa6b44b05410f8621592602 0.00 MB 6 0
107,452 107,452 0000000000007efd9c1ef41135a454cf4578e78bc6fbe095e5d85f0ad8a86bca 0.00 MB 9 0
107,451 107,451 000000000001f264fa16ad2082801dae9a63c475643fbd95e629dcf922844b94 0.00 MB 3 0
107,450 107,450 000000000001df9c0d2d87313f9c93339fd8dd46834fb7476a8b482bbf8bd0f9 0.00 MB 11 0
107,449 107,449 00000000000222a5ccf2b99636b5c212280dd1bef8d656a64fd2e67bd440a03d 0.00 MB 8 0
107,448 107,448 0000000000000ce64c865d7806e719956bcf85c111c72918e24bc3b5f6499575 0.00 MB 6 0
107,447 107,447 000000000000e302abd5d6377394314893bf4efcf00b1c97bf9d6dbd30c70f3e 0.00 MB 13 0
107,446 107,446 0000000000004944934e837abe6ccfaaae9d456a9bb8b9c6a193985781ea8cdd 0.00 MB 6 0
107,445 107,445 0000000000005472986fb132590e473431035b4973b1d6c4262182e1d3b43885 0.00 MB 6 0
107,444 107,444 000000000001762606311e97ae9be18b8b012fb3acca7636539dfa57a5bf2e7a 0.00 MB 5 0
107,443 107,443 000000000000214863684eb69d8b6c8a5fccf9ef50df3ca655293d9f1f2ef7f0 0.00 MB 13 0
107,442 107,442 00000000000046d30e8276636f381507a943e37291616f95f7724895a3495bda 0.01 MB 23 0
Previous 10 blocks ↓
Total Size: 769.28 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.60 GB sent, 94.35 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.