Memory Pool Memory Pool Refreshing

3,728 transactions
1.04 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,713 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,518 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (3,988 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,724 903,724 00000000000000000000eb683c33302badf73dcee2ba78a0adefd683a9d7634b 1.59 MB 3,057 5
903,723 903,723 000000000000000000016b1a056b5266b9199083c8c4d140be7c6713e5d835f0 0.79 MB 1,471 2
903,722 903,722 000000000000000000009d34edbee2d30874b208235ea2582617c774ca827b8f 1.18 MB 2,068 3
903,721 903,721 000000000000000000019c5dc03fc8ea604e38aafcef4137aac3d565c91a83fc 1.13 MB 1,722 2
903,720 903,720 00000000000000000002337ef30057ba4ab94baafcb5f0df15006aaf4f6b8a5c 1.50 MB 2,579 4
903,719 903,719 00000000000000000001d56f558cf9daade40a99a307e12f908cbae96be00677 1.51 MB 1,957 1
903,718 903,718 00000000000000000000bb3efa22c64a4ff06e57b54605aa142c36b7e2a16eb7 1.62 MB 3,327 4
903,717 903,717 000000000000000000004f51492c2d0f85f6b01b7b089c3add250afbf4914362 1.82 MB 3,494 1
903,716 903,716 00000000000000000001ab7053175b21138a772f4e10815ceca5d40786127327 1.51 MB 1,114 1
903,715 903,715 000000000000000000000fc400655b876a6ea9da0690e75ec9ad634c7070071c 1.24 MB 1,505 3
903,714 903,714 0000000000000000000249ac9a21c82c5ea21e3530d34b7a803190e3d61b33ee 1.61 MB 3,579 3
903,713 903,713 00000000000000000001874d5a384d0e6db834573c1b214c387d108aef242bb6 1.60 MB 3,050 7
903,712 903,712 000000000000000000013b95c0972bc8c6a742718d4788610d8d9fc9ef185587 1.33 MB 1,977 4
903,711 903,711 00000000000000000000c438ef59be5d9415fae587c6f870012d278594442b11 1.52 MB 2,679 4
903,710 903,710 00000000000000000001774f6c111aa2af59f770f8071197344955b9c8f340f4 1.71 MB 3,626 3
903,709 903,709 0000000000000000000043c0586044348eace9c4b111014e11e28fbf3769b497 1.61 MB 3,811 7
903,708 903,708 00000000000000000001094d83be88f74073ef0c1bd3d1369117d6560e9353e8 1.65 MB 4,007 4
903,707 903,707 0000000000000000000143be63f0267877ab2ebf08f7d93da373ba1505930cf9 1.54 MB 3,019 11
903,706 903,706 000000000000000000004fa1c74daa15ebfc860be86302c0fa5405611a6cfae6 1.50 MB 2,789 2
903,705 903,705 00000000000000000000d2f5da906d3e8092e395fff00d406505bcec17bb3025 1.67 MB 3,059 1
903,704 903,704 000000000000000000005f85d13019b4f7b29f1c92e035a5908f2124a0fca5be 1.29 MB 1,976 3
Previous 10 blocks ↓
Total Size: 769.01 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.93 GB sent, 92.85 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.