Memory Pool Memory Pool Refreshing

2,886 transactions
0.88 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,101 00000000000000000002349e0000000000000000000000000000000000000000 0.85 vMB 2,863 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,100 (907,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
262 262 0000000062e646293e5f21e2ef1e2099b048cfb58a81081d4e4035a4e19e47a8 0.00 MB 1 0
261 261 00000000054aad44afc89e1f4e0ee9561568629273df16153e425a2eb9cbbcb9 0.00 MB 1 0
260 260 0000000032501f50fe47fd32d16bc632c04170255d407b7d15652c32d119397f 0.00 MB 1 0
259 259 00000000054c9ef1411c5a90efe18651625620737bd73e61e33ca5046907efd1 0.00 MB 1 0
258 258 000000001a748e1c97226c59b9ddf79a54e0857116808a1b5610a52aef4ed5b5 0.00 MB 1 0
257 257 00000000613da6433c0f6c61d8bcb17c39603dd4a8595142359905b18b84edcd 0.00 MB 1 0
256 256 0000000092b1d848c608c64f9f764623432855007593e596258bb40daffa8fe7 0.00 MB 1 0
255 255 00000000d0a75c861fabf9ff7b92022f60e4afeed9331fe5aa073d8e4706fe3c 0.00 MB 1 0
254 254 0000000065c3ca6a832e4dd696185c2e6bf1e982b275ce6fb86df555f71a379c 0.00 MB 1 0
253 253 00000000d1c33e314501b8e8ad742afe030dd2eb8ac41affa0149ccc702f440b 0.00 MB 1 0
252 252 00000000c8fd8e47245760fc2d164013cf60b6b73a5f3ed9ed21c5c1289e65aa 0.00 MB 1 0
251 251 00000000eddf09d9b36274faf45b4b4629a28266ff952a69d554c1ed0b988dff 0.00 MB 1 0
250 250 000000004e833644bc7fb021abd3da831c64ec82bae73042cfa63923d47d3303 0.00 MB 1 0
249 249 000000001a483a866ad69445e03a31db4ed5a9ea3f1cfec388fc18092f242155 0.00 MB 1 0
248 248 00000000fb5b44edc7a1aa105075564a179d65506e2bd25f55f1629251d0f6b0 0.00 MB 2 0
247 247 000000005fae7d3d06fc898ccdc1d9435b917dd2db63ecf0a0bc2b3f4210b831 0.00 MB 1 0
246 246 00000000ccc62f72d2e8e34c750d9ab72b6f2557d3b249b619d3e7f1860f1a32 0.00 MB 1 0
245 245 0000000031714f49ff442632ef45b0e7148752e7e0a6c373ef6c857093e7036f 0.00 MB 1 0
244 244 0000000047ebf1f452225ac287d79dcc8e4a840c2a097efa407679a213f9e5ba 0.00 MB 1 0
243 243 000000008d6d1be4e26d9ec16b8f719bc2f7befaeff7b3cc208b100ca7abc982 0.00 MB 1 0
242 242 00000000bd0f11ce95423513cc30ed6990fe8170b9a2edfcc1cbd9b89bbcf0df 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.73 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,679.05 GB sent, 96.56 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.