Memory Pool Memory Pool Refreshing

178 transactions
0.04 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,789 00000000000000000002349e0000000000000000000000000000000000000000 0.04 vMB 176 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,788 (536,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
370,793 370,793 00000000000000000e7ccf3f6e75bbe5e5f7ba00dae12ddab75a5ceb92264360 0.29 MB 483 34
370,792 370,792 00000000000000000f8fe3a72fc8a857fe9872b0cc578d9979de6c986fe06d10 0.57 MB 841 30
370,791 370,791 0000000000000000047c21228d4269918051c98d57208b4d2faad7af77bb7327 0.33 MB 677 39
370,790 370,790 000000000000000010047a9f318cc80ad66c22d1f269bf9b6e97fcfd4dc25428 0.93 MB 1,937 42
370,789 370,789 0000000000000000010f97819fb379e64f45210eb1e45abe1424363fe830dbec 0.87 MB 1,303 47
370,788 370,788 00000000000000000162709c4e203c814f2d4d88378b31f2ed46171f0120fe84 0.79 MB 1,813 45
370,787 370,787 000000000000000008bf235b59805873493208bcb075157721a4db6b1384625e 0.02 MB 33 21
370,786 370,786 000000000000000011d5cde020eafdb57e908a5b57a8612e1436951acbe65bb2 0.13 MB 254 40
370,785 370,785 00000000000000000d74b6c931a4bbd4d1d7d2ed98ac915b3a621e9f17217391 0.32 MB 637 39
370,784 370,784 000000000000000012cb73553eec5ee11fb2c6e46be0c428ee0f37310c39af33 0.26 MB 594 45
370,783 370,783 00000000000000000f7e775aa0c4c39cb811b759aae4edd11f065968888e4baf 0.43 MB 850 41
370,782 370,782 00000000000000000b79802d41973d1586b9ca99b7358052a2c5d62564877944 0.73 MB 1,623 41
370,781 370,781 000000000000000000dac374f4158cdc8eb869b9f9b039dd934fef2b36871a15 0.67 MB 1,347 37
370,780 370,780 00000000000000000e60e8bf6d50c2b3c3868d214a01b91bf2394c3ec3f275cb 0.45 MB 990 39
370,779 370,779 00000000000000001151ad0e4fdac61c2992ce4f69c400f365a619bd0d988d6c 0.52 MB 1,147 45
370,778 370,778 00000000000000000df5c181e354c7df539c950b8c405e214ef457dc5d8d8219 0.16 MB 265 29
370,777 370,777 00000000000000000570996b589e0a7ec314cfab97a5db9e1c9945b9a17500a3 0.11 MB 183 29
370,776 370,776 00000000000000000b31afbd2195940b710053904b343d8f4ac2283bd60c41ed 0.38 MB 803 42
370,775 370,775 0000000000000000058ae2d16209d77af374d24fbf656d48e4b9f1c256101a27 0.69 MB 1,073 25
370,774 370,774 0000000000000000088f81735ea054c70f4bef0b8fe72b543535f2f307351f53 0.75 MB 2,005 58
370,773 370,773 00000000000000001353154fbbdbc55d41fe3b68a350b6e933c606ce03631119 0.56 MB 813 28
Previous 10 blocks ↓
Total Size: 769.14 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,632.08 GB sent, 93.60 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.