Memory Pool Memory Pool Refreshing

2,443 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.73 vMB 2,436 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (628,271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
279,440 279,440 0000000000000000e167e90cc6c755c6d30b401c6513b6d2926e87c5f8d0e23c 0.02 MB 37 32
279,439 279,439 000000000000000109b4212ac6ab7e48b74935b548469dbb69cd022806b40e05 0.09 MB 149 22
279,438 279,438 00000000000000004c8c26fe0898b77a9078b787acfee3987c290cfaa77d1cd4 0.33 MB 781 44
279,437 279,437 0000000000000002f21372943453220c917e8be0bf1ec9464c13492483da6186 0.22 MB 444 38
279,436 279,436 00000000000000002c9c2d6c93384f43acb449be92283ce3322d9736523c8a95 0.02 MB 47 46
279,435 279,435 0000000000000000d0daf335def6f0ac1b61cff13b6263b213355b282f670026 0.15 MB 333 43
279,434 279,434 0000000000000000e1ed48022a08a7bd21580173ba4ef99cf090af4be21877fa 0.22 MB 247 22
279,433 279,433 0000000000000000badd26b79e1942285dac4b29404e848f3ff94423f22f271f 0.01 MB 21 32
279,432 279,432 0000000000000001f886f7586507b18293c371f08016c34878a78715bf5ed03a 0.14 MB 321 41
279,431 279,431 0000000000000001268ee8798e151fbe75917c28ae8305e5eed654b0bd622475 0.05 MB 92 97
279,430 279,430 00000000000000014c5a237bc7c3c0f683cdffebc0b5662ed7e00f1db7283c1d 0.14 MB 305 54
279,429 279,429 0000000000000002568964874a3db9ae2d855ff6bc0f869ce7bcf442054a5f9d 0.20 MB 448 34
279,428 279,428 0000000000000002e46717191dce671f98751e399ea1ca36707bc44df8c7a9d4 0.03 MB 102 94
279,427 279,427 000000000000000215752f4825a0a397923a9827e525354c1bd16b5b8919f812 0.06 MB 131 33
279,426 279,426 000000000000000207c70569b624a70dbc0cdc99d5157aaa3f23ab18dd8e2ab2 0.13 MB 254 42
279,425 279,425 00000000000000003560175f10ba53718424150c0aba49124e364422584d8ef6 0.03 MB 83 65
279,424 279,424 00000000000000028b619c91e9f833e7c4470ce83fdeb8481f20f53799ac0f14 0.08 MB 133 20
279,423 279,423 0000000000000001e03d880a2bddf85a89b7b9fb75dd1765ddfffb271bc340e5 0.02 MB 65 39
279,422 279,422 0000000000000000abb9fd3b349b756103c4ae97d5a3bfbd827805e49875bbb9 0.23 MB 472 43
279,421 279,421 00000000000000010ce305ef783a7ce734e37d3c7d497a998ec2801f715e382e 0.17 MB 112 18
279,420 279,420 00000000000000017bba0b0dbc247df2931ea16db791f5bbdc8f2bc00f3cef73 0.18 MB 351 29
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, 113 incoming
  • Data Transfer: 1,616.88 GB sent, 92.84 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.