Memory Pool Memory Pool Refreshing

12,677 transactions
3.98 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,048 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (11,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,036 896,036 00000000000000000000bdb12227a97c84bd4587905d6b47e4cfcf06dbc6813e 1.67 MB 3,405 2
896,035 896,035 00000000000000000001484d6d05edcc9764de0a9c8b96ee70ad30e25dbc6696 1.41 MB 1,778 3
896,034 896,034 0000000000000000000104d96a349f085d9ad2c2c1a49193cc9c1c6ea1664ea1 1.61 MB 3,024 4
896,033 896,033 0000000000000000000256469056ba66de3dbe2a5d5eea7712082c2a8195a06f 1.91 MB 1,621 1
896,032 896,032 00000000000000000000328b677f84109662edd591ca1a484f20b319caf78b11 1.34 MB 2,011 3
896,031 896,031 000000000000000000013ed5ea427f1b5c660b14ff85b4be9785b517537064bb 1.49 MB 2,742 3
896,030 896,030 000000000000000000010589c8424ee9c4970bf899297bad8f44f7727247f4a2 1.45 MB 1,797 3
896,029 896,029 000000000000000000001fefe8e7023c434b52d4936baf098638bae0c845ac17 1.63 MB 3,066 4
896,028 896,028 0000000000000000000202a597fa25eb1c6dc686bd8ee20cf33b878bcaa46159 1.84 MB 333 1
896,027 896,027 000000000000000000003f1b772602bbd84ae9c419216e58ba5e5c692c8045fd 1.76 MB 1,444 1
896,026 896,026 000000000000000000007df85e087b9abee07d343b45fd7b3ce65930102d59f0 1.81 MB 791 1
896,025 896,025 0000000000000000000019488430ee7195a9bd3d41b23652e7e4aaa12a9ed3f0 1.51 MB 2,631 3
896,024 896,024 0000000000000000000142a6b91848c6d651843a7e8ea7cf9cc74f1ccb7467e6 2.10 MB 1,545 1
896,023 896,023 00000000000000000001d111386274b72cb146d11bc7c0ce585518c0aff80120 1.23 MB 1,051 2
896,022 896,022 00000000000000000001ee36251951699c6c6ec62a3a7ec118b2119549e529d0 1.65 MB 3,026 4
896,021 896,021 00000000000000000001db5778ac32e60059bc984aec99f2aa8c579c733724ad 1.08 MB 414 2
896,020 896,020 00000000000000000001cb6953b135c736c5e3a39ae8a370b8e69cf44ee8e561 1.67 MB 2,584 4
896,019 896,019 00000000000000000000cdcfd49b9cae573b2f37ee3ba347a0ae1fa1eb391008 1.10 MB 412 2
896,018 896,018 000000000000000000013618bf5278843b9487445602c6408163d4826271841b 1.78 MB 1,786 2
896,017 896,017 000000000000000000024b7c856cede42bf3641e9b281d1a79f7472f5ae402e8 1.55 MB 3,368 4
896,016 896,016 00000000000000000000e4f593b663b2d1064754cf6d0bbdd7f31b6d0656298e 1.48 MB 3,669 7
Previous 10 blocks ↓
Total Size: 769.01 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,622.19 GB sent, 92.93 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.