Memory Pool Memory Pool Refreshing

2,992 transactions
1.20 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
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,996 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,320 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,995 (90,202 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
817,793 817,793 00000000000000000002ab3b46c500882bae0672df4fd2880c5977260966657e 1.66 MB 4,195 124
817,792 817,792 00000000000000000002986a3256cd8ea95629622751ed1e305dbaf1ec1e9527 1.67 MB 3,768 136
817,791 817,791 000000000000000000021c67e2416e6ab2722d35d95e74c4ee6c6a49daba56fd 1.63 MB 4,245 178
817,790 817,790 000000000000000000018890b3f65efc62bc4f634dcd5b6f281d07fbcf707d2a 1.56 MB 3,323 274
817,789 817,789 00000000000000000003b7c9ecc1023f6173e9acdd8cc9a6d301d958b9b27e19 1.71 MB 2,827 89
817,788 817,788 00000000000000000003eafc1c39c614cf8097818e93119df1ba5a0ddc5ae06f 1.62 MB 3,756 96
817,787 817,787 000000000000000000003cc8c42787b5f2d0bca775a49bcd7edb97a40c146e66 1.78 MB 4,115 98
817,786 817,786 000000000000000000028b24a0ecd35240c50bab1815c26c2ac0e7454cb91eee 1.72 MB 3,382 136
817,785 817,785 00000000000000000002504d60d886f7300f9e44fd1ee3702a6b525592091cc3 1.74 MB 4,522 88
817,784 817,784 000000000000000000031527ad57900391e26ccca6726c7e0337dea58a53ea12 1.66 MB 3,498 164
817,783 817,783 0000000000000000000131183c9d35aa11324bb1ca41c7624c33c94465e6ecef 1.64 MB 3,648 117
817,782 817,782 000000000000000000010babf05ed7e6e01b2ea73ac76ad02b346316e8ea3ada 1.64 MB 3,683 86
817,781 817,781 000000000000000000028ed8e29a6a8d2283498323664c43a6c57b783605e564 1.62 MB 3,590 127
817,780 817,780 000000000000000000029462025e7725b5fafe9e4940c186e5552f179c2cd0c5 1.66 MB 3,710 168
817,779 817,779 0000000000000000000135102736e052947132b0bd0881c5371f60cc47da9b13 1.68 MB 3,321 233
817,778 817,778 0000000000000000000034055cdfdc9711e4c92fd9c3d81c20953b5a0fa8f424 1.75 MB 4,193 125
817,777 817,777 000000000000000000004d0456c06431bb3aa8d75bdc9626c4d3e7154b1596fb 1.79 MB 4,529 102
817,776 817,776 00000000000000000001c07fde708d1a51f5165e7db62d2243c964675d2f42e6 1.68 MB 3,525 141
817,775 817,775 000000000000000000036bdb858a8eb128b7653694855fc48d345c331c83f931 1.87 MB 4,755 100
817,774 817,774 00000000000000000002f7f8bb5fa808b2cfb5c559899e68f7eab3080bacea0f 1.73 MB 3,907 112
817,773 817,773 0000000000000000000443b10f8adf7e16956017f41bd224a4b7718b555bbf90 1.72 MB 4,184 153
Previous 10 blocks ↓
Total Size: 769.54 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,648.21 GB sent, 95.63 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.