Memory Pool Memory Pool Refreshing

44,225 transactions
23.42 vMB
Show Random Selection Loading Transactions
Max Size: 140/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
880,485 000000000000000000028c610000000000000000000000000000000000000000 1.00 vMB 1,516 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 880,484 (534,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
345,844 345,844 00000000000000001596322a103ebd81b1dbe5c55522cba9d1fc4d48179990c7 0.75 MB 1,293 27
345,843 345,843 000000000000000011f0c33c0ce2a19c43ff0d6b1ce62ba3a047c211442765cd 0.75 MB 1,624 31
345,842 345,842 000000000000000008fcc7f3fe8cc67c259901251f22b725c7cd39f49884d354 0.44 MB 834 22
345,841 345,841 000000000000000007663420b98b957b3cab5bf30ba4c7ea1ad0a9769c48e1bc 0.68 MB 891 20
345,840 345,840 0000000000000000068036b41c31f9aff6ca55933060ef575043bf68a6f0bc81 0.42 MB 602 26
345,839 345,839 000000000000000009319e81c0cfbdab45901ef862ee118d6b7e403110db4554 0.09 MB 181 27
345,838 345,838 000000000000000005bb1f8c142b9d09aba812f3a33649955445b2ca13e86712 0.04 MB 89 49
345,837 345,837 0000000000000000105658f3ab773a39acb438417a63371f44a8508860afb9e0 0.26 MB 356 15
345,836 345,836 000000000000000012e6a7faa6cbe5f80c64ddf69a7d94fec36f8caed8bad169 0.11 MB 256 31
345,835 345,835 000000000000000016a36fc93d62ecbcd6d3ad21b463e29557703d1eb2652041 0.16 MB 264 23
345,834 345,834 0000000000000000107ba862e3687ebfb3aa8e5f06ccfe52590b207fbaf19ffc 0.06 MB 28 3
345,833 345,833 000000000000000001b99e32bab7e0e5a53a5b5a5c364464de1d09e6865d3594 0.59 MB 658 16
345,832 345,832 000000000000000011b4ece0102f5e181f40a92596812a8435d74a66be99639b 0.18 MB 434 39
345,831 345,831 00000000000000000b8032156ea3a4878e9e41a18d52041dfff1598d11df3f7d 0.75 MB 1,320 24
345,830 345,830 00000000000000001047dee0648b34aea61b9bcc9c723520c987d895fee1a851 0.73 MB 1,383 30
345,829 345,829 00000000000000000a44320210c19e7bf9d214507f50e32251a1fd0abaf159bd 0.18 MB 267 19
345,828 345,828 00000000000000000121b8a1eedd32b476061f7094323ef728c25d053edf13bd 0.15 MB 244 23
345,827 345,827 000000000000000015b34e0691a2a486ce6a1fbeefc742af03e1322b68e7f4be 0.61 MB 871 19
345,826 345,826 000000000000000014ba0fc56260e3489b9f460971dedef76ced327de071e1b4 0.75 MB 1,600 29
345,825 345,825 00000000000000000ba8b9061f244fa74428009d62a917ffee1608e481a4d112 0.11 MB 108 17
345,824 345,824 00000000000000000e1f750e7ae94fb721dd4d7b1ec672a3b99a3eae80bec8d1 0.10 MB 116 23
Previous 10 blocks ↓
Total Size: 719.33 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,848.34 GB sent, 61.62 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.