Memory Pool Memory Pool Refreshing

709 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 1/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.30 vMB 646 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (633,220 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
274,548 274,548 000000000000000034f971118aa42a158f795b2abf7d31412b2add36c99efa0c 0.00 MB 6 60
274,547 274,547 000000000000000079b2d62c9c991aa1f507bb088db09d48aec620e51e8045d3 0.13 MB 295 45
274,546 274,546 0000000000000001b4deab8c55af9ad2691d731b1220543d600247f6d6ffb000 0.03 MB 58 44
274,545 274,545 00000000000000021aa9395c767187d1ba3507d6f95687ca350abd16fffca1e0 0.13 MB 335 17
274,544 274,544 000000000000000280c79ae44212a3c8bf2e9db6bf34911a06e6061ff4d79f35 0.28 MB 603 46
274,543 274,543 0000000000000002939ce1a4b53f18f9fdedd5c92fd22b9241aada01b402d1c6 0.21 MB 353 31
274,542 274,542 0000000000000002af2cfe95168f69cde2de7443ebdefc43b18c44fa88ef5ed2 0.25 MB 593 54
274,541 274,541 00000000000000031d0a4ff53f7e7c9149fb90f216caffa10f2ef80356afcdc0 0.31 MB 633 52
274,540 274,540 0000000000000003aa20122c26cb1cdafb8b5aab1a22fc3340168099c0bfb36b 0.05 MB 80 17
274,539 274,539 00000000000000013d1b2a9b9c28abcd3276ec19899afe6e85449b3374b2f51c 0.23 MB 307 29
274,538 274,538 00000000000000009557f89fe36aad474ce87c3ba7ad46f928d2414988000672 0.17 MB 437 46
274,537 274,537 00000000000000034b84cad284eb6d6573dd37a3b13c721171cfab936ab12807 0.17 MB 180 16
274,536 274,536 0000000000000002892438151206768290b5945ad21e85413645afd358260712 0.50 MB 1,365 64
274,535 274,535 0000000000000000442a796a3d8817b6fec6faa5c8135fbe337714df0824ca8a 0.25 MB 777 66
274,534 274,534 0000000000000004693321703b6d758f09b8cf96d61a9b361c5234de2e3b9597 0.29 MB 583 46
274,533 274,533 0000000000000003aa27a055682007e0273371d0bef2ea58f838ce0c0145a322 0.35 MB 868 61
274,532 274,532 0000000000000002305ec40cd1ee70d03a45cbb0b95ac1910a2de2b3b78e098c 0.14 MB 346 50
274,531 274,531 00000000000000025b2c341d70b600cd90a54d07aef8b9bd450c96e6c1c79b17 0.18 MB 62 39
274,530 274,530 000000000000000206b5e45ca2040c88b6ecf447c80db424090de27c84586462 0.34 MB 740 60
274,529 274,529 0000000000000002e0027923fd135b5e7b1368a313b4dd24900164b24d935dd5 0.27 MB 575 67
274,528 274,528 00000000000000003c683187c2127a54fb61b5410607e30d4ab06e645fd9104d 0.24 MB 458 53
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.33 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.