Memory Pool Memory Pool Refreshing

1,271 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,870 00000000000000000002349e0000000000000000000000000000000000000000 0.69 vMB 1,267 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (429,727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
478,142 478,142 0000000000000000013181444c67145733aaa36be4f99227cbcabcbd08ee9a16 1.00 MB 2,196 212
478,141 478,141 00000000000000000052924777fe54dad2365c9c7a6478b8b31deea89dc70385 1.00 MB 1,640 137
478,140 478,140 0000000000000000009558aea8c4c8e7205dc5fcfdcda270ff851deabc2f9690 1.00 MB 1,938 191
478,139 478,139 0000000000000000000ef666c43ea0c47f93060006f37ff7283171aa37dd862a 1.00 MB 2,293 38
478,138 478,138 000000000000000000fe8e2b339158f46048f1c1035df7e536e133dfd0c9e202 1.00 MB 2,105 61
478,137 478,137 000000000000000000f3096cfb726c26855d4590866178a7900903f06be7cbc8 1.00 MB 1,737 78
478,136 478,136 0000000000000000012026147a2e2786d802dc8a448018977e6a052c61e0c461 1.00 MB 2,274 198
478,135 478,135 000000000000000000b07856f98ae2126b6e2f42b2c4a0bd223362e40ccd4011 0.99 MB 1,531 109
478,134 478,134 00000000000000000100fe2a51116fa7e67b9e6bd04bbdd3f08d15456a15f724 1.00 MB 1,904 164
478,133 478,133 0000000000000000010762f2e3ecf563f74b3e428905d72769465d8c7db42543 0.75 MB 1,076 143
478,132 478,132 000000000000000000fb6ac664d48d5ed9519a9d28caf32b60045727138bca75 1.00 MB 1,257 154
478,131 478,131 0000000000000000009ed58b099966821d3a946212af5ed638ec6ec372b268d6 1.00 MB 1,678 87
478,130 478,130 0000000000000000011d31f5ad7cb5c4428b0aa6dab7d391982ab006889c8ad4 1.00 MB 1,884 184
478,129 478,129 00000000000000000040faf1e10a745b31bc7ca2ac611f2439bce955baf4ffcc 0.99 MB 2,046 123
478,128 478,128 0000000000000000014272b365c52bb1fda73e6d0eaee9f98edac981853e070a 1.00 MB 1,816 94
478,127 478,127 000000000000000000c57e326745c6df2f66f1bc9c2c4cc984091e26b3ed6f14 1.00 MB 1,945 127
478,126 478,126 000000000000000000ff0d23a15972ff8caa778ea8f27f7841e56cbfd5b0f297 1.00 MB 1,853 75
478,125 478,125 00000000000000000002e5b3eef8dcd3f39e181966cd30cea005ccec9ff909a5 1.00 MB 1,716 154
478,124 478,124 00000000000000000021810e3b237a26e604a27cbdbbfa7148de1f95fa2981ad 1.00 MB 2,061 102
478,123 478,123 000000000000000000d9c85d57d0e1e99dec50576efbde00aa5c5a815e191b68 1.00 MB 2,061 134
478,122 478,122 000000000000000000a80c4f670343f0b4a56ef9fee1e9089094fe3b97fbbd0d 1.00 MB 2,111 193
Previous 10 blocks ↓
Total Size: 769.30 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,642.58 GB sent, 94.41 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.