Memory Pool Memory Pool Refreshing

746 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 739 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (33,055 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
874,713 874,713 00000000000000000000bd5e13877c2551abaded2fcf1af343ef99aeaf535635 1.57 MB 3,203 5
874,712 874,712 00000000000000000000165ff875d86987607c2133b47068cff23db45f176dec 1.54 MB 2,915 5
874,711 874,711 000000000000000000009cbd72ff3a90b83d76a78fdb0a8b52e58878089e96c4 1.56 MB 3,266 5
874,710 874,710 000000000000000000006a60f9ccaf27bcc252d673f3f4723f9bfbb8afe8c028 1.59 MB 2,684 5
874,709 874,709 00000000000000000001b980ad41b3e5fb080667f1354a9e89ad84b441443a1e 1.71 MB 2,985 4
874,708 874,708 000000000000000000013faea4c460103b223f42b36c14fc215f47bc6e897579 1.33 MB 1,824 4
874,707 874,707 00000000000000000000bf3d8e30f323fabda637c4d4e19d7bdf3b0f730ae567 1.21 MB 1,131 5
874,706 874,706 0000000000000000000233d844e3deed1040c97afbc22af8bb77161ebc74b1b9 1.65 MB 3,618 7
874,705 874,705 000000000000000000012f31842536d97a01981f981b978e019998c16902c81c 1.58 MB 3,820 7
874,704 874,704 000000000000000000008e1d87399798891c5a81967ee5d66edd55745014ff2c 1.30 MB 1,970 4
874,703 874,703 0000000000000000000098aae551e05d61348d6991cd2edb3c55a27f6765ae64 1.37 MB 2,329 4
874,702 874,702 00000000000000000000d11561bf633df7290d6595b2408d3455bac3eb292c32 1.68 MB 3,030 5
874,701 874,701 000000000000000000025c12009ef9987eefbbb384ff94668cfa59da2559b05d 1.49 MB 2,371 5
874,700 874,700 0000000000000000000116cacca6c2699411dc2ba83ce45961e104edce0ab310 1.62 MB 3,403 5
874,699 874,699 00000000000000000001485ebdf53ea249efa93a3ff22d3313b9404b00b389b3 1.63 MB 3,235 5
874,698 874,698 00000000000000000000c8316d60bdf8ea411fdd25d8c357ca97e667c85844ae 1.64 MB 3,820 6
874,697 874,697 000000000000000000026efc5da7567dd927ec2f7cbc0049e4fe4969624b1eb2 1.50 MB 2,583 6
874,696 874,696 00000000000000000001dd0942969175b3ec090e019c539d30183b275591aad9 1.59 MB 3,489 5
874,695 874,695 000000000000000000005de82f11ce0774a060f81887da485312cf914757492b 1.42 MB 2,493 5
874,694 874,694 0000000000000000000183048bee5232d4329d9c4498e582cf7c9436b760f8fa 1.65 MB 4,081 7
874,693 874,693 000000000000000000027452c3856a58d300ba2403427d69d6f4340200b1687a 1.54 MB 3,526 12
Previous 10 blocks ↓
Total Size: 769.11 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,629.34 GB sent, 93.42 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.