Memory Pool Memory Pool Refreshing

4,528 transactions
1.54 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,695 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,227 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,694 (557,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
350,036 350,036 000000000000000016de120b5f6f6df1a1e4025732815dd176d78ba63918ef2c 0.75 MB 1,171 22
350,035 350,035 000000000000000001368470415f64e583b95b676af581a898ae8bf99d244816 0.75 MB 2,346 41
350,034 350,034 00000000000000000e1370c498ab5857a83b571fe56e28beda27e216320d495d 0.04 MB 128 46
350,033 350,033 0000000000000000156f9b1379a4fb5ac8c9f505ee5fe753a19abe202003d153 0.16 MB 314 22
350,032 350,032 0000000000000000024399948a2c2f7e823b838697f88ed662c340eb3055939d 0.63 MB 1,052 23
350,031 350,031 000000000000000005032c1b3c7b7dd41e92f60ec08edfbdf3f101ba2b0f2bbb 0.74 MB 1,053 21
350,030 350,030 00000000000000000601985c3543a0d2f23a2e1f7ed2d0d6e98745b37d0ec9fb 0.20 MB 375 22
350,029 350,029 00000000000000000ccad363c163ba5c14a7622ac89e4d2b01d259aff1f96bb3 0.07 MB 128 14
350,028 350,028 00000000000000000651185ec2f2a4f0d3015e1eb0d6185320dd3f5fd182c747 0.43 MB 793 25
350,027 350,027 0000000000000000086d99ab57c765da189df50c5f116a8feb2eaab0666b3e9e 0.50 MB 1,028 24
350,026 350,026 00000000000000000b897423d2a7c5cb7484ccac657a182ea8668c4d15206c8d 0.79 MB 1,750 29
350,025 350,025 00000000000000001572b8ed260b7d67f10da04f4ff8135888f58894cc956ad3 0.34 MB 579 22
350,024 350,024 000000000000000016fabcf62830e12064291668b0a4c7ff68be9ec6e36d8743 0.25 MB 541 31
350,023 350,023 00000000000000000e42e162b7b8a9519cc9e15d6da3ca9303d9baf02d3e1dd5 0.10 MB 143 21
350,022 350,022 000000000000000010423be03711f293182a4b18575749c85adfe76723b80cf8 0.10 MB 111 9
350,021 350,021 00000000000000000d5811efdfd92c67b77be8ba00e93d5ff274bc1fb13a4613 0.09 MB 137 15
350,020 350,020 00000000000000000041f62c9d47e728646f5907eaedb89a4d9ae7e891810044 0.54 MB 791 20
350,019 350,019 00000000000000000362511f1e161f53f3aa076a0db16a11293efd69ea0ffbbc 0.25 MB 689 38
350,018 350,018 000000000000000012f6028c6bb9adbf7c5a181c10ca3d3b324bc9fc65dfc040 0.36 MB 834 33
350,017 350,017 00000000000000000a5b95b748ed85c08797b8ef17a161be0ac594b4d191fbd6 0.55 MB 1,011 27
350,016 350,016 00000000000000000af3169460dcd02620abc7820da9c846991251e7aa515d6d 0.41 MB 580 20
Previous 10 blocks ↓
Total Size: 768.97 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.65 GB sent, 92.67 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.