Memory Pool Memory Pool Refreshing

9,269 transactions
2.77 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (580,963 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
326,751 326,751 0000000000000000040c67ad5fb0ffeb99d6c9740ba9b8c26aa634bb78484c17 0.47 MB 870 28
326,750 326,750 000000000000000004cdf2125bdf8820dfbc115349ccfe229076a849d3c0836e 0.33 MB 621 30
326,749 326,749 0000000000000000177428e54492b6527fcd46222ff94966fe374eb6165334d5 0.09 MB 144 18
326,748 326,748 00000000000000001addeb79567acd84a4fe0ee7e0efe834237f054fce466b65 0.28 MB 478 33
326,747 326,747 00000000000000000dcf8b35c98c8b6fe526c09ac810899477c8183c0262a6f4 0.28 MB 527 28
326,746 326,746 00000000000000000bfdd0057b24ef3a1f530604e2d209c363d67866e1ba7776 0.02 MB 34 29
326,745 326,745 00000000000000001ca1e770dea0c3cfec6b216ebc22a9662e5316470d56b75f 0.16 MB 284 24
326,744 326,744 00000000000000001948d325ea358871cf2066ada7e28c7feb176c9a7fd24342 0.14 MB 246 29
326,743 326,743 00000000000000000ae5ea1b89bd2b871197424b07e396651405556b3c9055be 0.06 MB 103 14
326,742 326,742 0000000000000000114f596cb38bec4cd86d7305de33ae6cf714276bfa9d26a7 0.14 MB 249 25
326,741 326,741 0000000000000000166ebcf810b8f92ef95b870bdb9b858bae9769f14ba4cf5e 0.32 MB 399 43
326,740 326,740 0000000000000000065fdf07360d0498d534da120df29008c6fcfabe6623ea61 0.14 MB 284 29
326,739 326,739 000000000000000018a8d98f8ce5b8a0dfc392ba490a39b61b55c598b206bed6 0.06 MB 115 24
326,738 326,738 00000000000000001763f14e547ae39740b8c9558105aeb4309f1706544bb39b 0.64 MB 924 25
326,737 326,737 000000000000000009e819c1c9e1c3fdfa444bed66edcd0d5b4752ba62872fd1 0.35 MB 919 37
326,736 326,736 00000000000000000b91805dff3cb6da33a1e1468e236d7ace92b13c6752a9b7 0.32 MB 615 29
326,735 326,735 00000000000000000ba807dfe6cd2a2e9c7fbfbca7d470f7f3deee15d505d15c 0.44 MB 794 29
326,734 326,734 000000000000000008f826cbc4b9011131e26e3f217d131a3377e2c5d1a5f356 0.10 MB 179 28
326,733 326,733 00000000000000001a4b2df73fbe5393d667f097e436ca8eeab1f78dbb4c9eda 0.16 MB 103 16
326,732 326,732 00000000000000001e62f4db110c61fd15fef119e58c32b3de071ecddcbd7804 0.11 MB 150 24
326,731 326,731 00000000000000000f4a0d61c3523e9b7da0d9d6b478f2ea22d18564b2ec5f54 0.10 MB 189 28
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.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.