Memory Pool Memory Pool Refreshing

4,281 transactions
1.21 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,863 (95,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
812,634 812,634 0000000000000000000417d6703ef923ba17a041915654c0801836afb1da90e1 1.44 MB 2,646 30
812,633 812,633 000000000000000000043c3e601a27074d4bcfe48c0f7c9022c4713b70e2bf99 1.31 MB 903 9
812,632 812,632 0000000000000000000078904724b14781a8a2f7cfacbfeb299132428e94dc9e 1.73 MB 2,931 24
812,631 812,631 00000000000000000000ac853fd0e0894372a8316db6a01758e36d3be8f1121f 1.70 MB 3,549 24
812,630 812,630 0000000000000000000152f9a62cb2790791e35dc86ed352567b27f82b5bd1a8 1.43 MB 1,422 9
812,629 812,629 00000000000000000001299cc4c06cb1f66252923313ed478c65f2f2939eb1b0 2.04 MB 267 3
812,628 812,628 00000000000000000002e2380a2d2ab3d5abcbd0c31bbfa3a72d6c3bb98e51fa 1.47 MB 1,303 7
812,627 812,627 0000000000000000000082c36703c273a0ef7f5c08c41ee04c70dc13e96ddb93 1.38 MB 1,734 5
812,626 812,626 000000000000000000031c9a5b2ba7590b000e27983905662113484026b6d0fd 1.59 MB 3,505 22
812,625 812,625 0000000000000000000390089cf5c89cecba580b2a9bfa503e313db81b92102c 1.27 MB 1,271 7
812,624 812,624 00000000000000000003bccb75ffcf6924efe059480305410488e75e58948a4b 1.54 MB 2,964 19
812,623 812,623 00000000000000000003cbe9ce5130c4c03f4d2c25e955ece36c09fd2f01d10c 1.45 MB 2,003 13
812,622 812,622 000000000000000000014fdf3815f82307c5bb4467c959006686d5f0738fdc09 1.72 MB 1,345 6
812,621 812,621 000000000000000000013d216e97cd5c8f03dd89d6397bbcf78c72ed17440049 1.79 MB 2,236 3
812,620 812,620 0000000000000000000187ca483ca6fa2c294c30165c026d7699532093c11dc4 1.34 MB 697 5
812,619 812,619 00000000000000000003795f583450ed34484d2333885ed860d0fc32c7620ee5 1.62 MB 3,204 22
812,618 812,618 00000000000000000001dc3fd0d8e0dae8d41360f98244bcac7c966a7474a8d1 1.46 MB 3,028 21
812,617 812,617 00000000000000000003bcb1a71439ed0082f6634ae61f4c0fee8416393aa653 1.48 MB 2,168 15
812,616 812,616 00000000000000000000600d2f4b07c1f10f835fb78ec07a31ddce6e62d038a9 1.32 MB 1,536 15
812,615 812,615 00000000000000000000e5ebfef171a1999432e536ae161475cd33db88c71fc7 1.50 MB 3,594 31
812,614 812,614 0000000000000000000210210116b6bd7dc18893d1b1245a2f62734486fbde6e 1.09 MB 841 7
Previous 10 blocks ↓
Total Size: 769.28 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,635.57 GB sent, 94.34 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.