Memory Pool Memory Pool Refreshing

632 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,705 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 603 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,704 (681,594 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
226,110 226,110 00000000000003583fc625f8280c9acb0faf93ae8d41fb65868118173b4492e6 0.03 MB 65 166
226,109 226,109 00000000000000599bd91c957afba90f4e8d6b6280328d41b74dc510bff71094 0.01 MB 19 140
226,108 226,108 00000000000000287c378eec1e44cd983c30a5b20573d41bfd1b28367c796290 0.19 MB 191 123
226,107 226,107 00000000000000a1ab5ce91291f3b49d27ac419f70dbd585d55169ccaec41695 0.09 MB 103 132
226,106 226,106 00000000000001318923b558939d16af6124e735ebf037ff03863b64234d2f34 0.06 MB 64 112
226,105 226,105 00000000000001eb67b003730fc79c7e044439b601c56b60d9347d9a90c6d26d 0.01 MB 21 76
226,104 226,104 0000000000000128b480e6b7fa74b3879ba0bbf26452485a483a0a54e750dce5 0.16 MB 337 131
226,103 226,103 000000000000008e637922ced2f0121482c5eea8a05cb2a059fa9dd1e528eb7a 0.11 MB 153 105
226,102 226,102 000000000000030ecfecce7ab7764aeada61987aad188a37185a5fed108ac386 0.07 MB 169 132
226,101 226,101 0000000000000320b7cef17d9d7bde0a29785ca035e76fa218f3e0e12e9e14db 0.08 MB 128 171
226,100 226,100 00000000000001fd693c10ea02882afbfbb5f050e5260406b81930968fe1481f 0.13 MB 235 114
226,099 226,099 00000000000000722be958a906cdc99d8b6e1e661320585a6b6a51bd0ed14ef1 0.00 MB 9 0
226,098 226,098 0000000000000347f0fa2a4a4c012b0e492862444eca23be872703e188a7789a 0.03 MB 48 93
226,097 226,097 00000000000000893d2b7f6fdaa63704cf5f895f51b1b8e63601e62ec1c5c87e 0.10 MB 128 73
226,096 226,096 00000000000000314724c21ada590d967a47cff1783277630172665afdf78c24 0.05 MB 118 184
226,095 226,095 000000000000027198e423931a68d44b6ef27cd55f02c4ed930f40c394e6aa81 0.05 MB 75 144
226,094 226,094 00000000000002467170e783645a3a605432359b78a5c63ee92124782969d2d0 0.01 MB 15 212
226,093 226,093 0000000000000180d5a8e71b7e9d973affcf83474aa1469e8498c8fd9b656026 0.33 MB 655 26
226,092 226,092 00000000000001ed75c6472144b9b8b512c2505e0fc6d090e202e065311236b7 0.04 MB 122 139
226,091 226,091 000000000000034fc5dc2f953e6e894f81484b2a4145210e8ac602b1f447fe63 0.10 MB 189 140
226,090 226,090 000000000000013867af978ea8f316bd801cf3a288758d99bc2ccf43f121e8ac 0.03 MB 72 132
Previous 10 blocks ↓
Total Size: 768.99 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.57 GB sent, 92.76 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.