Memory Pool Memory Pool Refreshing

1,287 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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
908,605 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 1,263 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,604 (838,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,036 70,036 0000000001381a1be499ceffd804a6b90634bb688ba2297b628a6b9c7105a896 0.00 MB 1 0
70,035 70,035 00000000000e137bc9c1608f309bd218b3fe49ebbc66abacefc932e9e51c0631 0.00 MB 1 0
70,034 70,034 0000000000a2bdbe1dee598932a1cc0ee0b17510c06822fd14b52607a159440b 0.00 MB 2 0
70,033 70,033 0000000000c120aeece67f3054bf0486d9e78c2070adb3ff864584035a433790 0.00 MB 3 0
70,032 70,032 000000000136c66ef8fce724008c4c010463e75822ca9dc215d742699a939377 0.00 MB 2 0
70,031 70,031 00000000003b58817221b40a887d7781364fc96340ef3f2e4123dd274be723bd 0.00 MB 2 0
70,030 70,030 0000000000feedc1b45f21df878c1d2b70a3de7d1ff2c3115056a78a8ec99fc8 0.00 MB 2 0
70,029 70,029 0000000000a582f38714d8a13a0437d87cd2088e757ae21a60b7ceb951a8ed44 0.00 MB 2 0
70,028 70,028 00000000005bd8e278968b6aba7f09789410209ac5775c6a3de9959ccb74f18b 0.00 MB 1 0
70,027 70,027 0000000000ec00b3accea2c7fda8e491d6b9d5f42e18e6f39dd8a68ec1a6d3b6 0.00 MB 1 0
70,026 70,026 000000000056bc79864cd17b83832eef6909c0e9d35f72eb65a015bd9a47c5e0 0.00 MB 1 0
70,025 70,025 00000000003fb8a8df9942ecc41f820d2c2c84632ecbd8892052ab10412dd7f7 0.00 MB 1 0
70,024 70,024 00000000015dea64f3cae6772a28bd6ce88bc21b0c90c29e1830e15a7ff1ec29 0.00 MB 3 0
70,023 70,023 000000000083faa4fbdcf19cf549c7ed6e2801738efb10b073fd319f6fe100b5 0.00 MB 2 0
70,022 70,022 00000000008c4c4000c0c5a63dd2e3afa40e4806cae5cbe404fe2da0be5cb910 0.00 MB 1 0
70,021 70,021 0000000000e6e674bafcfda21105e97161f120216bfbb4fc45f924c00d94ffad 0.00 MB 2 0
70,020 70,020 0000000000ae51a44bf87d36597e0e8da22c5019aa5e74ee96fb9b99b85a1784 0.00 MB 1 0
70,019 70,019 000000000074e8c5743225581f8944a3e87edd9add39bcdf517444f184e59683 0.00 MB 2 0
70,018 70,018 00000000013cd9115260bb464c18b1dd1777a3e1400459594296f593e58ce039 0.00 MB 1 0
70,017 70,017 0000000000c772f5f85f9680b28c6f5aa9121d422482aa679720e4a77fc5ac87 0.00 MB 5 0
70,016 70,016 000000000150cbd12e1c8b8096839f8ae96c9e047512d11dce17f30eedfd7f90 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.82 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,849.65 GB sent, 101.06 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.