Memory Pool Memory Pool Refreshing

1,497 transactions
1.08 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,785 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,239 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,784 (467,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
440,028 440,028 0000000000000000022d4fdbac76139dc0ff5be54ed82c71f64eed5d0572f49a 1.00 MB 2,266 73
440,027 440,027 000000000000000000773dbbb8e51075602dc2079c27648c359806a3b6a550d2 1.00 MB 1,744 52
440,026 440,026 000000000000000003ca8d0c8b1e6a6a70e329a4d9cf73751ec7f86891ae084e 1.00 MB 2,116 53
440,025 440,025 000000000000000000dae062b0c156aea8807738b4d814f9636f9df7d319fcfa 1.00 MB 2,196 63
440,024 440,024 0000000000000000036ea7783be610f178efd4e7325d61e0cc22e6ea354f4a00 1.00 MB 2,203 65
440,023 440,023 00000000000000000380cdece021c6e58a8235ae8e81b795cef01a4cc786cd6f 1.00 MB 1,723 71
440,022 440,022 000000000000000003c0236f08a9ca5787d27db19ca9f2c0f5bfa2e26466277b 1.00 MB 2,526 103
440,021 440,021 0000000000000000017a27c4b28ddc5e71d5b5aff6d27dcbcc9ec7c2811d73a5 1.00 MB 1,711 73
440,020 440,020 000000000000000003693b8184176792b19b4fcaba284b7a120c0b96706c37a0 1.00 MB 2,533 102
440,019 440,019 000000000000000001c5edd1f66e52fc512bf920b9f1597b0567a9194fb5bb81 1.00 MB 2,357 63
440,018 440,018 000000000000000001110ff044c0350bc5f24b12682656a00be0ddc921e3e078 0.93 MB 2,128 74
440,017 440,017 0000000000000000012135dc7ecc94142a92894f604cc713343dde6de179002c 1.00 MB 2,239 90
440,016 440,016 000000000000000003a67e96625bbd6090449706ac7c0ab3cad8742d0c26e278 1.00 MB 2,194 75
440,015 440,015 0000000000000000035ffa9e93552400b00b6ca8ba9244ffaf5c9299bc98b9b1 1.00 MB 1,830 61
440,014 440,014 000000000000000000b312e490554d9eb3da6200ceb9e57765af01e8c340bf18 1.00 MB 1,630 57
440,013 440,013 0000000000000000010c36eb6efd70c22d9fed5940a4b9c58ed5e0bb0c908232 1.00 MB 2,217 88
440,012 440,012 000000000000000000762e2ab497164461188d60e359ac803d0b8e3e109d50d8 1.00 MB 2,427 75
440,011 440,011 000000000000000000841c1592f57844e543668717fa10877e4c317753e71691 1.00 MB 2,870 103
440,010 440,010 00000000000000000149b806552e50f15c029a038cbb350b1201e5dbae972c64 0.75 MB 1,700 87
440,009 440,009 0000000000000000008d24b4b10623ad9f59bcfd913297bb3e40b51ed3b76bbe 1.00 MB 1,905 68
440,008 440,008 000000000000000002b6cc304e5b084fd359a92cd61c969f060a25e0b5c4a91b 1.00 MB 2,418 59
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,631.83 GB sent, 93.58 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.