Memory Pool Memory Pool Refreshing

6,423 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,348 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (565,251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
342,601 342,601 000000000000000007e73144a57ba8fe87a898d55066afafa133189d732227c6 0.31 MB 491 18
342,600 342,600 000000000000000004f65cec864bd401516b10c269ca9432ac949aa3c08542a6 0.75 MB 1,382 28
342,599 342,599 0000000000000000134a805de6ad17ed41664aaf162bc9bdb580f4e8f6d3be26 0.34 MB 648 28
342,598 342,598 000000000000000015bcf1442bf73fa1558484c0cd8162bd9f421de7a2d6e963 0.09 MB 169 21
342,597 342,597 000000000000000014cc714ce978bbe9b36cf0a35e61dec99edd61fe615aaaa7 0.54 MB 1,085 24
342,596 342,596 000000000000000008ea456f148aa9eb02bb24107b070b2f80eb93c324a00557 0.31 MB 511 18
342,595 342,595 00000000000000001942c05a1226dc8a4e7a52e76c65cfd4b9b1ea1e9aa7fd10 0.75 MB 559 14
342,594 342,594 0000000000000000126c1980d37f98f55f6430882ff6d05c7ca0400ccb6e278b 0.75 MB 1,741 31
342,593 342,593 00000000000000000683350234f232b3f354c42fd977436006384fe0bd500641 0.75 MB 701 16
342,592 342,592 0000000000000000171ed6318522738fc0a4b4ca4ae96dea4b74df5926422a7f 0.35 MB 898 28
342,591 342,591 00000000000000000746f100ab70631197043fa807d5121481a31c1420a44134 0.42 MB 1,128 38
342,590 342,590 0000000000000000105b33fb8cab95d95cca33122235760e05ecb6db08c33e1d 0.75 MB 868 19
342,589 342,589 00000000000000001a713389e895666f99b05e3b984cd966536893e1df6cb88e 0.08 MB 135 21
342,588 342,588 0000000000000000142d8eb217273561217ad4df4078e464e6fbf2e4fe47d95a 0.15 MB 217 7
342,587 342,587 000000000000000010d3ddd23ca89868d45e4afa57456232574b9f40b48c61b7 0.35 MB 160 13
342,586 342,586 00000000000000000f8075eb5634ffdcaf203eb5fb76e3439f1c70c5c95217d9 0.75 MB 612 15
342,585 342,585 00000000000000001101d190c8d310653abb37d3a779665e75f7abb2d4bfdc6d 0.90 MB 682 15
342,584 342,584 00000000000000000aa5db13f521a2c1445f5a304db20a938c62b02b8b049e37 1.00 MB 2,183 29
342,583 342,583 000000000000000003fbc46167b2067599584ca7ffd0a2d1ce84ffce0808b19f 0.16 MB 512 39
342,582 342,582 000000000000000015c542daf4bce8ab5eb3db1e64a5799953d85100297bb51c 0.75 MB 516 12
342,581 342,581 000000000000000017727b167dcba8af6a56812e88e09a9ab03cb022eceb6a17 0.90 MB 1,083 18
Previous 10 blocks ↓
Total Size: 769.27 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.31 GB sent, 94.25 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.