Memory Pool Memory Pool Refreshing

1,376 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,859 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,368 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (70,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
837,822 837,822 00000000000000000000f44a8eef5bdda54c316e58506e0265de90042db90775 1.89 MB 1,077 7
837,821 837,821 000000000000000000019f14b37c75d102d2ba426800ed5c9ef67a8d68988f8a 1.89 MB 1,984 10
837,820 837,820 0000000000000000000265081cdf32f13ee8d8a4d0f67f54cf658bb52aefe1f1 1.74 MB 1,920 7
837,819 837,819 00000000000000000003455ead5557c68f03c92b2de97148b64577276eeb8514 1.63 MB 2,523 12
837,818 837,818 0000000000000000000296d07bfd03dc9a7399ffe80461bcea41d61b6b98135a 1.63 MB 3,257 20
837,817 837,817 00000000000000000000ed1e5227844ecfaeb2d93c1736dad9aa343a42735e43 1.83 MB 246 6
837,816 837,816 00000000000000000000d2aedcdcb6aaf8ce0ea4f956e0751733af103cfecbab 1.93 MB 1,919 11
837,815 837,815 00000000000000000002a9222e28adfb1755b1dd1503a5683cd76c95b4de1934 1.57 MB 1,835 10
837,814 837,814 0000000000000000000139b61c51a3f47d3e836ee78aa690a9545d2b9ed73d8c 1.88 MB 2,331 11
837,813 837,813 0000000000000000000203aaa2c49cbbe904df42a602e9de3437b71c3b2356d6 1.94 MB 683 7
837,812 837,812 00000000000000000001740d5e55704dbb5c9705370a896066be92f49eebd182 1.90 MB 2,525 9
837,811 837,811 00000000000000000002b9b653cf64141888e0d85f187053f410f0cdd5f41c31 1.69 MB 3,426 13
837,810 837,810 0000000000000000000239a84df73b80455e99d890c182be63c6e0ee9b3a6f4e 1.77 MB 2,745 12
837,809 837,809 0000000000000000000039c0093e1f104222810bdd154ba2687bed8896054322 1.89 MB 649 6
837,808 837,808 00000000000000000001d92a0197349211b96d3980d8eae521248ab9dfe5cf40 1.79 MB 3,669 10
837,807 837,807 0000000000000000000252a9a0e671f8fa631ae762abbf0b770f16f91c621524 1.62 MB 2,764 14
837,806 837,806 00000000000000000002b67518cd6fdf3c74fc3c1df3214f300da7416fda6f6d 1.79 MB 1,777 9
837,805 837,805 000000000000000000035352f3ab7d9c6ed8eae3c162f4ac8d3871dc3ec68eb2 2.06 MB 1,145 7
837,804 837,804 000000000000000000015316c14717bb7616ab59c7a72658f98f0b3ceba3b941 1.81 MB 1,930 11
837,803 837,803 000000000000000000002d001a713f6c10e3d26891b66f6443cfa0cb65e9fd61 1.58 MB 3,291 17
837,802 837,802 00000000000000000001acd28e03d1431911e647aba44ffc5590e6a8cf04ef02 1.88 MB 1,768 7
Previous 10 blocks ↓
Total Size: 769.28 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,635.44 GB sent, 94.29 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.