Memory Pool Memory Pool Refreshing

1,106 transactions
0.26 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 1,104 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (561,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
346,219 346,219 000000000000000015a092aa9fac1304a9dca9fb8d1845afe46e746c70171c4a 0.50 MB 885 25
346,218 346,218 00000000000000000e5e1837341808e682af6466c640b47f58d0f62b624aaf29 0.16 MB 252 25
346,217 346,217 000000000000000001441a00eb3aa579107b9689aad6fb1df9856147d6c8c522 0.06 MB 31 3
346,216 346,216 0000000000000000070136512bf93018772d29f4a66544f430f8ef7503ea31e0 0.10 MB 218 28
346,215 346,215 0000000000000000048a0e6dabad3dbbd4a7a05789f480d268c891856a5c576f 0.35 MB 686 22
346,214 346,214 00000000000000000809ac4131857bec32002b00f6e022dd1681aeab4bdfc8c4 0.38 MB 764 25
346,213 346,213 000000000000000013940c10f19c3f740df860e0a258dd6a29c7d8542635b4a1 0.32 MB 568 26
346,212 346,212 0000000000000000102cf79e1bde96a270cb40008b4cf89a852f9a537a2b7180 0.21 MB 334 23
346,211 346,211 000000000000000005d1dd76a3e8945d1f470111c760ce4270be576d0c5b7207 0.24 MB 296 17
346,210 346,210 00000000000000000230b7a9be8ff0d8881e0a7ce510fc3b5ed94b888a72507c 0.51 MB 902 25
346,209 346,209 00000000000000000f88d2f2916d968e8ddb077d5c79538255eeaad27d226bc2 0.60 MB 792 17
346,208 346,208 000000000000000007b263f419598d683b2534e6d83b7295c3eb577cb865028a 1.00 MB 1,280 19
346,207 346,207 00000000000000000a5cd03b39f8f16b31c689c93f84eb2efca9bd4b5ea20ac7 0.75 MB 2,268 44
346,206 346,206 00000000000000000f04124057b75fd22b0b844fa970a794b307d23e7daa5b43 0.00 MB 1 0
346,205 346,205 00000000000000000dcd78bf16cfda88224c8efe016274eb452b3f8368a6aed1 0.58 MB 532 14
346,204 346,204 00000000000000001680f589afdaabd4c32b26989653c66289ef1aa5cc20bad9 1.00 MB 2,587 36
346,203 346,203 000000000000000014c7da3826ece788a73bcaea90c27fedc4ba9235a6167b43 0.14 MB 248 17
346,202 346,202 00000000000000000e824213b69c6ddc6f431c9146761fd24276da9dff20a1de 0.20 MB 355 13
346,201 346,201 00000000000000000435010856353045ce171d6d6b69ba5910bf24a8fa7f588e 0.25 MB 482 25
346,200 346,200 0000000000000000027a565276deb7d243ced01d4c16678fda0de1fd407c7168 0.53 MB 1,028 28
346,199 346,199 000000000000000002d45ab570f0edfbbe32dac73a4525b7bb6c4d2b5bb811b7 1.00 MB 1,518 19
Previous 10 blocks ↓
Total Size: 769.15 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,632.62 GB sent, 93.63 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.