Memory Pool Memory Pool Refreshing

6,980 transactions
2.64 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (731,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
176,477 176,477 00000000000004300ac0d66e4407ce96071319f3da15a874b2c8336e8547e69d 0.02 MB 59 107
176,476 176,476 0000000000000981cd06fa9007624237097a6d04384c083b00643be9d8ad53c5 0.02 MB 19 93
176,475 176,475 000000000000037979beb4128e730e497ea00c8dde1ea447ee6cc41cb48aec94 0.01 MB 24 124
176,474 176,474 0000000000000a5d1ebebf9c8e4bd592bd19ee96113ef477eaee18a2fed1f446 0.02 MB 44 664
176,473 176,473 000000000000053d4d3a5d56b8232a369979e3cc9e4e1db24c0aa7bb060b6f1c 0.02 MB 43 220
176,472 176,472 0000000000000a4c2ea1bdd5932228a0dbe305f2dcf323b71288b5d46f022946 0.06 MB 53 116
176,471 176,471 0000000000000735f9bbf5b16bb9432f5234764c4abd77a4003c17fe44faf1eb 0.03 MB 53 81
176,470 176,470 00000000000000908a6f225bcc24e4144e47ceb618308ff6424fb2689e3a24f1 0.02 MB 44 90
176,469 176,469 000000000000004e455d808127b68a71d4a3a6540aa75616e6687c9051f44b35 0.01 MB 37 83
176,468 176,468 00000000000009074a8fdf44a96cdb2d74061ffede321d48c577e3ce731988e1 0.02 MB 70 252
176,467 176,467 000000000000065065afc9e04d5018e5f9649c912c9fe9b86139912a7184c53f 0.02 MB 53 28
176,466 176,466 0000000000000101aa0ff50ee5355f6114f90be01a15dd614981b7c45942167a 0.10 MB 72 152
176,465 176,465 000000000000034148b76df9e1a27bde9b2600e242e9dfb06a96f546944b656c 0.02 MB 46 199
176,464 176,464 00000000000003ab4ec80a6e7bc1195d91da4eddd6640c3bc52c6dab206893d0 0.01 MB 39 4
176,463 176,463 000000000000055454211d87b06ed58ec2f67510b2a0b10733e48284a73b4142 0.02 MB 55 656
176,462 176,462 00000000000008b08043e011c3bf5b6f09f3da714edbddd92b388dc35160b8b4 0.01 MB 38 21
176,461 176,461 00000000000005845f447e9efd8a0192254a6a2b8a5edd458f5948c53254f621 0.03 MB 62 906
176,460 176,460 00000000000004e3930e60669f42df2e52fd55f179cf6a441c09cceceefe2ab5 0.05 MB 63 113
176,459 176,459 000000000000049dce8f06dc5ddce4d937ce1d5298efcc7e8c4414dde9b76c58 0.00 MB 10 2,100
176,458 176,458 00000000000009815745361bd7c7d51ce5e8938b74af9bd5f14e4dec430db5be 0.04 MB 133 88
176,457 176,457 0000000000000560cdb3ad8e63ead0a53bf91d3056aa287dbace39ea1daf8e2e 0.02 MB 62 68
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.