Memory Pool Memory Pool Refreshing

3,665 transactions
0.95 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,706 00000000000000000002349e0000000000000000000000000000000000000000 0.94 vMB 3,584 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (8,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,448 899,448 0000000000000000000018bd2bb517fabf73c89627673b22064bfeb97747231e 1.48 MB 2,726 2
899,447 899,447 000000000000000000014df473455ea00cd0cf37830597648aecae8b629f90e8 0.58 MB 1,268 2
899,446 899,446 00000000000000000000ac2a62eddb95b29d108f967578cafc01b100e656233f 1.56 MB 2,779 2
899,445 899,445 0000000000000000000163af0286da56e17f648fd045110c8319b40b2f137770 1.34 MB 1,648 3
899,444 899,444 00000000000000000002302771ccff66459974de92d88e8cf55177bcf245c6a2 1.94 MB 2,077 1
899,443 899,443 00000000000000000000bd15e6e94f819bc7dce375961c5c741ed9a9460e2ac9 1.39 MB 1,138 2
899,442 899,442 000000000000000000011860be7b1e4cb9d68cf69574048ed7a3a59fabb1b9e1 1.65 MB 2,515 3
899,441 899,441 000000000000000000022351dea57466e3e8c7be4ce6532dcdcd4582047495ae 1.69 MB 1,781 5
899,440 899,440 000000000000000000009adf51e9dbf8e253be2b248cebc4dd063ede93bbc3f1 1.50 MB 2,567 1
899,439 899,439 000000000000000000011ff735adf259f875baa7504ea22219fcf77b9c86cfb8 1.54 MB 2,325 3
899,438 899,438 00000000000000000001f36d1822d25f41a1029e86b3bdfd7f4a4784e091341d 1.46 MB 2,052 4
899,437 899,437 000000000000000000015159fdaa418da8fcf0f034523606f7218fb86c3e2439 1.48 MB 2,496 4
899,436 899,436 000000000000000000002d76f0bb6f19e3b0dc52171bf4c390aeb50ffb255348 0.16 MB 431 1
899,435 899,435 00000000000000000001f680959044cba3ec83619b4505136c785562179ae57d 0.65 MB 948 1
899,434 899,434 000000000000000000022eb49b30ce7b17724ce0163bc9fcced200a6d562cc48 1.54 MB 1,799 3
899,433 899,433 00000000000000000001c861a6d5907e0d4df9850ebe2596f52858adb42a00ce 0.87 MB 1,581 3
899,432 899,432 00000000000000000000d9d40295c5b0a7a5ffef8d7c84bb5d2a56c94262d681 1.84 MB 2,532 2
899,431 899,431 000000000000000000005fef601fe5269a8b724eb73cc9485f76e172fb4ff380 1.30 MB 1,098 3
899,430 899,430 00000000000000000000389fc4b30b4d42e4872dc505134bdd503ba9e574500e 1.59 MB 3,605 5
899,429 899,429 00000000000000000001235bbbb754ba2474ceeeb01cfa47d3d02fd2cb4b0071 1.48 MB 5,164 7
899,428 899,428 00000000000000000001d67d4be28837464e00a1cf21199d29f0fee2c758b78b 1.04 MB 1,263 1
Previous 10 blocks ↓
Total Size: 769.00 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.62 GB sent, 92.78 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.