Memory Pool Memory Pool Refreshing

1,419 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,794 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 1,401 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,793 (588,742 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
319,051 319,051 0000000000000000066c4d4204fc84fd8066532627c3c0efedfcda73dbf72a2f 0.21 MB 426 29
319,050 319,050 0000000000000000179f089e6f6bce53fa792586dcfeec22f78b039891d5dbc0 0.01 MB 27 28
319,049 319,049 00000000000000002037e20e55d32b9ed3eea7fbafa1f6abfe4e7bafcd941d36 0.63 MB 1,023 25
319,048 319,048 000000000000000026d601e6f1cf9cdc4c1278d44e1ffef7881b77b423f5dbfe 0.24 MB 432 24
319,047 319,047 0000000000000000075824c59375f580c898f931f383b6f500a88e0b8809905f 0.01 MB 29 30
319,046 319,046 00000000000000001fd0dc8e5ed0b4b0b3f08083854c0ef87f11fea24e42b051 0.29 MB 446 26
319,045 319,045 00000000000000001ee58c0be77740d5f312c0869db00ac535ff95fd0c4a555e 0.20 MB 296 24
319,044 319,044 00000000000000000a76abf80d1d2877bf654e5821c2763853fa189821bcfbd9 0.03 MB 75 34
319,043 319,043 000000000000000016d41f2604e842731fb953e18cf2b54373d6077df3b0c135 0.16 MB 303 27
319,042 319,042 00000000000000000df655cb17549019215bec3ee7302426f3cc47c670332816 0.08 MB 131 20
319,041 319,041 000000000000000003113ca027c57c917e1f1af6b8c97b4bcd9c68d7c4e61dd5 0.47 MB 702 22
319,040 319,040 00000000000000000c5f94265e5710c06b7d1e622d8454cc6cc5acee81c2d684 0.47 MB 541 23
319,039 319,039 00000000000000001842e8c8287db9e54ef1433424ceded2d5912822403e5621 0.62 MB 1,097 27
319,038 319,038 00000000000000000d41572d2f3171e60cc427637d4c7381037f3fee72a63a4f 0.03 MB 32 11
319,037 319,037 0000000000000000150dbdc785cb9b876052dd1b4963c652ca3bd193dea9d924 0.01 MB 27 24
319,036 319,036 000000000000000017b4e796ce64118d15c6fc8fa42b95a7ef5ba412d129101c 0.27 MB 575 29
319,035 319,035 00000000000000000f1a8f68f174ecd98edc8760b4137a3c068843ebefc5f6b5 0.01 MB 43 47
319,034 319,034 0000000000000000205a9b96761b0b73787e375fd6ac09a26aeeeab8fd8d677c 0.08 MB 116 18
319,033 319,033 000000000000000011e0d845fba285ab5decea56c63aae2149303433d6951f4e 0.04 MB 128 38
319,032 319,032 0000000000000000123f0d02068eabd6f17d07e7e94de18935db77dc24b3501d 0.02 MB 41 37
319,031 319,031 00000000000000002029bb23c6b2121d674d4c2f42d32676d1b6460785f03f33 0.27 MB 481 25
Previous 10 blocks ↓
Total Size: 769.15 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,632.65 GB sent, 93.65 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.