Memory Pool Memory Pool Refreshing

4,253 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,653 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (719,990 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,779 187,779 00000000000001fdf5256cb8b3e597cf6f40f267e2253ad9f2901ad28799a338 0.01 MB 31 126
187,778 187,778 00000000000002f1982894368c3660ed510bcc78fd7055f584381ce7289d1785 0.03 MB 104 102
187,777 187,777 000000000000089a392ac3f8f1e83804eccd502b333f2129e1458f8273a5f6e3 0.02 MB 73 13
187,776 187,776 000000000000030216e3eb49c298407798bae0efc6afd13656b5c0680d2a353b 0.02 MB 62 32
187,775 187,775 000000000000083f9aa5d20bdcb4566d0c2258e88d067cbebdfdd6cd5027a41e 0.06 MB 128 178
187,774 187,774 000000000000078a0f64ed3350e1b8d37ef6c858b795afc4f79685ddce413a9a 0.16 MB 273 165
187,773 187,773 00000000000004e8db16c05284ff3d0efdcb4d573bacd645c959ea17df7d124d 0.00 MB 10 154
187,772 187,772 0000000000000212e7b4e385602eb47c759565abff727ad83d2a826ba7ca9bc6 0.03 MB 64 123
187,771 187,771 00000000000008d8aec4a506485ddbcb739c96532cf443172670c0ec247b0044 0.05 MB 136 134
187,770 187,770 00000000000008ecfec614d3456da2f7dda08438563360ae2337e31f6ab18b32 0.08 MB 190 133
187,769 187,769 00000000000004245199bb5bfa857480bb67861cf22255fb44a1c22b6fe8c118 0.05 MB 148 126
187,768 187,768 000000000000056ac898b3498fe3aac4b1b58a692c022001c49aaee0ac6f2fea 0.04 MB 108 157
187,767 187,767 00000000000005a8eb39d713ffed9643c9e2a5425ddb3a1d2538c005a02a5ac5 0.02 MB 75 126
187,766 187,766 000000000000005f8ce0df46988461ff3c7312d0316bacf971fc92a43e8398b4 0.01 MB 17 46
187,765 187,765 000000000000017d9d03fe3e118974cb355e78b88c24b62c81d906eb13b59633 0.03 MB 49 53
187,764 187,764 00000000000003ee2190df6a99d94de3745101d79b26cc5e6a70b35837f4302e 0.02 MB 49 114
187,763 187,763 000000000000054bb9a3bfbb0dc57f1874e4667db8f6624a323da6370f8b0893 0.01 MB 10 205
187,762 187,762 000000000000006606a1a30fc01d288b7f6ed22708d4cdae24d76e39410646dd 0.04 MB 90 155
187,761 187,761 000000000000066127844f9065b1cdb875955afddb0dcdad6baeb44a01f1269f 0.01 MB 23 65
187,760 187,760 000000000000062e977586b8ff935a78df9712d722c4c96ce18c2cdedc1d55dc 0.05 MB 177 0
187,759 187,759 00000000000007051fe41b177e6f98c36d886438fddcec5a2e6abd90137ac953 0.10 MB 256 30
Previous 10 blocks ↓
Total Size: 769.11 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,629.69 GB sent, 93.45 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.