Memory Pool Memory Pool Refreshing

4,012 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 8/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 1.00 vMB 2,205 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (78,661 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
829,036 829,036 000000000000000000008df7bb4794d5d9eb08e2f069bec3800817148efbc493 1.31 MB 1,220 33
829,035 829,035 000000000000000000020c91fa76c55cc79ac9aff4c2856ed3af959351f98ace 1.19 MB 1,090 30
829,034 829,034 00000000000000000003429abeb72625a4dc25ec3bf50b024232259e37a41988 1.05 MB 424 25
829,033 829,033 00000000000000000001236dd0d6a4455ebacabc65ee909f57a7fa3b0814ec4e 1.24 MB 1,444 33
829,032 829,032 0000000000000000000316cf6d93f769ff982d4c7d32f956b67d093061d13f93 1.09 MB 650 27
829,031 829,031 00000000000000000002c10012c0dd1cde5fce17c72a9cf33830a484278fabc3 1.07 MB 560 25
829,030 829,030 00000000000000000001c5bc5e3d59592dd112a66a6d954bd44ff91d6a2f6c9c 1.25 MB 1,143 32
829,029 829,029 0000000000000000000105aabc11c2ca775b425636e468f1085d7bed8928ddd3 1.02 MB 248 24
829,028 829,028 000000000000000000034545b100096d74e5bb307f9592909014b56e91112cfd 1.19 MB 1,305 32
829,027 829,027 000000000000000000015ff4c9499e01bba208b1f7b56feef6a178ae4cebfc2c 1.27 MB 1,266 31
829,026 829,026 00000000000000000002f955d502df71451486eb275ba93349244eed42689161 1.06 MB 483 26
829,025 829,025 000000000000000000027336be2cb49eccebf6123bb4bd41862448d7d2d0a947 1.40 MB 2,178 38
829,024 829,024 00000000000000000000fa0813e88a044584510486cf3d6ef56ad58c060b4890 1.51 MB 3,123 59
829,023 829,023 000000000000000000022d20c7aaa7adbbd22e3d71c0967f4c76975cfb8af23a 1.11 MB 799 28
829,022 829,022 0000000000000000000046d775a7728b18f8cff79addfa76d0a87a60a4e9b79e 1.33 MB 1,679 35
829,021 829,021 000000000000000000007b77d17d65463372023e0689bdc644e39193e02fe3a6 1.78 MB 2,479 42
829,020 829,020 000000000000000000036d70457bdc6e2ebecedb7d9118cb51cc6bee683d95e0 1.49 MB 2,149 35
829,019 829,019 0000000000000000000090322b06871c0824436bcc6e890eeb2332dea9b78d14 1.70 MB 2,575 36
829,018 829,018 000000000000000000010cced58e94a859597ad16056be548eac3710139858ce 1.60 MB 3,329 69
829,017 829,017 00000000000000000003380cfc3204fb4e46a270c6ef13a141078a1abba72359 2.01 MB 1,094 39
829,016 829,016 00000000000000000001d20b1b25bd1c40a8bacc373385cacbe652e0596ee23b 1.68 MB 1,975 36
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,615.99 GB sent, 92.70 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.