Memory Pool Memory Pool Refreshing

1,173 transactions
0.48 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.47 vMB 1,146 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (741,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
166,750 166,750 0000000000000757ec621718dd8ca8d0901510f51187d2a29b6bbc17c68448f1 0.00 MB 9 95
166,749 166,749 000000000000073926f1e5c40df31f81a2a14a0f837b69842c124d68a9bbffd1 0.05 MB 164 539
166,748 166,748 00000000000001e92b2940d7966f10b386562fcdd33f16cf43b9fec5b0f1e3bc 0.04 MB 109 216
166,747 166,747 00000000000001c72ddc0029770b2db635c491b5762abf0d02b1391b6878f601 0.01 MB 18 48
166,746 166,746 00000000000000dcf46df9ec8c2bfb9e6a8275417e22135b7c4241228c613f32 0.05 MB 112 60
166,745 166,745 00000000000009f4e6f0fc775bd3578aefc90f9a3896c6a4ca720074bfcbe068 0.03 MB 64 135
166,744 166,744 000000000000039256c0f235dbfe1cafaf870e20a9bd4d59081d77b67847ac2c 0.00 MB 1 0
166,743 166,743 00000000000007cd8b69e1b971166bffc3c69accb2d257adafcd82d7e70ec24a 0.01 MB 21 194
166,742 166,742 00000000000006932b490091514b6e216f60b6106d8f892ed368270b6cbe52d8 0.01 MB 22 71
166,741 166,741 00000000000009d9ce2f651d105a579579910962afe078a7d0acb29e03d2f71a 0.00 MB 9 34
166,740 166,740 0000000000000878780bd4fad6fbfa7971aa00914a17f20e93ce88784cd530a6 0.04 MB 88 147
166,739 166,739 0000000000000049519e44a481e4ef844d99d9af5e6e3d1e21747b3f1c55e509 0.03 MB 28 117
166,738 166,738 0000000000000a88010b63ad5b40447286ed313d62067f2d6923cd2fab82942f 0.03 MB 36 232
166,737 166,737 0000000000000b69027e96fb8af54dd4f0ee2d21776302e6259fc1fb3890890f 0.02 MB 23 31
166,736 166,736 00000000000001d4f645390298f8dabd2296960255259559f4675990cbbc610b 0.00 MB 11 204
166,735 166,735 0000000000000af84cdb7e3220a9e4ea208621be1d7cce23ef3843af47b315bb 0.00 MB 16 50
166,734 166,734 000000000000087fb93902c3d1444cccd77c32e82e227b8e9e56e93cfcc2ec4a 0.01 MB 14 78
166,733 166,733 0000000000000768c83bde502270ac1ca7b8037b64734c0efbcaed8e87d84adb 0.04 MB 163 1
166,732 166,732 0000000000000af7c56d09abdbce2a36ba9aebbd8559b3d0460defaeaf3c0f31 0.01 MB 19 225
166,731 166,731 0000000000000a6c5bcf35893d18247b30c3100a6d12c987d35d7bdcf74360b7 0.01 MB 13 5
166,730 166,730 0000000000000406afd18ab5d0d4e8100b2144bd3f52b1c988ea6208174f5656 0.05 MB 107 74
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, 114 incoming
  • Data Transfer: 1,635.43 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.